From 929e691c8192a397aee617e35b6bf6302997aba3 Mon Sep 17 00:00:00 2001
From: Lubomir Dolezal <lubomir.bucek@eox.at>
Date: Tue, 10 May 2022 16:14:58 +0200
Subject: [PATCH] set django-cors-headers to <3.12.0 3.12.0 brings django > 3.2
 which eoxserver does not yet support

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 14305ff..02f7576 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ click<9.0
 pyyaml<6.0
 jsonschema<5.0
 boto3<2.0
-django-cors-headers<4.0
+django-cors-headers<3.12.0
 django-structlog==2.2.0
 pystac<2.0
 http-access==0.1.3
-- 
GitLab