mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
mypy is required to build the protobuf code
This commit is contained in:
parent
b681c7aad3
commit
c6d287c3ee
2 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,7 @@
|
||||||
nose2
|
nose2
|
||||||
mock
|
mock
|
||||||
mypy==0.750
|
|
||||||
# fixme: when isort 5.0 is released, switch to pypy
|
# fixme: when isort 5.0 is released, switch to pypy
|
||||||
git+https://github.com/dae/isort#egg=isort
|
git+https://github.com/dae/isort#egg=isort
|
||||||
# fixme: when pylint supports isort 5.0, switch to pypy
|
# fixme: when pylint supports isort 5.0, switch to pypy
|
||||||
git+https://github.com/dae/pylint#egg=pylint
|
git+https://github.com/dae/pylint#egg=pylint
|
||||||
black
|
black
|
||||||
mypy_protobuf
|
|
||||||
|
|
@ -9,4 +9,6 @@ psutil; sys_platform == "win32"
|
||||||
distro; sys_platform != "win32" and sys_platform != "darwin"
|
distro; sys_platform != "win32" and sys_platform != "darwin"
|
||||||
typing
|
typing
|
||||||
protobuf
|
protobuf
|
||||||
|
mypy==0.750
|
||||||
|
mypy_protobuf
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue