perfect-postcode/finder/pyproject.toml
2026-02-15 22:39:54 +00:00

11 lines
184 B
TOML

[project]
name = "finder"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"flask",
"httpx",
"polars",
"fake-useragent>=2.2.0",
"prometheus-client",
]