9 lines
177 B
TOML
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"]
|