add httpx
This commit is contained in:
parent
9cdebfb5f1
commit
9fbaa0a554
2 changed files with 40 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ dependencies = [
|
|||
"passlib[bcrypt]",
|
||||
"python-multipart",
|
||||
"pydantic_settings",
|
||||
"httpx>=0.28.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
|
|||
Loading…
Reference in a new issue