Skip to content

Commit 1762007

Browse files
authored
➕ Keep Uvicorn in default dependencies (#57)
1 parent f40f7ac commit 1762007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ classifiers = [
3333
]
3434
dependencies = [
3535
"typer >= 0.12.3",
36+
"uvicorn[standard] >= 0.15.0",
3637
]
3738

3839
[project.optional-dependencies]

0 commit comments

Comments
 (0)