Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 703f125

Browse files
ChuckCoxnfstein
andauthored
chore: upgrade flask (#121)
* chore: upgrade flask * remove newline Co-authored-by: Nick Steinhauser <[email protected]>
1 parent 7ac21c7 commit 703f125

File tree

3 files changed

+137
-133
lines changed

3 files changed

+137
-133
lines changed

Pipfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ livereload = "*"
99
[packages]
1010
gunicorn = "==20.1.0"
1111
ibmcloudenv = "*"
12-
flask = ">=1.0.0"
12+
flask = ">=2.1.0"
1313
prometheus_client = "*"
1414
flasgger = "*"
15+
importlib_metadata = "*"
16+
importlib_resources = "*"

0 commit comments

Comments
 (0)