From ed66a654c18dbfc258f08fc088326dc4018b5967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9E=AC=EC=84=B1=20=28Kim=2C=20Jaesung=29?= <15705385+sundoufu@users.noreply.github.com> Date: Sun, 12 Sep 2021 18:45:59 +0900 Subject: [PATCH] (#827) add django-cors-headers dependency --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ffc9d95f..8b5681e3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ apiclient==1.0.4 Django==2.2.24 +django-cors-headers==3.8.0 httplib2==0.19.1 icalendar==4.0.7 mysqlclient==2.0.3 @@ -19,4 +20,4 @@ flake8==3.9.2 black==21.6b0 pytest==6.2.4 pytest-django==4.4.0 -pytest-cov==2.12.1 \ No newline at end of file +pytest-cov==2.12.1