mirror of https://github.com/zulip/zulip.git
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:
parent
bc63cdf538
commit
f5fe9d24bb
|
@ -1,3 +1,3 @@
|
|||
-r common.txt
|
||||
python-dateutil==2.6.1
|
||||
# Used for running the Zulip production Django server
|
||||
uWSGI==2.0.14
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue