chore(deps): add httpx extras

This commit is contained in:
UncleCode
2025-06-08 10:06:13 +02:00
parent 451b0d6c9a
commit f54db649c5
3 changed files with 4 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ anyio==4.9.0
PyJWT==2.10.1 PyJWT==2.10.1
mcp>=1.6.0 mcp>=1.6.0
websockets>=15.0.1 websockets>=15.0.1
httpx[http2]>=0.27.2

View File

@@ -36,6 +36,7 @@ dependencies = [
"rich>=13.9.4", "rich>=13.9.4",
"cssselect>=1.2.0", "cssselect>=1.2.0",
"httpx>=0.27.2", "httpx>=0.27.2",
"httpx[http2]>=0.27.2",
"fake-useragent>=2.0.3", "fake-useragent>=2.0.3",
"click>=8.1.7", "click>=8.1.7",
"pyperclip>=1.8.2", "pyperclip>=1.8.2",

View File

@@ -23,3 +23,4 @@ rich>=13.9.4
cssselect>=1.2.0 cssselect>=1.2.0
chardet>=5.2.0 chardet>=5.2.0
brotli>=1.1.0 brotli>=1.1.0
httpx[http2]>=0.27.2