Added dependency for sessions
This commit is contained in:
parent
5f3e33297b
commit
1d696c65ee
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ setup(name='paramecio',
|
||||||
url='http://paramecioproject.com/',
|
url='http://paramecioproject.com/',
|
||||||
packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'],
|
packages=['paramecio', 'paramecio.i18n', 'paramecio.settings'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['bottle', 'mako', 'mysqlclient', 'sqlalchemy', 'diskcache', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
|
install_requires=['bottle', 'mako', 'mysqlclient', 'sqlalchemy', 'oslo.concurrency', 'itsdangerous', 'colorama','cherrypy', 'arrow'],
|
||||||
entry_points={'console_scripts': [
|
entry_points={'console_scripts': [
|
||||||
'paramecio = paramecio.console:start',
|
'paramecio = paramecio.console:start',
|
||||||
]},
|
]},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue