mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
avoid unnecessary reinstall in requirements.check
This commit is contained in:
parent
7b9bab3116
commit
b67b1e1451
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ nose
|
|||
mock
|
||||
mypy==0.750
|
||||
# fixme: when isort 5.0 is released, switch to pypy
|
||||
git+https://github.com/dae/isort
|
||||
git+https://github.com/dae/isort#egg=isort
|
||||
# fixme: when pylint supports isort 5.0, switch to pypy
|
||||
git+https://github.com/dae/pylint
|
||||
git+https://github.com/dae/pylint#egg=pylint
|
||||
black
|
||||
|
|
Loading…
Reference in a new issue