Skip to content

Commit 06aa041

Browse files
committed
Merge pull request #26 from xeBuz/jesus_updatePytz20161
Update pytz
2 parents 65b01af + 97fe82a commit 06aa041

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Flask-SQLAlchemy>=1.0
22
nose==1.3.7
33
email_validator==1.0.1
44
iso3166==0.7
5-
pytz==2015.7
5+
pytz==2016.1
66
isbnlib==3.5.8
77
py-moneyed==0.6.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'SQLAlchemy>=1.0',
2525
'email_validator==1.0.1',
2626
'iso3166==0.7',
27-
'pytz==2015.7',
27+
'pytz==2016.1',
2828
'isbnlib==3.5.8',
2929
'py-moneyed==0.6.0'
3030
],

0 commit comments

Comments
 (0)