Added mysqlclient how dependency

This commit is contained in:
Antonio de la Rosa 2017-02-19 18:03:07 +01:00
parent 126b323556
commit 67401c4b5c

View file

@ -21,7 +21,7 @@ setup(name='paramecio',
url='http://paramecioproject.com/', url='http://paramecioproject.com/',
packages=['paramecio'], packages=['paramecio'],
include_package_data=True, include_package_data=True,
install_requires=['bottle', 'mako', 'pymysql', 'sqlalchemy', 'beaker>=1.8.0', 'itsdangerous', 'colorama','cherrypy', 'arrow'], install_requires=['bottle', 'mako', 'mysqlclient', 'sqlalchemy', 'beaker>=1.8.0', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
entry_points={'console_scripts': [ entry_points={'console_scripts': [
'paramecio = paramecio.console:start', 'paramecio = paramecio.console:start',
]}, ]},