Mercurial > libervia-web
diff setup.py @ 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 | f88325b56a6a |
children | 2566f17a0e59 |
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}, )