Skip to content

Commit 523fb54

Browse files
committed
Make flask work with api-spec
1 parent 3055a0d commit 523fb54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name = "my_project_template"
77
version = "0.0.1"
88
description="Python Project Template. Standardized Python project structure for NMDP projects"
99
requires-python = ">=3.13"
10-
dependencies = []
10+
dependencies = [
11+
]
1112
authors = [
1213
{name = "Pradeep Bashyal", email = "[email protected]"},
1314
{name = "NMDP Person"},
@@ -60,7 +61,7 @@ test = [
6061
]
6162

6263
deploy=[
63-
"connexion[swagger-ui]==3.2.0",
64+
"connexion[swagger-ui,flask,uvicorn]==3.2.0",
6465
"gunicorn==23.0.0"
6566
]
6667

0 commit comments

Comments
 (0)