setup: allow djangorestframework 3.14 (#81948) #84

Merged
fpeters merged 2 commits from wip/81948-drf-314 into main 2023-10-05 11:04:55 +02:00
2 changed files with 2 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',

View File

@ -73,6 +73,7 @@ deps:
psycopg2
psycopg2-binary
sorl-thumbnail
djangorestframework>=3.12,<3.13 # matching debian bullseye
Pillow
black: pre-commit
git+https://git.entrouvert.org/publik-django-templatetags.git