Skip to content

Commit

Permalink
add uvicorn to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
livioribeiro committed Oct 8, 2024
1 parent 50a3314 commit 222241f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ coverage = { version = "^7", extras = ["toml"] }
httpx = "^0.27"
aiosqlite = "^0.20"
psycopg = "^3.1"
uvicorn = { version = "^0.29", extras = ["standard"] }

[tool.poetry.group.lint]
optional = true
Expand Down

0 comments on commit 222241f

Please sign in to comment.