comparison setup.py @ 6484:1f43d08ce5a8

setup: bump WebOb to >=1.7 TurboGears will soon require WebOb>=1.7 and that cause an innocent test change. Older WebOb versions also required older WebTest versions but the WebTest dependency from Pylons will now automatically pick compatible versions.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 02 Feb 2017 03:11:47 +0100
parents 5cf18f89ab3e
children 2c3d30095d5e
comparison
equal deleted inserted replaced
6483:5cf18f89ab3e 6484:1f43d08ce5a8
35 is_windows = __platform__ in ['Windows'] 35 is_windows = __platform__ in ['Windows']
36 36
37 requirements = [ 37 requirements = [
38 "alembic>=0.8.0,<0.9", 38 "alembic>=0.8.0,<0.9",
39 "waitress>=0.8.8,<1.0", 39 "waitress>=0.8.8,<1.0",
40 "webob>=1.0.8,<=1.1.1", 40 "webob>=1.7,<2",
41 "Pylons>=1.0.0,<=1.0.2", 41 "Pylons>=1.0.0,<=1.0.2",
42 "WebTest<2.0", # make the Pylons dependency pick a version that supports our WebOb version
43 "Beaker>=1.7.0,<2", 42 "Beaker>=1.7.0,<2",
44 "WebHelpers==1.3", 43 "WebHelpers==1.3",
45 "formencode>=1.2.4,<=1.2.6", 44 "formencode>=1.2.4,<=1.2.6",
46 "SQLAlchemy>=1.0,<1.1", 45 "SQLAlchemy>=1.0,<1.1",
47 "Mako>=0.9.0,<=1.0.0", 46 "Mako>=0.9.0,<=1.0.0",