Skip to content

Commit 35c44e4

Browse files
committed
fix: add new dipendency
1 parent 9c62f24 commit 35c44e4

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4344
license = "MIT"

requirements-dev.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ astroid==3.2.4
3232
async-timeout==4.0.3
3333
# via aiohttp
3434
# via langchain
35+
# via scrapegraphai
3536
attrs==24.2.0
3637
# via aiohttp
3738
# via jsonschema
@@ -40,7 +41,7 @@ babel==2.16.0
4041
# via sphinx
4142
beautifulsoup4==4.12.3
4243
# via furo
43-
# via google
44+
# via googlesearch-python
4445
# via scrapegraphai
4546
blinker==1.8.2
4647
# via streamlit
@@ -108,8 +109,6 @@ gitdb==4.0.11
108109
# via gitpython
109110
gitpython==3.1.43
110111
# via streamlit
111-
google==3.0.0
112-
# via scrapegraphai
113112
google-ai-generativelanguage==0.6.6
114113
# via google-generativeai
115114
google-api-core==2.19.1
@@ -131,6 +130,8 @@ google-generativeai==0.7.2
131130
googleapis-common-protos==1.63.2
132131
# via google-api-core
133132
# via grpcio-status
133+
googlesearch-python==1.2.5
134+
# via scrapegraphai
134135
graphviz==0.20.3
135136
# via burr
136137
greenlet==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

requirements.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ anyio==4.4.0
2121
async-timeout==4.0.3
2222
# via aiohttp
2323
# via langchain
24+
# via scrapegraphai
2425
attrs==23.2.0
2526
# via aiohttp
2627
# via jsonschema
2728
# via referencing
2829
beautifulsoup4==4.12.3
29-
# via google
30+
# via googlesearch-python
3031
# via scrapegraphai
3132
boto3==1.34.146
3233
# via langchain-aws
@@ -65,8 +66,6 @@ frozenlist==1.4.1
6566
# via aiosignal
6667
fsspec==2024.6.1
6768
# via huggingface-hub
68-
google==3.0.0
69-
# via scrapegraphai
7069
google-ai-generativelanguage==0.6.6
7170
# via google-generativeai
7271
google-api-core==2.19.1
@@ -88,6 +87,8 @@ google-generativeai==0.7.2
8887
googleapis-common-protos==1.63.2
8988
# via google-api-core
9089
# via grpcio-status
90+
googlesearch-python==1.2.5
91+
# via scrapegraphai
9192
greenlet==3.0.3
9293
# via playwright
9394
grpcio==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

0 commit comments

Comments
 (0)