add httpx

This commit is contained in:
Hannah dagemark 2026-08-06 15:46:40 +02:00
commit 9fbaa0a554
2 changed files with 40 additions and 0 deletions

View file

@ -16,6 +16,7 @@ dependencies = [
"passlib[bcrypt]",
"python-multipart",
"pydantic_settings",
"httpx>=0.28.1",
]
[project.scripts]