--- a/setup.py Thu Sep 18 16:51:55 2014 +0200 +++ b/setup.py Thu Sep 18 17:18:09 2014 +0200 @@ -26,5 +26,9 @@ packages=find_packages(), include_package_data=True, zip_safe=False, - install_requires=[] + install_requires=[ + 'pyramid >= 1.5.0', + 'waitress >= 0.8.9', + 'cubicweb >= 3.19.3' + ] )