comparison setup.py @ 6480:de37fcbce8c5

setup: really support latest Beaker version (1.8.1) after 5a5bab2b773c Also, bump the minimum version to 1.7.0 to fix a failure with older Beaker versions; 8377f2bfb88f assumes https://github.com/bbangert/beaker/commit/5bf56a5cbcbe61454cfcfd6d80f05949c74177ad so the expire value is converted to a string as the documentation suggests.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 23 Jan 2017 20:54:42 +0100
parents 175813f77851
children 5cf18f89ab3e
comparison
equal deleted inserted replaced
6479:925d21b872e7 6480:de37fcbce8c5
38 "alembic>=0.8.0,<0.9", 38 "alembic>=0.8.0,<0.9",
39 "waitress>=0.8.8,<1.0", 39 "waitress>=0.8.8,<1.0",
40 "webob>=1.0.8,<=1.1.1", 40 "webob>=1.0.8,<=1.1.1",
41 "Pylons>=1.0.0,<=1.0.2", 41 "Pylons>=1.0.0,<=1.0.2",
42 "WebTest<2.0", # make the Pylons dependency pick a version that supports our WebOb version 42 "WebTest<2.0", # make the Pylons dependency pick a version that supports our WebOb version
43 "Beaker==1.6.4,<2", 43 "Beaker>=1.7.0,<2",
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>=1.0,<1.1", 46 "SQLAlchemy>=1.0,<1.1",
47 "Mako>=0.9.0,<=1.0.0", 47 "Mako>=0.9.0,<=1.0.0",
48 "pygments>=1.5", 48 "pygments>=1.5",