17 lines
373 B
TOML
17 lines
373 B
TOML
[project]
|
|
name = "rf4-spotter-research"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = ["beautifulsoup4>=4.12,<5"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=68"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["rf4_research*"]
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests", "apps/api/tests"]
|
|
pythonpath = [".", "apps/api"]
|