From cdaec0de644a812a7f465ce3bd272c9b3299ccbe Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 16 Dec 2020 13:48:08 +0100 Subject: [PATCH] increase djangorestframework version limit --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fa37a9eb..ed4d9ace 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index ede502ce..113a8430 100644 --- a/setup.py +++ b/setup.py @@ -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',