requirements
This commit is contained in:
parent
bd19411105
commit
5bb138c32c
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -29,7 +29,7 @@ setup(
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'aiohttp==3.5.4',
|
'aiohttp==3.6.2',
|
||||||
'certifi>=2018.11.29',
|
'certifi>=2018.11.29',
|
||||||
# 'colorama==0.3.7',
|
# 'colorama==0.3.7',
|
||||||
# 'distro==1.4.0',
|
# 'distro==1.4.0',
|
||||||
|
@ -48,7 +48,7 @@ setup(
|
||||||
'elasticsearch==7.10.1',
|
'elasticsearch==7.10.1',
|
||||||
'hachoir',
|
'hachoir',
|
||||||
'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'
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in a new issue