12 lines
213 B
TOML
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",
|
|
]
|