Added itsdangerous dependenc

This commit is contained in:
Antonio de la Rosa 2016-04-27 17:43:04 +02:00
parent ad131c717b
commit 5f55bdd7a5

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