mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04: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
|
||||
mock
|
||||
mypy==0.750
|
||||
# fixme: when isort 5.0 is released, switch to pypy
|
||||
git+https://github.com/dae/isort#egg=isort
|
||||
# fixme: when pylint supports isort 5.0, switch to pypy
|
||||
git+https://github.com/dae/pylint#egg=pylint
|
||||
black
|
||||
mypy_protobuf
|
|
@ -9,4 +9,6 @@ psutil; sys_platform == "win32"
|
|||
distro; sys_platform != "win32" and sys_platform != "darwin"
|
||||
typing
|
||||
protobuf
|
||||
mypy==0.750
|
||||
mypy_protobuf
|
||||
|
||||
|
|
Loading…
Reference in a new issue