From 73dfbb6c28d592d739cf6ba86539ef93c65b0d5f 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1504b1f..8461072 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,9 @@ requests==2.25.1 soupsieve==2.2.1 sqlparse==0.4.1 urllib3==1.26.4 -Pillow==8.2.0 \ No newline at end of file +<<<<<<< HEAD +Pillow==8.2.0 +======= +django-cors-headers==3.7.0 +djangorestframework==3.12.4 +>>>>>>> Add CORS-Header and REST-Framework to Requirements -- GitLab