misc: allow djangorestframework 3.12 (#64288)

This commit is contained in:
Frédéric Péters 2022-07-04 15:45:21 +02:00
parent ada46b1764
commit bfd296648b
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ XStatic_OpenSans
XStatic_roboto-fontface
eopayment>=1.13
python-dateutil
djangorestframework>=3.3, <3.10
djangorestframework>=3.3, <3.13
django-ratelimit
sorl-thumbnail
Pillow

View File

@ -172,7 +172,7 @@ setup(
'XStatic_roboto-fontface>=0.5.0.0',
'eopayment>=1.60',
'python-dateutil',
'djangorestframework>=3.3, <3.10',
'djangorestframework>=3.3, <3.13',
'django-ratelimit<3',
'sorl-thumbnail',
'Pillow',