increase djangorestframework version limit

This commit is contained in:
Valentin Deniaud 2020-12-16 13:48:08 +01:00
parent 13b1780c13
commit cdaec0de64
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ XStatic_OpenSans
XStatic_roboto-fontface
eopayment>=1.13
python-dateutil
djangorestframework>=3.3, <3.7
djangorestframework>=3.3, <3.10
sorl-thumbnail
pyproj

View File

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