Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit ccde96e

Browse files
author
Scott McAllister
committed
BLD: bump flask to 1.0.0
1 parent e589fc7 commit ccde96e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ pip-selfcheck.json
3131
.coverage
3232

3333
todo.txt
34+
.vscode/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
install_requires=[
2020
'cfenv==0.5.3',
21-
'flask==0.12.3',
21+
'flask==1.0.0',
2222
'gunicorn==19.6.0',
2323
'newrelic==2.100.0.84',
2424
'pyyaml>=4.2b1',

0 commit comments

Comments
 (0)