16 lines
330 B
TOML
16 lines
330 B
TOML
[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",
|
|
"dotenv>=0.9.9",
|
|
"google-genai>=1.59.0",
|
|
"lxml>=6.0.2",
|
|
"markdownify>=1.2.2",
|
|
"ollama>=0.6.1",
|
|
"requests>=2.32.5",
|
|
]
|