##// END OF EJS Templates
setup: bump whoosh minimum version to 2.7.1 to get py3 support...
Mads Kiilerich -
r8003:1d1f5598 default
parent child Browse files
Show More
@@ -53,7 +53,7 b' requirements = ['
53 "SQLAlchemy >= 1.1, < 1.4",
53 "SQLAlchemy >= 1.1, < 1.4",
54 "Mako >= 0.9.1, < 1.1",
54 "Mako >= 0.9.1, < 1.1",
55 "Pygments >= 2.2.0, < 2.5",
55 "Pygments >= 2.2.0, < 2.5",
56 "Whoosh >= 2.5.0, < 2.8",
56 "Whoosh >= 2.7.1, < 2.8",
57 "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work
57 "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work
58 "Babel >= 1.3, < 2.8",
58 "Babel >= 1.3, < 2.8",
59 "python-dateutil >= 2.1.0, < 2.9",
59 "python-dateutil >= 2.1.0, < 2.9",
General Comments 0
You need to be logged in to leave comments. Login now