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

This commit is contained in:
Frédéric Péters 2023-10-05 10:11:17 +02:00
parent 56bba71638
commit 2b50b850db
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ setup(
'celery<4' if sys.version_info < (3, 7) else 'celery>=4',
'django-mellon',
'django-tenant-schemas',
'djangorestframework>=3.12, <3.14',
'djangorestframework>=3.12, <3.15',
'dnspython',
'lxml',
'num2words==0.5.9',