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

@ -23,4 +23,6 @@ pyarrow==17.0.0
fastparquet==2024.5.0 fastparquet==2024.5.0
aiohttp==3.10.10 aiohttp==3.10.10
# find my epc # find my epc
beautifulsoup4 beautifulsoup4
# HTTP client (epc_client module)
httpx==0.28.1

View file

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