perfect-postcode/finder/pyproject.toml
2026-03-15 11:40:06 +00:00

14 lines
249 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",
"playwright>=1.58.0",
]