feat: expand module workflows, dynamic config, notifications and console API

This commit is contained in:
2026-09-04 09:49:37 +08:00
parent 8df5266abb
commit b124d757b0
309 changed files with 89358 additions and 6232 deletions
+3 -5
View File
@@ -10,7 +10,8 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"browserforge>=1.2.4",
"curl-cffi>=0.15.0",
# Scrapling 0.4.13 currently requires this upstream beta explicitly.
"curl-cffi==0.16.1b1",
"httpx>=0.27",
"imageio-ffmpeg>=0.6.0",
"langchain>=0.3.0",
@@ -24,16 +25,13 @@ dependencies = [
"openpyxl>=3.1.5",
"ormsgpack>=1.2.0",
"pandas>=3.0.3",
"patchright>=1.60.1",
"Pillow>=10",
"playwright>=1.60.0",
"psycopg[binary,pool]>=3.1",
"psycopg2-binary>=2.9.12",
"psutil>=5.9",
"python-dotenv>=1.0.0",
"requests>=2.31.0",
"scrapling[all]>=0.4.9",
"selenium>=4.20",
"scrapling[fetchers]==0.4.13",
"xlrd>=2.0.1",
]