perfect-postcode/finder/pyproject.toml
Andras Schmelczer 6cc7288126
Some checks failed
CI / Check (push) Has been cancelled
Build and publish Docker image / build-and-push (push) Has been cancelled
All good
2026-05-18 21:20:10 +01:00

11 lines
196 B
TOML

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