mypy is required to build the protobuf code

This commit is contained in:
Damien Elmes 2019-12-25 10:35:31 +10:00
parent b681c7aad3
commit c6d287c3ee
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -9,4 +9,6 @@ psutil; sys_platform == "win32"
distro; sys_platform != "win32" and sys_platform != "darwin"
typing
protobuf
mypy==0.750
mypy_protobuf