Downgrade pymysql because phusion/baseimage has old python
This commit is contained in:
parent
4468af1594
commit
97be6d3e3d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue