##// END OF EJS Templates
setup: bump some setup.py dependency versions...
Mads Kiilerich -
r7648:b302d425 default
parent child Browse files
Show More
@@ -37,30 +37,30 b" is_windows = __platform__ in ['Windows']"
37 requirements = [
37 requirements = [
38 "alembic >= 0.8.0, < 1.1",
38 "alembic >= 0.8.0, < 1.1",
39 "gearbox < 1",
39 "gearbox < 1",
40 "waitress >= 0.8.8, < 1.2",
40 "waitress >= 0.8.8, < 1.4",
41 "WebOb >= 1.7, < 1.8", # turbogears2 2.3.12 requires WebOb<1.8.0
41 "WebOb >= 1.7, < 1.8", # turbogears2 2.3.12 requires WebOb<1.8.0
42 "backlash >= 0.1.2, < 1",
42 "backlash >= 0.1.2, < 1",
43 "TurboGears2 >= 2.3.10, < 2.4",
43 "TurboGears2 >= 2.3.10, < 2.4", # TODO: 2.4 drops Pylons compatibility
44 "tgext.routes >= 0.2.0, < 1",
44 "tgext.routes >= 0.2.0, < 1",
45 "Beaker >= 1.7.0, < 2",
45 "Beaker >= 1.7.0, < 2",
46 "WebHelpers >= 1.3, < 1.4",
46 "WebHelpers >= 1.3, < 1.4",
47 "FormEncode >= 1.2.4, < 1.4",
47 "FormEncode >= 1.2.4, < 1.4",
48 "SQLAlchemy >= 1.1, < 1.3",
48 "SQLAlchemy >= 1.1, < 1.4",
49 "Mako >= 0.9.0, < 1.1",
49 "Mako >= 0.9.0, < 1.1",
50 "Pygments >= 2.0, < 2.3",
50 "Pygments >= 2.0, < 2.5",
51 "Whoosh >= 2.5.0, < 2.8",
51 "Whoosh >= 2.5.0, < 2.8",
52 "celery >= 3.1, < 4.0", # celery 4 doesn't work
52 "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work
53 "Babel >= 1.3, < 2.7",
53 "Babel >= 1.3, < 2.8",
54 "python-dateutil >= 1.5.0, < 2.8",
54 "python-dateutil >= 1.5.0, < 2.9",
55 "Markdown >= 2.2.1, < 2.7",
55 "Markdown >= 2.2.1, < 3.2",
56 "docutils >= 0.11, < 0.15",
56 "docutils >= 0.11, < 0.15",
57 "URLObject >= 2.3.4, < 2.5",
57 "URLObject >= 2.3.4, < 2.5",
58 "Routes >= 1.13, < 2",
58 "Routes >= 1.13, < 2", # TODO: bumping to 2.0 will make test_file_annotation fail
59 "dulwich >= 0.14.1, < 0.20",
59 "dulwich >= 0.14.1, < 0.20",
60 "mercurial >= 4.5, < 5.1",
60 "mercurial >= 4.5, < 5.1",
61 "decorator >= 3.3.2, < 4.4",
61 "decorator >= 3.3.2, < 4.5",
62 "Paste >= 2.0.3, < 3.1",
62 "Paste >= 2.0.3, < 3.1",
63 "bleach >= 3.0, < 3.1",
63 "bleach >= 3.0, < 3.2",
64 "Click >= 7.0, < 8",
64 "Click >= 7.0, < 8",
65 ]
65 ]
66
66
General Comments 0
You need to be logged in to leave comments. Login now