##// END OF EJS Templates
setup: exclude celery 4.4.4 which is broken due to unexpressed dependency...
Thomas De Schampheleire -
r8282:0060db8a stable
parent child Browse files
Show More
@@ -55,7 +55,7 b' requirements = ['
55 "Mako >= 0.9.1, < 1.2",
55 "Mako >= 0.9.1, < 1.2",
56 "Pygments >= 2.2.0, < 2.6",
56 "Pygments >= 2.2.0, < 2.6",
57 "Whoosh >= 2.7.1, < 2.8",
57 "Whoosh >= 2.7.1, < 2.8",
58 "celery >= 4.3, < 4.5",
58 "celery >= 4.3, < 4.5, != 4.4.4", # 4.4.4 is broken due to unexpressed dependency on 'future', see https://github.com/celery/celery/pull/6146
59 "Babel >= 1.3, < 2.9",
59 "Babel >= 1.3, < 2.9",
60 "python-dateutil >= 2.1.0, < 2.9",
60 "python-dateutil >= 2.1.0, < 2.9",
61 "Markdown >= 2.2.1, < 3.2",
61 "Markdown >= 2.2.1, < 3.2",
General Comments 0
You need to be logged in to leave comments. Login now