Add back finder
This commit is contained in:
parent
5e5d9f9a1c
commit
48c13fbcdd
23 changed files with 57347 additions and 0 deletions
17
finder/pyproject.toml
Normal file
17
finder/pyproject.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[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",
|
||||
"lxml",
|
||||
"playwright>=1.58.0",
|
||||
"playwright-stealth>=2.0.2",
|
||||
"camoufox>=0.4.11",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue