feat: expand module workflows, dynamic config, notifications and console API
This commit is contained in:
+3
-5
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user