Change requests to httpx and add web search

This commit is contained in:
Esa Kataja
2025-07-01 21:13:30 +03:00
parent fb48ac8ac8
commit 4bd0c75e65
4 changed files with 176 additions and 126 deletions
+2 -1
View File
@@ -5,8 +5,9 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"pydantic>=2.9.2",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
"selectolax>=0.3.31",
"typer>=0.15.2",
]