Skip to content

Commit 90715ea

Browse files
committed
Add httpcore as a requirement
1 parent d974038 commit 90715ea

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

backend/poetry.lock

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ readme = "../README.md"
1414
[tool.poetry.dependencies]
1515
python = "^3.12"
1616
litestar = {extras = ["prometheus"], version = "^2.15.2"}
17+
httpcore = "^1.0.9"
1718
gunicorn = "23.0.0"
1819
pydantic = "^2.11.3"
1920
uvicorn = {extras = ["standard"], version = "^0.34.0"}

0 commit comments

Comments
 (0)