changeset 8135:3a9b91e0adab

setup: bump mako minimum version to 0.9.1 to get py3 support Avoid test_api_get_pullrequest crash: data/env3/lib/python3.7/site-packages/mako/template.py:653: in _compile_text code = compile(source, cid, 'exec') E File "email_templates_button_html", line 15 E def render_body(context,url,title='',padding_top=,padding_bottom=,**pageargs): E ^ E SyntaxError: invalid syntax
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 04 Jan 2020 00:45:45 +0100
parents 64b76a3150da
children 1d1f5598702d
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Jan 04 00:34:30 2020 +0100
+++ b/setup.py	Sat Jan 04 00:45:45 2020 +0100
@@ -51,7 +51,7 @@
     "WebHelpers2 >= 2.0, < 2.1",
     "FormEncode >= 1.3.1, < 1.4",
     "SQLAlchemy >= 1.1, < 1.4",
-    "Mako >= 0.9.0, < 1.1",
+    "Mako >= 0.9.1, < 1.1",
     "Pygments >= 2.2.0, < 2.5",
     "Whoosh >= 2.5.0, < 2.8",
     "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work