diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt
index b66f29a77e26a4e23747a691e32886af9ddc59f7..e485bbec047c042f666632496f4e2079dd800b6e 100644
--- a/REQUIREMENTS.txt
+++ b/REQUIREMENTS.txt
@@ -3,3 +3,5 @@ falcon==2.0.0
 gunicorn==19.9.0
 numpy==1.16.4
 py4j==0.10.8.1
+falcon-cors==1.1.7
+
diff --git a/pipeline.py b/pipeline.py
index 8be9b43c1c4b3662e826da7d5dfa5a3d36af581e..3bdc04942b419df5dc73cde99539cfdfe67e3a0f 100755
--- a/pipeline.py
+++ b/pipeline.py
@@ -35,11 +35,11 @@ sys.path.insert(0, 'stilett/')
 import apply_rules as stilett
 
 #Import Coh-metrix
-sys.path.insert(0, 'coh-metrix/')
-import cohesion
-import lsa
-import givenness
-import connectives
+# sys.path.insert(0, 'coh-metrix/')
+# import cohesion
+# import lsa
+# import givenness
+# import connectives
 
 #Import Synonyms
 sys.path.insert(0,'synonyms/')