File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ dependencies = [
3737 " googlesearch-python>=1.2.5" ,
3838 " async-timeout>=4.0.3" ,
3939 " transformers>=4.44.2" ,
40- " googlesearch-python>=1.2.5"
40+ " googlesearch-python>=1.2.5" ,
41+ " simpleeval>=1.0.0"
4142]
4243
4344license = " MIT"
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ astroid==3.2.4
3232async-timeout==4.0.3
3333 # via aiohttp
3434 # via langchain
35+ # via scrapegraphai
3536attrs==24.2.0
3637 # via aiohttp
3738 # via jsonschema
@@ -40,7 +41,7 @@ babel==2.16.0
4041 # via sphinx
4142beautifulsoup4==4.12.3
4243 # via furo
43- # via google
44+ # via googlesearch-python
4445 # via scrapegraphai
4546blinker==1.8.2
4647 # via streamlit
@@ -108,8 +109,6 @@ gitdb==4.0.11
108109 # via gitpython
109110gitpython==3.1.43
110111 # via streamlit
111- google==3.0.0
112- # via scrapegraphai
113112google-ai-generativelanguage==0.6.6
114113 # via google-generativeai
115114google-api-core==2.19.1
@@ -131,6 +130,8 @@ google-generativeai==0.7.2
131130googleapis-common-protos==1.63.2
132131 # via google-api-core
133132 # via grpcio-status
133+ googlesearch-python==1.2.5
134+ # via scrapegraphai
134135graphviz==0.20.3
135136 # via burr
136137greenlet==3.0.3
@@ -417,6 +418,7 @@ requests==2.32.3
417418 # via fastembed
418419 # via free-proxy
419420 # via google-api-core
421+ # via googlesearch-python
420422 # via huggingface-hub
421423 # via langchain
422424 # via langchain-community
Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ anyio==4.4.0
2121async-timeout==4.0.3
2222 # via aiohttp
2323 # via langchain
24+ # via scrapegraphai
2425attrs==23.2.0
2526 # via aiohttp
2627 # via jsonschema
2728 # via referencing
2829beautifulsoup4==4.12.3
29- # via google
30+ # via googlesearch-python
3031 # via scrapegraphai
3132boto3==1.34.146
3233 # via langchain-aws
@@ -65,8 +66,6 @@ frozenlist==1.4.1
6566 # via aiosignal
6667fsspec==2024.6.1
6768 # via huggingface-hub
68- google==3.0.0
69- # via scrapegraphai
7069google-ai-generativelanguage==0.6.6
7170 # via google-generativeai
7271google-api-core==2.19.1
@@ -88,6 +87,8 @@ google-generativeai==0.7.2
8887googleapis-common-protos==1.63.2
8988 # via google-api-core
9089 # via grpcio-status
90+ googlesearch-python==1.2.5
91+ # via scrapegraphai
9192greenlet==3.0.3
9293 # via playwright
9394grpcio==1.65.1
@@ -306,6 +307,7 @@ requests==2.32.3
306307 # via fastembed
307308 # via free-proxy
308309 # via google-api-core
310+ # via googlesearch-python
309311 # via huggingface-hub
310312 # via langchain
311313 # via langchain-community
You can’t perform that action at this time.
0 commit comments