Merge pull request #42 from lbryio/dependabot/pip/ujson-5.2.0
Bump ujson from 5.1.0 to 5.2.0
This commit is contained in:
commit
66278443c4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ setup(
|
||||||
'filetype==1.0.9',
|
'filetype==1.0.9',
|
||||||
'grpcio==1.38.0',
|
'grpcio==1.38.0',
|
||||||
'lbry-rocksdb==0.8.2',
|
'lbry-rocksdb==0.8.2',
|
||||||
'ujson==5.1.0'
|
'ujson==5.2.0'
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'lint': ['pylint==2.10.0'],
|
'lint': ['pylint==2.10.0'],
|
||||||
|
|
Loading…
Reference in a new issue