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