setup: allow djangorestframework 3.14 (#81946)

This commit is contained in:
Frédéric Péters 2023-10-04 15:43:35 +02:00
parent fb7d928206
commit ca32dc3a36
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ setup(
install_requires=[
'django>=3.2, <3.3',
'gadjo',
'djangorestframework>=3.4,<3.14',
'djangorestframework>=3.4,<3.15',
'django-filter',
'vobject',
'python-dateutil',