misc: relax jquery dependency (#49112)

This commit is contained in:
Frédéric Péters 2020-12-04 09:28:42 +01:00
parent d8c6758c8d
commit 9aa5edc08d
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ setup(
install_requires=[
'XStatic',
'XStatic_Font_Awesome',
'XStatic_jQuery<2',
'XStatic_jQuery',
'XStatic_jquery_ui',
'XStatic_OpenSans',
],