anteater/pyproject.toml
Hubert Van De Walle b4b0a9f71e Initial commit
2025-05-06 17:35:07 +02:00

12 lines
229 B
TOML

[project]
name = "anteater"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.13.4",
"click>=8.1.8",
"requests>=2.32.3",
]