requirements: Remove unnecessary dateutil dependency.

This is only needed for some Nagios scripts, which don't use the Zulip
virtualenv anyway.  They already correctly install the relevant
package via apt.
This commit is contained in:
Tim Abbott 2017-08-22 10:27:07 -07:00
parent bc63cdf538
commit f5fe9d24bb
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
-r common.txt
python-dateutil==2.6.1
# Used for running the Zulip production Django server
uWSGI==2.0.14

View File

@ -74,7 +74,6 @@ 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