mysql-python --> mysqlclient for compatibility with Py2 and Py3

This commit is contained in:
cclauss 2018-10-21 08:21:28 +02:00 committed by GitHub
parent 99a8ecb66f
commit 63845334c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ install:
- pip install tsfresh==0.11.1
- pip install django==1.11.13
- pip install pylint
- pip install mysql-python
- pip install mysqlclient
- pip install scikit-learn
- npm install