mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-12 21:01:56 +08:00
fix: add new dipendency
This commit is contained in:
parent
9c62f24e73
commit
35c44e4d2c
@ -37,7 +37,8 @@ dependencies = [
|
|||||||
"googlesearch-python>=1.2.5",
|
"googlesearch-python>=1.2.5",
|
||||||
"async-timeout>=4.0.3",
|
"async-timeout>=4.0.3",
|
||||||
"transformers>=4.44.2",
|
"transformers>=4.44.2",
|
||||||
"googlesearch-python>=1.2.5"
|
"googlesearch-python>=1.2.5",
|
||||||
|
"simpleeval>=1.0.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@ -32,6 +32,7 @@ astroid==3.2.4
|
|||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
# via langchain
|
# via langchain
|
||||||
|
# via scrapegraphai
|
||||||
attrs==24.2.0
|
attrs==24.2.0
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
# via jsonschema
|
# via jsonschema
|
||||||
@ -40,7 +41,7 @@ babel==2.16.0
|
|||||||
# via sphinx
|
# via sphinx
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
# via furo
|
# via furo
|
||||||
# via google
|
# via googlesearch-python
|
||||||
# via scrapegraphai
|
# via scrapegraphai
|
||||||
blinker==1.8.2
|
blinker==1.8.2
|
||||||
# via streamlit
|
# via streamlit
|
||||||
@ -108,8 +109,6 @@ gitdb==4.0.11
|
|||||||
# via gitpython
|
# via gitpython
|
||||||
gitpython==3.1.43
|
gitpython==3.1.43
|
||||||
# via streamlit
|
# via streamlit
|
||||||
google==3.0.0
|
|
||||||
# via scrapegraphai
|
|
||||||
google-ai-generativelanguage==0.6.6
|
google-ai-generativelanguage==0.6.6
|
||||||
# via google-generativeai
|
# via google-generativeai
|
||||||
google-api-core==2.19.1
|
google-api-core==2.19.1
|
||||||
@ -131,6 +130,8 @@ google-generativeai==0.7.2
|
|||||||
googleapis-common-protos==1.63.2
|
googleapis-common-protos==1.63.2
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
# via grpcio-status
|
# via grpcio-status
|
||||||
|
googlesearch-python==1.2.5
|
||||||
|
# via scrapegraphai
|
||||||
graphviz==0.20.3
|
graphviz==0.20.3
|
||||||
# via burr
|
# via burr
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
@ -417,6 +418,7 @@ requests==2.32.3
|
|||||||
# via fastembed
|
# via fastembed
|
||||||
# via free-proxy
|
# via free-proxy
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
|
# via googlesearch-python
|
||||||
# via huggingface-hub
|
# via huggingface-hub
|
||||||
# via langchain
|
# via langchain
|
||||||
# via langchain-community
|
# via langchain-community
|
||||||
|
|||||||
@ -21,12 +21,13 @@ anyio==4.4.0
|
|||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
# via langchain
|
# via langchain
|
||||||
|
# via scrapegraphai
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
# via jsonschema
|
# via jsonschema
|
||||||
# via referencing
|
# via referencing
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
# via google
|
# via googlesearch-python
|
||||||
# via scrapegraphai
|
# via scrapegraphai
|
||||||
boto3==1.34.146
|
boto3==1.34.146
|
||||||
# via langchain-aws
|
# via langchain-aws
|
||||||
@ -65,8 +66,6 @@ frozenlist==1.4.1
|
|||||||
# via aiosignal
|
# via aiosignal
|
||||||
fsspec==2024.6.1
|
fsspec==2024.6.1
|
||||||
# via huggingface-hub
|
# via huggingface-hub
|
||||||
google==3.0.0
|
|
||||||
# via scrapegraphai
|
|
||||||
google-ai-generativelanguage==0.6.6
|
google-ai-generativelanguage==0.6.6
|
||||||
# via google-generativeai
|
# via google-generativeai
|
||||||
google-api-core==2.19.1
|
google-api-core==2.19.1
|
||||||
@ -88,6 +87,8 @@ google-generativeai==0.7.2
|
|||||||
googleapis-common-protos==1.63.2
|
googleapis-common-protos==1.63.2
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
# via grpcio-status
|
# via grpcio-status
|
||||||
|
googlesearch-python==1.2.5
|
||||||
|
# via scrapegraphai
|
||||||
greenlet==3.0.3
|
greenlet==3.0.3
|
||||||
# via playwright
|
# via playwright
|
||||||
grpcio==1.65.1
|
grpcio==1.65.1
|
||||||
@ -306,6 +307,7 @@ requests==2.32.3
|
|||||||
# via fastembed
|
# via fastembed
|
||||||
# via free-proxy
|
# via free-proxy
|
||||||
# via google-api-core
|
# via google-api-core
|
||||||
|
# via googlesearch-python
|
||||||
# via huggingface-hub
|
# via huggingface-hub
|
||||||
# via langchain
|
# via langchain
|
||||||
# via langchain-community
|
# via langchain-community
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user