Skip to content

Commit 775aedd

Browse files
committed
updated flask version
1 parent 159483c commit 775aedd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "${workspaceFolder}/venv/bin/python"
3+
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bs4==0.0.1
2-
Flask==0.12.2
2+
Flask==0.12.3
33
Flask-Cors==3.0.3
44
html2text==2017.10.4
55
httplib2==0.10.3

0 commit comments

Comments
 (0)