comparison setup.py @ 8129:b72e8b7c33ae

setup: bump WebOb minimum version to 1.8 b075693b3214 introduced use of acceptable_offers which with WebOb < 1.8 would fail with: File ".../kallithea/lib/middleware/pygrack.py", line 189, in __call__ elif req.accept.acceptable_offers(self.valid_accepts): AttributeError: 'MIMEAccept' object has no attribute 'acceptable_offers'
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 04 Jan 2020 00:10:46 +0100
parents a553bc3a3d0e
children af1b0a59e605
comparison
equal deleted inserted replaced
8128:f537a6e23e2c 8129:b72e8b7c33ae
41 41
42 requirements = [ 42 requirements = [
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.7, < 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.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 "WebHelpers2 >= 2.0, < 2.1", 51 "WebHelpers2 >= 2.0, < 2.1",