setup.py
changeset 11511 13e0f569684c
parent 11510 2e52647af650
child 11516 7ffca3b43910
--- 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'
     ]
 )