mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pytz to 2018.5.
https://github.com/stub42/pytz/blob/master/tz/NEWS
This commit is contained in:
parent
2b57e1f639
commit
6f17db5731
|
@ -115,7 +115,7 @@ django-pylibmc==0.6.1
|
|||
python-dateutil==2.6.1
|
||||
|
||||
# Needed for timezone work
|
||||
pytz==2018.4
|
||||
pytz==2018.5
|
||||
|
||||
# Needed for redis
|
||||
redis==2.10.6
|
||||
|
|
|
@ -138,7 +138,7 @@ python-gcm==0.4
|
|||
python-ldap==3.0.0 # via django-auth-ldap, pyldap
|
||||
python-twitter==3.4.2
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2018.4
|
||||
pytz==2018.5
|
||||
pyyaml==3.12 # via pyaml, yamole
|
||||
qrcode==4.0.4 # via django-two-factor-auth
|
||||
queuelib==1.4.2 # via scrapy
|
||||
|
|
|
@ -100,7 +100,7 @@ python-gcm==0.4
|
|||
python-ldap==3.0.0 # via django-auth-ldap
|
||||
python-twitter==3.4.2
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2018.4
|
||||
pytz==2018.5
|
||||
pyyaml==3.12 # via yamole
|
||||
qrcode==4.0.4 # via django-two-factor-auth
|
||||
redis==2.10.6
|
||||
|
|
Loading…
Reference in New Issue