Projet

Général

Profil

0004-misc-allow-django-3.2-and-django-tables2-2.4-68784.patch

Frédéric Péters, 06 septembre 2022 19:23

Télécharger (786 octets)

Voir les différences:

Subject: [PATCH 4/5] misc: allow django 3.2 and django-tables2 2.4 (#68784)

 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
setup.py
107 107
        'Programming Language :: Python',
108 108
    ],
109 109
    install_requires=[
110
        'django>=2.2,<2.3',
110
        'django>=2.2,<3.3',
111 111
        'gadjo',
112
        'django-tables2>=1.5,<2.2',
112
        'django-tables2>=1.5,<2.5',
113 113
        'django-filter>1,<2.5',
114 114
        'djangorestframework>=3.4',
115 115
        'python-magic',
116
-