Fix setup.py syntax.

This commit is contained in:
Jonathan Moody 2022-12-01 09:06:14 -06:00
parent b656d5176d
commit 6d28f85419

View file

@ -44,8 +44,8 @@ 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.4.0' 'ujson==5.4.0',
'lbry-types@git+https://github.com/moodyjon/types@repost_modify' 'lbry-types@git+https://github.com/moodyjon/types@repost_modify',
], ],
extras_require={ extras_require={
'lint': ['pylint==2.10.0'], 'lint': ['pylint==2.10.0'],