use Python3 compatible MySql driver in development (#706)

https://docs.djangoproject.com/en/2.0/ref/databases/#mysql-db-api-drivers
This commit is contained in:
Bojan Mihelac 2018-05-17 15:54:38 +02:00 committed by GitHub
parent d859f6c900
commit 64928f7c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-r base.txt
sphinx
sphinx-rtd-theme
mysql-python
mysqlclient
psycopg2==2.6.1