From 67401c4b5cd8d53123dbfb3797813978d57b51e5 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 19 Feb 2017 18:03:07 +0100 Subject: [PATCH] Added mysqlclient how dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 097f267..7c14a2d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup(name='paramecio', url='http://paramecioproject.com/', packages=['paramecio'], 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': [ 'paramecio = paramecio.console:start', ]},