Uncap Paste
authorBoris Bobrov <breton@cynicmansion.ru>
Thu, 7 Jan 2016 18:12:01 +0000 (21:12 +0300)
committerBoris Bobrov <breton@cynicmansion.ru>
Thu, 7 Jan 2016 18:12:01 +0000 (21:12 +0300)
Paste was capped to 1.9.9 because 2.0 broke us. Now Paste 2.0.x was released
and it doesn't break us any more. Closes bug 5317.

setup.py

index 05fe8fcc4cbcd52a6aca7fe2dfd5b2bf50c2c772..e8c4b0349dd1648813cd5441235b52c87f385872 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ if PY2:
     pyversion_install_requires.append('PasteScript')
     # Paste 2.0 is breaking wsgi, see:
     #  https://bitbucket.org/ianb/paste/issue/4/wsgi-environ-totally-borked
-    pyversion_install_requires.append('Paste<=1.9.9')
+    pyversion_install_requires.append('Paste')
 else:
     pyversion_install_requires.append('gunicorn')