##// END OF EJS Templates
dependencies: bump minimum requirements to fix installation with minimum versions...
Thomas De Schampheleire -
r7521:664262b3 default
parent child Browse files
Show More
@@ -47,13 +47,13 b' requirements = ['
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.3",
49 "Mako >= 0.9.0, < 1.1",
49 "Mako >= 0.9.0, < 1.1",
50 "Pygments >= 1.5, < 2.3",
50 "Pygments >= 2.0, < 2.3",
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", # celery 4 doesn't work
53 "Babel >= 0.9.6, < 2.7",
53 "Babel >= 1.3, < 2.7",
54 "python-dateutil >= 1.5.0, < 2.8",
54 "python-dateutil >= 1.5.0, < 2.8",
55 "Markdown >= 2.2.1, < 2.7",
55 "Markdown >= 2.2.1, < 2.7",
56 "docutils >= 0.8.1, < 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",
59 "dulwich >= 0.14.1, < 0.20",
59 "dulwich >= 0.14.1, < 0.20",
General Comments 0
You need to be logged in to leave comments. Login now