From 35c44e4d2ca3f6f7f27c8c5efd3381e8fc3acc82 Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Sun, 13 Oct 2024 10:17:03 +0200 Subject: [PATCH] fix: add new dipendency --- pyproject.toml | 3 ++- requirements-dev.lock | 8 +++++--- requirements.lock | 8 +++++--- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24cffbfa..00143e98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements-dev.lock b/requirements-dev.lock index b33667db..bca5e9c2 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements.lock b/requirements.lock index 8b2b7244..38be6e68 100644 --- a/requirements.lock +++ b/requirements.lock @@ -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 @@ -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 @@ -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 @@ -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