feat: initial car search setup with Playwright crawler and sites list

This commit is contained in:
Ken
2026-05-24 22:56:12 +00:00
commit 290678635e
7 changed files with 431 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[project]
name = "car-help"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"playwright>=1.60.0",
]