Merge pull request #1195 from jakedt/pymysql

Downgrade pymysql because phusion/baseimage has old python
This commit is contained in:
Jake Moshenko 2016-01-29 15:14:41 -05:00
commit 4905f55268
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