Changeset - de37fcbce8c5
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2017-01-23 20:54:42
mads@kiilerich.com
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.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -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",
0 comments (0 inline, 0 general)