changeset 7123:cefb13bad9b5 stable

setup: updated dependencies to accept latest Pylons release (1.0.3). A couple of weeks ago the Pylons project has released version 1.0.3, removing the previously stable version 1.0.2 in the process. In turn, this would mean that new installation of Kallithea will end-up with older version of Pylons than what is actually available, and in particular a much older release than 1.0.2.
author Branko Majic <branko@majic.rs>
date Tue, 30 Jan 2018 14:35:03 +0100
parents 70b2a828bf1e
children 55d2b08d9c44
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Jan 21 14:23:55 2018 +0100
+++ b/setup.py	Tue Jan 30 14:35:03 2018 +0100
@@ -39,7 +39,7 @@
     "waitress==0.8.8",
     "webob>=1.0.8,<=1.1.1",
     "webtest==1.4.3",
-    "Pylons>=1.0.0,<=1.0.2",
+    "Pylons>=1.0.0,<=1.0.3",
     "Beaker==1.6.4",
     "WebHelpers==1.3",
     "formencode>=1.2.4,<=1.2.6",