setup: allow djangorestframework 3.14 (#81951)
gitea/zoo/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-12-18 11:17:06 +01:00
parent d17fdfe2bb
commit ca75dc2251
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',