changeset 5356:f6fcb21db7b3

pylons: support Pylons 1.0.2 Pylons 1.0.2 requires webob>=1.1.1 and Pylons 1.0.0 seemed to have problems with later versions so stick the minimum version for now.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 05 Aug 2015 12:29:41 +0200
parents 88a5fb51d837
children eb337bdaa0e1
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Aug 02 21:25:05 2015 +0200
+++ b/setup.py	Wed Aug 05 12:29:41 2015 +0200
@@ -36,9 +36,9 @@
 
 requirements = [
     "waitress==0.8.8",
-    "webob==1.0.8",
+    "webob>=1.0.8,<=1.1.1",
     "webtest==1.4.3",
-    "Pylons==1.0.0",
+    "Pylons>=1.0.0,<=1.0.2",
     "Beaker==1.6.4",
     "WebHelpers==1.3",
     "formencode>=1.2.4,<=1.2.6",