# HG changeset patch # User Mads Kiilerich # Date 2017-01-23 20:54:42 # Node ID de37fcbce8c5fd0a5eabe28d766fc6b555d202ee # Parent 925d21b872e767d188e8da20773a6b0fe8b88b8c 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. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ requirements = [ "webob>=1.0.8,<=1.1.1", "Pylons>=1.0.0,<=1.0.2", "WebTest<2.0", # make the Pylons dependency pick a version that supports our WebOb version - "Beaker==1.6.4,<2", + "Beaker>=1.7.0,<2", "WebHelpers==1.3", "formencode>=1.2.4,<=1.2.6", "SQLAlchemy>=1.0,<1.1",