From 715bbf97ae99956d5201c4dcc96a546ccfc2b6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 18 Feb 2022 10:28:11 +0100 Subject: [PATCH] build: allow newer djangorestframework (#61951) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73f915d..6d0ba93 100755 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ setup( 'django-tables2>=1.5,<2.0', 'django-jsonfield >= 0.9.3', 'django-filter>1,<2.5', - 'djangorestframework>=3.4,<3.10', + 'djangorestframework>=3.4', 'file-magic', 'requests', 'sorl-thumbnail',