Projet

Général

Profil

0001-misc-relax-jquery-dependency-49112.patch

Frédéric Péters, 04 décembre 2020 09:29

Télécharger (646 octets)

Voir les différences:

Subject: [PATCH] misc: relax jquery dependency (#49112)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
221 221
    install_requires=[
222 222
        'XStatic',
223 223
        'XStatic_Font_Awesome',
224
        'XStatic_jQuery<2',
224
        'XStatic_jQuery',
225 225
        'XStatic_jquery_ui',
226 226
        'XStatic_OpenSans',
227 227
        ],
228
-