diff --git a/setup.py b/setup.py index c8755cf..f7a397f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( data_files=[('config', ['config/conf.json',])], include_package_data=True, install_requires=[ - 'mysql-connector-python', + 'pymysql', 'pyyaml', 'Faker>=1.0.7', 'asyncio',