Downgrade pymysql because phusion/baseimage has old python

This commit is contained in:
Jake Moshenko 2016-01-29 15:12:53 -05:00
parent 4468af1594
commit 97be6d3e3d
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ Flask-Login
Flask-Mail
python-dateutil
boto
pymysql
pymysql==0.6.7 # Remove version when baseimage has Python 2.7.9+
stripe
gunicorn<19.0
gevent

View file

@ -70,7 +70,7 @@ PyGithub==1.25.2
pygpgme==0.3
pyjwkest==1.1.0
PyJWT==1.4.0
PyMySQL==0.7.1
PyMySQL==0.6.7
pyOpenSSL==0.15.1
PyPDF2==1.25.1
python-dateutil==2.4.2