comparison setup.py @ 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 687152f4f052
children 5746cc3b3fa5
comparison
equal deleted inserted replaced
7122:70b2a828bf1e 7123:cefb13bad9b5
37 requirements = [ 37 requirements = [
38 "setuptools<34", # setuptools==34 has an undeclared requirement of pyparsing >=2.1, but celery<2.3 requires pyparsing<2 38 "setuptools<34", # setuptools==34 has an undeclared requirement of pyparsing >=2.1, but celery<2.3 requires pyparsing<2
39 "waitress==0.8.8", 39 "waitress==0.8.8",
40 "webob>=1.0.8,<=1.1.1", 40 "webob>=1.0.8,<=1.1.1",
41 "webtest==1.4.3", 41 "webtest==1.4.3",
42 "Pylons>=1.0.0,<=1.0.2", 42 "Pylons>=1.0.0,<=1.0.3",
43 "Beaker==1.6.4", 43 "Beaker==1.6.4",
44 "WebHelpers==1.3", 44 "WebHelpers==1.3",
45 "formencode>=1.2.4,<=1.2.6", 45 "formencode>=1.2.4,<=1.2.6",
46 "SQLAlchemy==0.7.10", 46 "SQLAlchemy==0.7.10",
47 "Mako>=0.9.0,<=1.0.0", 47 "Mako>=0.9.0,<=1.0.0",