From 2dff19bf08af138f1b09e778fc7a15eda52cbcc1 Mon Sep 17 00:00:00 2001 From: Wiktork Date: Thu, 28 Dec 2023 13:44:44 +0100 Subject: [PATCH] fix(setup): update install requirements --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 2a50ea8..6c2c916 100644 --- a/setup.py +++ b/setup.py @@ -35,16 +35,16 @@ packages=find_packages(), install_requires=[ "django~=3.2", - "django-cors-headers>=3.7.0,<4", - "django-environ~=0.9", - "django-filter<23", + "django-cors-headers>=3.7.0,<=4.1.0", + "django-environ~=0.11", + "django-filter<24", "django-generic-api-permissions<1", "django-localized-fields>=6.4,<7", "django_mptt>=0.11,<2", "django-postgres-extra<3", "djangorestframework>=3.12.4,<4", - "djangorestframework-jsonapi>=4.3.0,<=5.0.0", - "mozilla-django-oidc<3", + "djangorestframework-jsonapi>=4.3.0,<=6.1.0", + "mozilla-django-oidc<=3", "pyexcel>0.6,<1", "pyexcel-xlsx>=0.6.0,<1", "psycopg2>=2.9,<3",