Skip to content

Commit

Permalink
build(fix): add uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Oct 21, 2024
1 parent 52791f0 commit 0f636f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
23 changes: 21 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
fastapi = "^0.115.2"
uvicorn = "^0.32.0"
pydantic-settings = "^2.2.1"
click = "^8.1.7"
tomli = { version = "^2.0.1", python = "<3.11" }
Expand Down

0 comments on commit 0f636f5

Please sign in to comment.