Add httpx to requirements for API tests

This commit is contained in:
thePR0M3TH3AN
2025-07-09 09:35:45 -04:00
parent a42f880ac5
commit 6ed984c24e
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ toml==0.10.2
tomli==2.2.1
urllib3==2.5.0
uvicorn==0.35.0
httpx==0.28.1
varint==1.0.2
websocket-client==1.7.0
websockets==15.0.1

View File

@@ -27,3 +27,4 @@ qrcode>=8.2
typer>=0.12.3
fastapi>=0.116.0
uvicorn>=0.35.0
httpx>=0.28.1