Now have how dependency, cherrypy and is the wsgi server by default
This commit is contained in:
parent
787e3e3a67
commit
16db8a0c7c
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ theme='default'
|
|||
|
||||
#Type server used for connect to the internet...
|
||||
|
||||
server_used="wsgiref"
|
||||
server_used="cherrypy"
|
||||
|
||||
#Module showed in index
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue