comparison setup.py @ 7848:5e4afc5fd29e

setup: TurboGears 2.4 (and WebOb 1.8.0) All the known problems blocking an upgrade has been fixed.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 11 Aug 2019 14:08:58 +0200
parents 52637097d62f
children 9d74cc23ea64
comparison
equal deleted inserted replaced
7847:a38e05a0c79e 7848:5e4afc5fd29e
41 41
42 requirements = [ 42 requirements = [
43 "alembic >= 0.8.0, < 1.1", 43 "alembic >= 0.8.0, < 1.1",
44 "gearbox < 1", 44 "gearbox < 1",
45 "waitress >= 0.8.8, < 1.4", 45 "waitress >= 0.8.8, < 1.4",
46 "WebOb >= 1.7, < 1.8", # turbogears2 2.3.12 requires WebOb<1.8.0 46 "WebOb >= 1.7, < 1.9",
47 "backlash >= 0.1.2, < 1", 47 "backlash >= 0.1.2, < 1",
48 "TurboGears2 >= 2.3.10, < 2.4", # TODO: 2.4 drops Pylons compatibility 48 "TurboGears2 >= 2.3.10, < 2.5",
49 "tgext.routes >= 0.2.0, < 1", 49 "tgext.routes >= 0.2.0, < 1",
50 "Beaker >= 1.7.0, < 2", 50 "Beaker >= 1.7.0, < 2",
51 "WebHelpers >= 1.3, < 1.4", 51 "WebHelpers >= 1.3, < 1.4",
52 "WebHelpers2 >= 2.0, < 2.1", 52 "WebHelpers2 >= 2.0, < 2.1",
53 "FormEncode >= 1.3.0, < 1.4", 53 "FormEncode >= 1.3.0, < 1.4",