Projet

Général

Profil

0001-increase-djangorestframework-version-limit.patch

Valentin Deniaud, 16 décembre 2020 13:50

Télécharger (644 octets)

Voir les différences:

Subject: [PATCH] increase djangorestframework version limit

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
150 150
        'django-mellon',
151 151
        'django-tenant-schemas',
152 152
        'prometheus_client',
153
        'djangorestframework>=3.1, <3.7',
153
        'djangorestframework>=3.1, <3.10',
154 154
        'dnspython',
155 155
        'lxml',
156 156
    ],
157
-