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 = [
37
37
" googlesearch-python>=1.2.5" ,
38
38
" async-timeout>=4.0.3" ,
39
39
" transformers>=4.44.2" ,
40
- " googlesearch-python>=1.2.5"
40
+ " googlesearch-python>=1.2.5" ,
41
+ " simpleeval>=1.0.0"
41
42
]
42
43
43
44
license = " MIT"
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ astroid==3.2.4
32
32
async-timeout==4.0.3
33
33
# via aiohttp
34
34
# via langchain
35
+ # via scrapegraphai
35
36
attrs==24.2.0
36
37
# via aiohttp
37
38
# via jsonschema
@@ -40,7 +41,7 @@ babel==2.16.0
40
41
# via sphinx
41
42
beautifulsoup4==4.12.3
42
43
# via furo
43
- # via google
44
+ # via googlesearch-python
44
45
# via scrapegraphai
45
46
blinker==1.8.2
46
47
# via streamlit
@@ -108,8 +109,6 @@ gitdb==4.0.11
108
109
# via gitpython
109
110
gitpython==3.1.43
110
111
# via streamlit
111
- google==3.0.0
112
- # via scrapegraphai
113
112
google-ai-generativelanguage==0.6.6
114
113
# via google-generativeai
115
114
google-api-core==2.19.1
@@ -131,6 +130,8 @@ google-generativeai==0.7.2
131
130
googleapis-common-protos==1.63.2
132
131
# via google-api-core
133
132
# via grpcio-status
133
+ googlesearch-python==1.2.5
134
+ # via scrapegraphai
134
135
graphviz==0.20.3
135
136
# via burr
136
137
greenlet==3.0.3
@@ -417,6 +418,7 @@ requests==2.32.3
417
418
# via fastembed
418
419
# via free-proxy
419
420
# via google-api-core
421
+ # via googlesearch-python
420
422
# via huggingface-hub
421
423
# via langchain
422
424
# via langchain-community
Original file line number Diff line number Diff line change @@ -21,12 +21,13 @@ anyio==4.4.0
21
21
async-timeout==4.0.3
22
22
# via aiohttp
23
23
# via langchain
24
+ # via scrapegraphai
24
25
attrs==23.2.0
25
26
# via aiohttp
26
27
# via jsonschema
27
28
# via referencing
28
29
beautifulsoup4==4.12.3
29
- # via google
30
+ # via googlesearch-python
30
31
# via scrapegraphai
31
32
boto3==1.34.146
32
33
# via langchain-aws
@@ -65,8 +66,6 @@ frozenlist==1.4.1
65
66
# via aiosignal
66
67
fsspec==2024.6.1
67
68
# via huggingface-hub
68
- google==3.0.0
69
- # via scrapegraphai
70
69
google-ai-generativelanguage==0.6.6
71
70
# via google-generativeai
72
71
google-api-core==2.19.1
@@ -88,6 +87,8 @@ google-generativeai==0.7.2
88
87
googleapis-common-protos==1.63.2
89
88
# via google-api-core
90
89
# via grpcio-status
90
+ googlesearch-python==1.2.5
91
+ # via scrapegraphai
91
92
greenlet==3.0.3
92
93
# via playwright
93
94
grpcio==1.65.1
@@ -306,6 +307,7 @@ requests==2.32.3
306
307
# via fastembed
307
308
# via free-proxy
308
309
# via google-api-core
310
+ # via googlesearch-python
309
311
# via huggingface-hub
310
312
# via langchain
311
313
# via langchain-community
You can’t perform that action at this time.
0 commit comments