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:
Tim Abbott 2017-08-22 10:32:38 -07:00
parent f5fe9d24bb
commit 559dc40ebb
3 changed files with 5 additions and 1 deletions

View File

@ -101,6 +101,9 @@ pycrypto==2.6.1
# Needed for memcached usage
pylibmc==1.5.2
# Needed for zerver/tests/test_timestamp.py
python-dateutil==2.6.1
# Needed for timezone work
pytz==2017.2

View File

@ -106,7 +106,7 @@ pyjwt==1.5.2
pyldap==2.4.37
pylibmc==1.5.2
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-twitter==3.3
python3-openid==3.1.0 # via social-auth-core

View File

@ -74,6 +74,7 @@ pyjwt==1.5.2
pyldap==2.4.37
pylibmc==1.5.2
pyopenssl==17.2.0 # via ndg-httpsclient
python-dateutil==2.6.1
python-gcm==0.4
python-twitter==3.3
python3-openid==3.1.0 # via social-auth-core