changeset 8133:390b99920d02

setup: bump beaker minimum version to 1.10.1 to get py3 support 1.10.0 failed on py3 because it was using the reserved async keyword: File ".../build/minimum-dependency-versions-venv/lib/python3.7/site-packages/beaker/synchronization.py", line 289 self.async = 0 ^ SyntaxError: invalid syntax
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 03 Jan 2020 23:59:15 +0100
parents fd59e56301a8
children 64b76a3150da
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Jan 03 23:54:59 2020 +0100
+++ b/setup.py	Fri Jan 03 23:59:15 2020 +0100
@@ -47,7 +47,7 @@
     "backlash >= 0.1.2, < 1",
     "TurboGears2 >= 2.4, < 2.5",
     "tgext.routes >= 0.2.0, < 1",
-    "Beaker >= 1.7.0, < 2",
+    "Beaker >= 1.10.1, < 2",
     "WebHelpers2 >= 2.0, < 2.1",
     "FormEncode >= 1.3.1, < 1.4",
     "SQLAlchemy >= 1.1, < 1.4",