16 lines
306 B
TOML
16 lines
306 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",
|
|
"playwright-stealth>=2.0.2",
|
|
"camoufox>=0.4.11",
|
|
]
|