mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
requirements: Upgrade pytz to 2018.3.
This commit is contained in:
parent
0aa6f00cf2
commit
48f93a7460
@ -111,7 +111,7 @@ pylibmc==1.5.2
|
||||
python-dateutil==2.6.1
|
||||
|
||||
# Needed for timezone work
|
||||
pytz==2017.2
|
||||
pytz==2018.3
|
||||
|
||||
# Needed for redis
|
||||
redis==2.10.6
|
||||
|
||||
@ -127,7 +127,7 @@ python-digitalocean==1.12
|
||||
python-gcm==0.4
|
||||
python-twitter==3.3
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2017.2
|
||||
pytz==2018.3
|
||||
pyyaml==3.12 # via pyaml
|
||||
qrcode==4.0.4 # via django-two-factor-auth
|
||||
queuelib==1.4.2 # via scrapy
|
||||
|
||||
@ -91,7 +91,7 @@ python-dateutil==2.6.1
|
||||
python-gcm==0.4
|
||||
python-twitter==3.3
|
||||
python3-openid==3.1.0 # via social-auth-core
|
||||
pytz==2017.2
|
||||
pytz==2018.3
|
||||
qrcode==4.0.4 # via django-two-factor-auth
|
||||
redis==2.10.6
|
||||
regex==2017.11.9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user