@@ -1,2 +1,2 @@
-MySQL-python
+mysqlclient
sqlalchemy
@@ -76,7 +76,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
- install_requires=['MySQL-python', 'sqlalchemy', 'future'],
+ install_requires=['mysqlclient', 'sqlalchemy', 'future'],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,