changeset 8912:7ef14c1fe99f stable

setup: support FormEncode 2.0.0 for Python 3.10 support Changelog shows no problematic changes.
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 28 Sep 2021 13:58:58 +0200
parents 8ea5b8910d11
children 7a4e2c6ec02f
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Sep 28 14:08:13 2021 +0200
+++ b/setup.py	Tue Sep 28 13:58:58 2021 +0200
@@ -50,7 +50,7 @@
     "tgext.routes >= 0.2.0, < 1",
     "Beaker >= 1.10.1, < 2",
     "WebHelpers2 >= 2.0, < 2.1",
-    "FormEncode >= 1.3.1, < 1.4",
+    "FormEncode >= 1.3.1, < 2.1",
     "SQLAlchemy >= 1.2.9, < 1.4",
     "Mako >= 0.9.1, < 1.2",
     "Pygments >= 2.2.0, < 2.7",