anteater/pyproject.toml
Hubert Van De Walle 5b92d2a8a5 anteater v2
2025-05-07 11:01:35 +02:00

13 lines
249 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",
"rich>=14.0.0",
]