mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pytz to 2018.4.
This commit is contained in:
parent
54a002c2e2
commit
1d1b6b29fc
|
@ -112,7 +112,7 @@ pylibmc==1.5.2
|
|||
python-dateutil==2.6.1
|
||||
|
||||
# Needed for timezone work
|
||||
pytz==2018.3
|
||||
pytz==2018.4
|
||||
|
||||
# Needed for redis
|
||||
redis==2.10.6
|
||||
|
|
|
@ -133,7 +133,7 @@ python-gcm==0.4
|
|||
python-ldap==3.0.0 # via django-auth-ldap, pyldap
|
||||
python-twitter==3.4.1
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2018.3
|
||||
pytz==2018.4
|
||||
pyyaml==3.12 # via pyaml
|
||||
qrcode==4.0.4 # via django-two-factor-auth
|
||||
queuelib==1.4.2 # via scrapy
|
||||
|
|
|
@ -95,7 +95,7 @@ python-gcm==0.4
|
|||
python-ldap==3.0.0 # via django-auth-ldap
|
||||
python-twitter==3.4.1
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2018.3
|
||||
pytz==2018.4
|
||||
qrcode==4.0.4 # via django-two-factor-auth
|
||||
redis==2.10.6
|
||||
regex==2017.11.9
|
||||
|
|
Loading…
Reference in New Issue