Added pymysql dependency to setup.py

This commit is contained in:
Antonio de la Rosa 2015-12-10 18:37:45 +01:00
parent 59f0368fb6
commit 015629e21f

View file

@ -19,7 +19,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', 'passlib', 'bcrypt', 'PyMySQL], install_requires=['bottle', 'mako', 'passlib', 'bcrypt', 'PyMySQL'],
entry_points={'console_scripts': [ entry_points={'console_scripts': [
'paramecio = paramecio.console:start', 'paramecio = paramecio.console:start',
]}, ]},