mirror of https://github.com/zulip/zulip.git
requirements: Mark dateutil as being explicitly used by tests.
Since it's a library we might eventually start using in production code without thinking about it, I'd rather just have it be available in all environments.
This commit is contained in:
parent
f5fe9d24bb
commit
559dc40ebb
|
@ -101,6 +101,9 @@ pycrypto==2.6.1
|
||||||
# Needed for memcached usage
|
# Needed for memcached usage
|
||||||
pylibmc==1.5.2
|
pylibmc==1.5.2
|
||||||
|
|
||||||
|
# Needed for zerver/tests/test_timestamp.py
|
||||||
|
python-dateutil==2.6.1
|
||||||
|
|
||||||
# Needed for timezone work
|
# Needed for timezone work
|
||||||
pytz==2017.2
|
pytz==2017.2
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ pyjwt==1.5.2
|
||||||
pyldap==2.4.37
|
pyldap==2.4.37
|
||||||
pylibmc==1.5.2
|
pylibmc==1.5.2
|
||||||
pyopenssl==17.0.0 # via ndg-httpsclient, scrapy, service-identity
|
pyopenssl==17.0.0 # via ndg-httpsclient, scrapy, service-identity
|
||||||
python-dateutil==2.6.1 # via arrow, botocore, moto
|
python-dateutil==2.6.1
|
||||||
python-gcm==0.4
|
python-gcm==0.4
|
||||||
python-twitter==3.3
|
python-twitter==3.3
|
||||||
python3-openid==3.1.0 # via social-auth-core
|
python3-openid==3.1.0 # via social-auth-core
|
||||||
|
|
|
@ -74,6 +74,7 @@ pyjwt==1.5.2
|
||||||
pyldap==2.4.37
|
pyldap==2.4.37
|
||||||
pylibmc==1.5.2
|
pylibmc==1.5.2
|
||||||
pyopenssl==17.2.0 # via ndg-httpsclient
|
pyopenssl==17.2.0 # via ndg-httpsclient
|
||||||
|
python-dateutil==2.6.1
|
||||||
python-gcm==0.4
|
python-gcm==0.4
|
||||||
python-twitter==3.3
|
python-twitter==3.3
|
||||||
python3-openid==3.1.0 # via social-auth-core
|
python3-openid==3.1.0 # via social-auth-core
|
||||||
|
|
Loading…
Reference in New Issue