From d5a15f21860c4b985b62673b30cfc0b1a7062290 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Mon, 26 Nov 2018 13:05:29 +0100 Subject: [PATCH] change jquery dependencies version (#28342) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 27bb3c64..ccc97116 100755 --- a/setup.py +++ b/setup.py @@ -128,8 +128,8 @@ setup(name="authentic2", 'django-jsonfield', 'jwcrypto>=0.3.1,<1', 'cryptography', - 'XStatic-jQuery', - 'XStatic-jquery-ui<1.12', + 'XStatic-jQuery<2', + 'XStatic-jquery-ui', 'xstatic-select2', 'pillow', ], -- 2.19.1