From 773e02dd1797d6607bd9cedbaa39a1c8aa283770 Mon Sep 17 00:00:00 2001 From: aneasystone Date: Wed, 16 Apr 2025 13:51:41 +0800 Subject: [PATCH] Add missing dependencies --- pyproject.toml | 2 +- requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd452b6..648b4cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "Salaheddin Alzu'bi", email = "salaheddinalzubi@gmail.com"}, ] -dependencies = ["openai>=1.66.2", "datasets>=3.3.2", "transformers>=4.49.0", "litellm>=1.61.20", "langchain>=0.3.19", "crawl4ai @ git+https://github.com/salzubi401/crawl4ai.git@main", "fasttext-wheel>=0.9.2", "wikipedia-api>=0.8.1", "pillow>=10.4.0", "smolagents>=1.9.2", "gradio==5.20.1"] +dependencies = ["openai>=1.66.2", "datasets>=3.3.2", "transformers>=4.49.0", "litellm>=1.61.20", "langchain>=0.3.19", "crawl4ai @ git+https://github.com/salzubi401/crawl4ai.git@main", "fasttext-wheel>=0.9.2", "wikipedia-api>=0.8.1", "pillow>=10.4.0", "smolagents>=1.9.2", "gradio==5.20.1", "loguru==0.7.3", "nest_asyncio==1.6.0", "pydantic==2.10.6"] requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"} diff --git a/requirements.txt b/requirements.txt index 47a8450..c95caba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,6 @@ wikipedia-api>=0.8.1 pillow>=10.4.0 smolagents>=1.9.2 gradio==5.20.1 - +loguru==0.7.3 +nest_asyncio==1.6.0 +pydantic==2.10.6 \ No newline at end of file