From 7f68e8729203f8ce6fcfb0952079d693b04420d8 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Mon, 26 Nov 2018 13:00:16 +0100 Subject: [PATCH] pin jquery (#28341) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aaa1d86..5267e54 100644 --- a/setup.py +++ b/setup.py @@ -220,7 +220,7 @@ setup( install_requires=[ 'XStatic', 'XStatic_Font_Awesome', - 'XStatic_jQuery', + 'XStatic_jQuery<2', 'XStatic_jquery_ui', 'XStatic_OpenSans', ], -- 2.19.1