From 9aa5edc08db2948877f09b3767381b94ddf81353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 4 Dec 2020 09:28:42 +0100 Subject: [PATCH] misc: relax jquery dependency (#49112) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f96023..1c49c6a 100644 --- a/setup.py +++ b/setup.py @@ -221,7 +221,7 @@ setup( install_requires=[ 'XStatic', 'XStatic_Font_Awesome', - 'XStatic_jQuery<2', + 'XStatic_jQuery', 'XStatic_jquery_ui', 'XStatic_OpenSans', ],