Skip to content

Commit 3055a0d

Browse files
committed
Update all the versions to the latest
Fix Conflicts
1 parent f475ae8 commit 3055a0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ 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 = [
11-
]
10+
dependencies = []
1211
authors = [
1312
{name = "Pradeep Bashyal", email = "[email protected]"},
1413
{name = "NMDP Person"},
@@ -61,7 +60,7 @@ test = [
6160
]
6261

6362
deploy=[
64-
"connexion[swagger-ui,flask,uvicorn]==3.2.0",
63+
"connexion[swagger-ui]==3.2.0",
6564
"gunicorn==23.0.0"
6665
]
6766

0 commit comments

Comments
 (0)