perfect-postcode/finder/pyproject.toml
2026-03-12 22:11:29 +00:00

13 lines
223 B
TOML

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