mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Add python-typing dependency.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user