perfect-postcode/finder/pyproject.toml
2026-05-17 10:16:30 +01:00

12 lines
213 B
TOML

[project]
name = "finder"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"httpx",
"curl_cffi",
"polars",
"fake-useragent>=2.2.0",
"playwright>=1.58.0",
"camoufox>=0.4.11",
]