--- a/setup.py Thu Sep 18 17:18:09 2014 +0200 +++ b/setup.py Fri Sep 19 19:17:50 2014 +0200 @@ -29,6 +29,7 @@ install_requires=[ 'pyramid >= 1.5.0', 'waitress >= 0.8.9', - 'cubicweb >= 3.19.3' + 'cubicweb >= 3.19.3', + 'wsgicors >= 0.3' ] )