Projet

Général

Profil

0001-build-limit-to-djangorestframework-3.14-69477.patch

Frédéric Péters, 23 septembre 2022 09:48

Télécharger (682 octets)

Voir les différences:

Subject: [PATCH] build: limit to djangorestframework<3.14 (#69477)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
161 161
    install_requires=[
162 162
        'django>=2.2, <3.3',
163 163
        'gadjo',
164
        'djangorestframework>=3.4',
164
        'djangorestframework>=3.4,<3.14',
165 165
        'django-filter',
166 166
        'vobject',
167 167
        'python-dateutil',
168
-