Projet

Général

Profil

0001-setup-allow-djangorestframework-3.12-64289.patch

Paul Marillonnet, 20 avril 2022 12:06

Télécharger (678 octets)

Voir les différences:

Subject: [PATCH 1/3] setup: allow djangorestframework 3.12 (#64289)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
155 155
        'django-mellon',
156 156
        'django-tenant-schemas',
157 157
        'prometheus_client',
158
        'djangorestframework>=3.4, <3.10',
158
        'djangorestframework>=3.4, <3.13',
159 159
        'dnspython',
160 160
        'lxml',
161 161
        'num2words==0.5.9',
162
-