update setup.py

This commit is contained in:
Lex Berezhny 2021-08-20 22:42:12 -04:00
parent dc1d9e1c84
commit 88772c4266
2 changed files with 1 additions and 5 deletions

View file

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

View file

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