mirror of https://github.com/zulip/zulip.git
Add python-typing dependency.
This commit is contained in:
parent
e9637a545f
commit
8c0b110e9a
|
@ -49,6 +49,7 @@ setuptools_info = dict(
|
|||
install_requires=['requests>=0.12.1',
|
||||
'simplejson',
|
||||
'six',
|
||||
'typing',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ class zulip::base {
|
|||
# Dependencies of our API
|
||||
"python-requests",
|
||||
"python-simplejson",
|
||||
"python-typing",
|
||||
# For development/debugging convenience
|
||||
"ipython",
|
||||
# Used in scripts
|
||||
|
|
|
@ -57,6 +57,7 @@ smmap==0.9.0
|
|||
sockjs-tornado==1.0.1
|
||||
sourcemap==0.1.8
|
||||
tornado==2.4.1
|
||||
typing==3.5.0.1
|
||||
python-twitter==1.1
|
||||
ujson==1.33
|
||||
uritemplate==0.6
|
||||
|
|
Loading…
Reference in New Issue