From e20a64a010a9c43b44f5dce170a394ac265e4445 Mon Sep 17 00:00:00 2001 From: janmax <mail-github@jmx.io> Date: Sat, 4 Nov 2017 21:39:57 +0100 Subject: [PATCH] Updated requirements.txt with django-cors-headers --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 221a034a..b5f17075 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,3 +7,4 @@ psycopg2~=2.7.1 xlrd~=1.0.0 pytest-cov~=2.5.1 pylint~=1.7.4 +django-cors-headers~=2.1.0 -- GitLab