Skip to content

Commit 33d775d

Browse files
committedSep 18, 2020
python CORS module import added
1 parent 2f1f712 commit 33d775d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.vscode/*
2+
__pycache__/*

‎requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Jinja2==2.10.3
77
MarkupSafe==1.1.1
88
Werkzeug==0.16.0
99
wordnik-py3==2.1.2
10+
11+
Flask-Cors==3.0.9

0 commit comments

Comments
 (0)
Please sign in to comment.