##// END OF EJS Templates
setup.py: bump Pygments minimum version to 2.2.0...
Thomas De Schampheleire -
r7786:bec4bc21 default
parent child Browse files
Show More
@@ -53,7 +53,7 b' requirements = ['
53 "FormEncode >= 1.3.0, < 1.4",
53 "FormEncode >= 1.3.0, < 1.4",
54 "SQLAlchemy >= 1.1, < 1.4",
54 "SQLAlchemy >= 1.1, < 1.4",
55 "Mako >= 0.9.0, < 1.1",
55 "Mako >= 0.9.0, < 1.1",
56 "Pygments >= 2.0, < 2.5",
56 "Pygments >= 2.2.0, < 2.5",
57 "Whoosh >= 2.5.0, < 2.8",
57 "Whoosh >= 2.5.0, < 2.8",
58 "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work
58 "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work
59 "Babel >= 1.3, < 2.8",
59 "Babel >= 1.3, < 2.8",
General Comments 0
You need to be logged in to leave comments. Login now