mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pytz from 2018.9 to 2019.1.
This commit is contained in:
parent
a34cfd4782
commit
54ad03775e
|
@ -121,7 +121,7 @@ django-pylibmc==0.6.1
|
|||
python-dateutil==2.8.0
|
||||
|
||||
# Needed for timezone work
|
||||
pytz==2018.9
|
||||
pytz==2019.1
|
||||
|
||||
# Needed for redis
|
||||
redis==2.10.6
|
||||
|
|
|
@ -145,7 +145,7 @@ python-jose==2.0.2 # via moto
|
|||
python-ldap==3.2.0 # via django-auth-ldap, pyldap
|
||||
python-twitter==3.5
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2018.9
|
||||
pytz==2019.1
|
||||
pyyaml==5.1 # via pyaml, yamole
|
||||
qrcode==6.1 # via django-two-factor-auth
|
||||
queuelib==1.5.0 # via scrapy
|
||||
|
|
|
@ -104,7 +104,7 @@ python-gcm==0.4
|
|||
python-ldap==3.2.0 # via django-auth-ldap
|
||||
python-twitter==3.5
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2018.9
|
||||
pytz==2019.1
|
||||
pyyaml==5.1 # via yamole
|
||||
qrcode==6.1 # via django-two-factor-auth
|
||||
redis==2.10.6
|
||||
|
|
Loading…
Reference in New Issue