requirements

This commit is contained in:
Jack Robison 2022-03-08 14:19:38 -05:00
parent bd19411105
commit 5bb138c32c
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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={