Now have how dependency, cherrypy and is the wsgi server by default

This commit is contained in:
Antonio de la Rosa 2016-07-19 05:18:41 +02:00
parent 787e3e3a67
commit 16db8a0c7c
2 changed files with 2 additions and 2 deletions

View file

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