FIx in pymysql

This commit is contained in:
Antonio de la Rosa 2018-02-10 01:10:37 +01:00
parent 5f7c0202b4
commit 88f3186792
3 changed files with 20 additions and 14 deletions

View file

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