mirror of https://github.com/zulip/zulip.git
requirements: Add missing typing dependency.
This commit is contained in:
parent
1a43728b1e
commit
ff346f93b5
|
@ -1,3 +1,4 @@
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
git+https://github.com/python/mypy.git@ad323e25ac68153b18997475430b3abca066bbfc#egg=mypy==0.530-dev
|
git+https://github.com/python/mypy.git@ad323e25ac68153b18997475430b3abca066bbfc#egg=mypy==0.530-dev
|
||||||
typed-ast==1.1.0
|
typed-ast==1.1.0
|
||||||
|
typing==3.6.2
|
||||||
|
|
Loading…
Reference in New Issue