setup: allow djangorestframework 3.12 (#64289)

This commit is contained in:
Paul Marillonnet 2022-04-19 11:52:09 +02:00 committed by Frédéric Péters
parent c3ab8b78b7
commit 45d0cca338
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ setup(
'django-mellon',
'django-tenant-schemas',
'prometheus_client',
'djangorestframework>=3.4, <3.10',
'djangorestframework>=3.4, <3.13',
'dnspython',
'lxml',
'num2words==0.5.9',