Add httpx and pydantic

This commit is contained in:
Esa Kataja
2025-03-19 15:29:50 +02:00
parent c3224a7ed7
commit 0b5334b097
2 changed files with 155 additions and 0 deletions
+2
View File
@@ -6,8 +6,10 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.8",
"httpx>=0.28.1",
"loguru>=0.7.3",
"lxml>=5.3.1",
"pydantic>=2.10.6",
]
[dependency-groups]