Skip to content

Commit

Permalink
fix: add new dipendency
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Oct 13, 2024
1 parent 9c62f24 commit 35c44e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ dependencies = [
"googlesearch-python>=1.2.5",
"async-timeout>=4.0.3",
"transformers>=4.44.2",
"googlesearch-python>=1.2.5"
"googlesearch-python>=1.2.5",
"simpleeval>=1.0.0"
]

license = "MIT"
Expand Down
8 changes: 5 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ astroid==3.2.4
async-timeout==4.0.3
# via aiohttp
# via langchain
# via scrapegraphai
attrs==24.2.0
# via aiohttp
# via jsonschema
Expand All @@ -40,7 +41,7 @@ babel==2.16.0
# via sphinx
beautifulsoup4==4.12.3
# via furo
# via google
# via googlesearch-python
# via scrapegraphai
blinker==1.8.2
# via streamlit
Expand Down Expand Up @@ -108,8 +109,6 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via streamlit
google==3.0.0
# via scrapegraphai
google-ai-generativelanguage==0.6.6
# via google-generativeai
google-api-core==2.19.1
Expand All @@ -131,6 +130,8 @@ google-generativeai==0.7.2
googleapis-common-protos==1.63.2
# via google-api-core
# via grpcio-status
googlesearch-python==1.2.5
# via scrapegraphai
graphviz==0.20.3
# via burr
greenlet==3.0.3
Expand Down Expand Up @@ -417,6 +418,7 @@ requests==2.32.3
# via fastembed
# via free-proxy
# via google-api-core
# via googlesearch-python
# via huggingface-hub
# via langchain
# via langchain-community
Expand Down
8 changes: 5 additions & 3 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ anyio==4.4.0
async-timeout==4.0.3
# via aiohttp
# via langchain
# via scrapegraphai
attrs==23.2.0
# via aiohttp
# via jsonschema
# via referencing
beautifulsoup4==4.12.3
# via google
# via googlesearch-python
# via scrapegraphai
boto3==1.34.146
# via langchain-aws
Expand Down Expand Up @@ -65,8 +66,6 @@ frozenlist==1.4.1
# via aiosignal
fsspec==2024.6.1
# via huggingface-hub
google==3.0.0
# via scrapegraphai
google-ai-generativelanguage==0.6.6
# via google-generativeai
google-api-core==2.19.1
Expand All @@ -88,6 +87,8 @@ google-generativeai==0.7.2
googleapis-common-protos==1.63.2
# via google-api-core
# via grpcio-status
googlesearch-python==1.2.5
# via scrapegraphai
greenlet==3.0.3
# via playwright
grpcio==1.65.1
Expand Down Expand Up @@ -306,6 +307,7 @@ requests==2.32.3
# via fastembed
# via free-proxy
# via google-api-core
# via googlesearch-python
# via huggingface-hub
# via langchain
# via langchain-community
Expand Down

0 comments on commit 35c44e4

Please sign in to comment.