# HG changeset patch # User Mads Kiilerich # Date 2021-09-28 11:58:58 # Node ID 7ef14c1fe99fc8e25e78c90c4aebf86b93e7b3d8 # Parent 8ea5b8910d119cd06d759a584850367c31e893af setup: support FormEncode 2.0.0 for Python 3.10 support Changelog shows no problematic changes. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ requirements = [ "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",