diff -r 1a816189ceee -r 25d93d14f8b6 setup.py --- a/setup.py Thu Apr 09 23:58:38 2015 +0200 +++ b/setup.py Thu Feb 12 19:21:39 2015 +0100 @@ -30,6 +30,7 @@ 'pyramid >= 1.5.0', 'waitress >= 0.8.9', 'cubicweb >= 3.19.3', - 'wsgicors >= 0.3' + 'wsgicors >= 0.3', + 'pyramid_multiauth', ] )