changeset 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 925d21b872e7
children 8df1e9edd68f
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Jan 23 19:45:54 2017 +0100
+++ b/setup.py	Mon Jan 23 20:54:42 2017 +0100
@@ -40,7 +40,7 @@
     "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",