mirror of https://github.com/zulip/zulip.git
api: Require a recent version of the typing module.
This commit is contained in:
parent
34c3e03ef8
commit
9248edaaeb
|
@ -62,7 +62,7 @@ setuptools_info = dict(
|
|||
install_requires=['requests>=0.12.1',
|
||||
'simplejson',
|
||||
'six',
|
||||
'typing',
|
||||
'typing>=3.5.2.2',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue