From 7a3d11293f2c432f6e99e13e926cfa00cfcb38c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 4 Dec 2022 09:37:34 +0100 Subject: [PATCH] build: limit to django-ratelimit version (#71991) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a8826e02..cf972f3c3 100755 --- a/setup.py +++ b/setup.py @@ -169,7 +169,7 @@ setup( 'dnspython>=1.10', 'Django-Select2>5,<7.8', 'django-tables2>=1.0,<2.5', - 'django-ratelimit', + 'django-ratelimit<3', 'gadjo>=0.53', 'django-import-export>=1,<2.6', 'djangorestframework>=3.9,<3.13',