From d3b1d0f759f9128ca2dfdfbc8522a4cad1b1bc77 Mon Sep 17 00:00:00 2001
From: borzechof99 <borzechof99@mi.fu-berlin.de>
Date: Thu, 27 May 2021 19:15:07 +0200
Subject: [PATCH] Add CORS-Header and REST-Framework to Requirements

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

diff --git a/requirements.txt b/requirements.txt
index 4ecec85..a777863 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,3 +9,5 @@ requests==2.25.1
 soupsieve==2.2.1
 sqlparse==0.4.1
 urllib3==1.26.4
+django-cors-headers==3.7.0
+djangorestframework==3.12.4
\ No newline at end of file
-- 
GitLab