fix requirements

This commit is contained in:
Jack Robison 2022-03-08 13:08:48 -05:00
parent 27a17dc364
commit bd19411105
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -46,8 +46,10 @@ setup(
'pbkdf2==1.3', 'pbkdf2==1.3',
'attrs==18.2.0', 'attrs==18.2.0',
'elasticsearch==7.10.1', 'elasticsearch==7.10.1',
'lbry-rocksdb==0.8.2', 'hachoir',
'uvloop' 'filetype==1.0.9',
'grpcio==1.38.0'
'lbry-rocksdb==0.8.2'
], ],
extras_require={ extras_require={
'lint': ['pylint==2.10.0'], 'lint': ['pylint==2.10.0'],