# HG changeset patch # User Branko Majic # Date 2018-01-30 14:35:03 # Node ID cefb13bad9b56f3f4905553965046a426102b111 # Parent 70b2a828bf1eef54b52bd675ff057f9795ffea12 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. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ requirements = [ "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",