mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
Add httpx to requirements for API tests
This commit is contained in:
@@ -59,6 +59,7 @@ toml==0.10.2
|
|||||||
tomli==2.2.1
|
tomli==2.2.1
|
||||||
urllib3==2.5.0
|
urllib3==2.5.0
|
||||||
uvicorn==0.35.0
|
uvicorn==0.35.0
|
||||||
|
httpx==0.28.1
|
||||||
varint==1.0.2
|
varint==1.0.2
|
||||||
websocket-client==1.7.0
|
websocket-client==1.7.0
|
||||||
websockets==15.0.1
|
websockets==15.0.1
|
||||||
|
@@ -27,3 +27,4 @@ qrcode>=8.2
|
|||||||
typer>=0.12.3
|
typer>=0.12.3
|
||||||
fastapi>=0.116.0
|
fastapi>=0.116.0
|
||||||
uvicorn>=0.35.0
|
uvicorn>=0.35.0
|
||||||
|
httpx>=0.28.1
|
||||||
|
Reference in New Issue
Block a user