replace oracle driver with pymysql driver

This commit is contained in:
Oleg Silkin 2020-04-01 18:50:09 -04:00
parent 3b6b052000
commit 84cafd643f

View file

@ -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',