build: limit to django-ratelimit version (#71991)

This commit is contained in:
Frédéric Péters 2022-12-04 09:37:34 +01:00
parent aae3053b16
commit 7a3d11293f
1 changed files with 1 additions and 1 deletions

View File

@ -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',