setup: allow djangorestframework 3.14 (#81951) #5

Merged
vdeniaud merged 1 commits from wip/81951--fonctionner-avec-djangorestfram into main 2023-12-18 11:37:20 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ setup(
'isodate',
'jsonschema',
'gadjo',
'djangorestframework>=3.9,<3.13',
'djangorestframework>=3.9,<3.15',
'pytz',
'python-dateutil',
'django-admin-rangefilter',