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 XStatic_roboto-fontface
eopayment>=1.13 eopayment>=1.13
python-dateutil python-dateutil
djangorestframework>=3.3, <3.7 djangorestframework>=3.3, <3.10
sorl-thumbnail sorl-thumbnail
pyproj pyproj

View File

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