Added beaker to dependencies

This commit is contained in:
Antonio de la Rosa 2015-12-10 18:46:01 +01:00
parent 015629e21f
commit ad8e1ac853

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