forked from LBRYCommunity/lbry-sdk
update setup.py
This commit is contained in:
parent
dc1d9e1c84
commit
88772c4266
2 changed files with 1 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -3,10 +3,6 @@
|
|||
install:
|
||||
pip install -e .
|
||||
|
||||
tools:
|
||||
pip install pylint==2.10.0
|
||||
pip install coverage
|
||||
|
||||
lint:
|
||||
pylint --rcfile=setup.cfg lbry
|
||||
#mypy --ignore-missing-imports lbry
|
||||
|
|
2
setup.py
2
setup.py
|
@ -59,7 +59,7 @@ setup(
|
|||
] + PLYVEL,
|
||||
extras_require={
|
||||
'torrent': ['lbry-libtorrent'],
|
||||
'lint': ['mypy==0.701', 'pylint==2.4.4'],
|
||||
'lint': ['pylint==2.10.0'],
|
||||
'test': ['coverage'],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in a new issue