comparison setup.py @ 8130:af1b0a59e605

setup: bump TurboGears minimum version to 2.4 Avoid failures starting with test_api_wrong_key: E File ".../build/minimum-dependency-versions-venv/lib/python3.7/site-packages/tg/request_local.py", line 37, in languages_best_match E items = [i for i, q in sorted(al._parsed, key=lambda iq: -iq[1])] E TypeError: 'NoneType' object is not iterable
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 04 Jan 2020 00:40:10 +0100
parents b72e8b7c33ae
children f254dd2f9dcb
comparison
equal deleted inserted replaced
8129:b72e8b7c33ae 8130:af1b0a59e605
43 "alembic >= 0.8.0, < 1.1", 43 "alembic >= 0.8.0, < 1.1",
44 "gearbox >= 0.1.0, < 1", 44 "gearbox >= 0.1.0, < 1",
45 "waitress >= 0.8.8, < 1.4", 45 "waitress >= 0.8.8, < 1.4",
46 "WebOb >= 1.8, < 1.9", 46 "WebOb >= 1.8, < 1.9",
47 "backlash >= 0.1.2, < 1", 47 "backlash >= 0.1.2, < 1",
48 "TurboGears2 >= 2.3.10, < 2.5", 48 "TurboGears2 >= 2.4, < 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 "WebHelpers2 >= 2.0, < 2.1", 51 "WebHelpers2 >= 2.0, < 2.1",
52 "FormEncode >= 1.3.0, < 1.4", 52 "FormEncode >= 1.3.0, < 1.4",
53 "SQLAlchemy >= 1.1, < 1.4", 53 "SQLAlchemy >= 1.1, < 1.4",