Files
rf4-spotter/pyproject.toml
T
2026-09-02 19:52:32 +07:00

9 lines
177 B
TOML

[project]
name = "rf4-spotter-research"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = ["beautifulsoup4>=4.12,<5"]
[tool.pytest.ini_options]
testpaths = ["tests"]