We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65b01af + 97fe82a commit 06aa041Copy full SHA for 06aa041
requirements.txt
@@ -2,6 +2,6 @@ Flask-SQLAlchemy>=1.0
2
nose==1.3.7
3
email_validator==1.0.1
4
iso3166==0.7
5
-pytz==2015.7
+pytz==2016.1
6
isbnlib==3.5.8
7
py-moneyed==0.6.0
setup.py
@@ -24,7 +24,7 @@
24
'SQLAlchemy>=1.0',
25
'email_validator==1.0.1',
26
'iso3166==0.7',
27
- 'pytz==2015.7',
+ 'pytz==2016.1',
28
'isbnlib==3.5.8',
29
'py-moneyed==0.6.0'
30
],
0 commit comments