build: limit to djangorestframework<3.14 (#69477)

This commit is contained in:
Frédéric Péters 2022-09-23 09:33:59 +02:00
parent a8871cdeec
commit e3f38a3728
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ setup(
install_requires=[ install_requires=[
'django>=2.2, <3.3', 'django>=2.2, <3.3',
'gadjo', 'gadjo',
'djangorestframework>=3.4', 'djangorestframework>=3.4,<3.14',
'django-filter', 'django-filter',
'vobject', 'vobject',
'python-dateutil', 'python-dateutil',