Fix setup.py syntax.
This commit is contained in:
parent
b656d5176d
commit
6d28f85419
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -44,8 +44,8 @@ setup(
|
|||
'filetype==1.0.9',
|
||||
'grpcio==1.38.0',
|
||||
'lbry-rocksdb==0.8.2',
|
||||
'ujson==5.4.0'
|
||||
'lbry-types@git+https://github.com/moodyjon/types@repost_modify'
|
||||
'ujson==5.4.0',
|
||||
'lbry-types@git+https://github.com/moodyjon/types@repost_modify',
|
||||
],
|
||||
extras_require={
|
||||
'lint': ['pylint==2.10.0'],
|
||||
|
|
Loading…
Reference in a new issue