changeset 997:3bf61858a123

misc (setup.py): set minimum jinja2 version to 2.9
author Goffi <goffi@goffi.org>
date Fri, 05 Jan 2018 13:01:49 +0100
parents d821c112e656
children 0848b8b0188d
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Jan 03 01:11:26 2018 +0100
+++ b/setup.py	Fri Jan 05 13:01:49 2018 +0100
@@ -302,6 +302,6 @@
                   for root, dirs, files in os.walk(C.THEMES_DIR)],
       scripts=[],
       zip_safe=False,
-      install_requires=['sat', 'twisted', 'txJSON-RPC==0.3.1', 'zope.interface', 'pyopenssl', 'jinja2', 'shortuuid', 'autobahn'],
+      install_requires=['sat', 'twisted', 'txJSON-RPC==0.3.1', 'zope.interface', 'pyopenssl', 'jinja2>=2.9', 'shortuuid', 'autobahn'],
       cmdclass={'install': CustomInstall},
       )