FIx in pymysql
This commit is contained in:
parent
5f7c0202b4
commit
88f3186792
3 changed files with 20 additions and 14 deletions
3
setup.py
3
setup.py
|
|
@ -21,7 +21,8 @@ setup(name='paramecio',
|
|||
url='https://github.com/paramecio/parameciofm/',
|
||||
packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'],
|
||||
include_package_data=True,
|
||||
install_requires=['bottle', 'mako', 'mysqlclient', 'sqlalchemy', 'oslo.concurrency', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
|
||||
install_requires=['bottle', 'mako', 'pymysql', 'sqlalchemy',
|
||||
'oslo.concurrency', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
|
||||
entry_points={'console_scripts': [
|
||||
'paramecio = paramecio.console:start',
|
||||
]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue