Initial commit

This commit is contained in:
2026-01-18 09:13:57 +02:00
commit f78b0ba09e
10 changed files with 615 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "python-scraper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"beautifulsoup4>=4.14.3",
"google-genai>=1.59.0",
"lxml>=6.0.2",
"markdownify>=1.2.2",
"ollama>=0.6.1",
"requests>=2.32.5",
]