From b1684c3f9f98a79cae47c985b9719ef10db01989 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..a66880f 100644 --- a/setup.py +++ b/setup.py @@ -220,7 +220,7 @@ setup( install_requires=[ 'XStatic', 'XStatic_Font_Awesome', - 'XStatic_jQuery', + 'XStatic_jQuery<3', 'XStatic_jquery_ui', 'XStatic_OpenSans', ], -- 2.19.1