replace oracle driver with pymysql
driver
This commit is contained in:
parent
3b6b052000
commit
84cafd643f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
||||||
data_files=[('config', ['config/conf.json',])],
|
data_files=[('config', ['config/conf.json',])],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'mysql-connector-python',
|
'pymysql',
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'Faker>=1.0.7',
|
'Faker>=1.0.7',
|
||||||
'asyncio',
|
'asyncio',
|
||||||
|
|
Loading…
Reference in a new issue