added httpx dependency

This commit is contained in:
Khalim Conn-Kowlessar 2026-04-25 22:55:35 +00:00
parent d338be867b
commit 0d3189beee
2 changed files with 4 additions and 2 deletions

View file

@ -24,3 +24,5 @@ fastparquet==2024.5.0
aiohttp==3.10.10
# find my epc
beautifulsoup4
# HTTP client (epc_client module)
httpx==0.28.1

View file

@ -1 +1 @@
httpx>=0.27.0
httpx==0.28.1