zulip/requirements/mypy.in

9 lines
304 B
Plaintext

# After editing this file, you MUST afterward run
# /tools/update-locked-requirements to update requirements/dev.txt
# and requirements/mypy.txt.
# See requirements/README.md for more detail.
mypy==0.670
# Include typing explicitly, since it's needed on Python 3.4
typing==3.6.6
typing_extensions==3.6.6