requirements: Upgrade pytz to 2018.3.

This commit is contained in:
Vishnu Ks 2018-02-13 20:11:04 +00:00 committed by Tim Abbott
parent 0aa6f00cf2
commit 48f93a7460
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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