diff --git a/setup.py b/setup.py index 076c349599fbacbfd2fdad5166d31ee66d6d6adc..7fea065913988ff369d804ed3955ae991a64a10c 100644 --- a/setup.py +++ b/setup.py @@ -233,7 +233,7 @@ class tox(TestCommand): # Compute requirements install_requires = [ "CherryPy>=3.2.2", - "Jinja2>=2.6", + "Jinja2>=2.6,<=2.8.1", "future>=0.15.2", "psutil>=2.1.1", ]