From bc0e108d73fbe5379e0d0fb0c3ea32793f7ddee7 Mon Sep 17 00:00:00 2001 From: Jack Luar Date: Sat, 14 Jun 2025 10:46:56 +0000 Subject: [PATCH] Remove overlapped dependencies from backend and frontend requirements Signed-off-by: Jack Luar --- backend/requirements-test.txt | 23 ----------------------- backend/requirements.txt | 1 - frontend/requirements-test.txt | 11 ----------- 3 files changed, 35 deletions(-) diff --git a/backend/requirements-test.txt b/backend/requirements-test.txt index f1f44391..5155631f 100644 --- a/backend/requirements-test.txt +++ b/backend/requirements-test.txt @@ -1,15 +1,4 @@ -langchain==0.3.5 -langchain-community==0.3.3 -langchain-huggingface==0.1.1 -langchain-google-genai==2.0.3 -langchain-google-vertexai==2.0.6 -langchain-ollama==0.2.0 -langgraph==0.2.39 beautifulsoup4==4.12.3 -fastapi==0.111.0 -faiss-cpu==1.8.0 -markdown==3.0.0 -rank-bm25==0.2.2 mypy==1.10.1 types-Markdown==3.6.0.20240316 types-requests==2.32.0.20240622 @@ -17,15 +6,3 @@ types-tqdm==4.66.0.20240417 types-beautifulsoup4==4.12.0.20240511 ruff==0.5.1 pre-commit==3.7.1 -sphinx==7.4.4 -sphinx-autobuild==2024.4.16 -streamlit==1.37.0 -myst-parser==3.0.1 -sphinxcontrib-mermaid==0.9.2 -sphinx-book-theme==1.1.3 -sphinx-copybutton==0.5.2 -sphinx-external-toc==1.0.1 -pypdf==4.2.0 -unstructured==0.15.1 -nltk==3.9.1 -huggingface_hub[cli]==0.24.6 diff --git a/backend/requirements.txt b/backend/requirements.txt index 14c521f4..58be9866 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,6 @@ sphinx-autobuild==2024.4.16 myst-parser==3.0.1 sphinxcontrib-mermaid==0.9.2 sphinx-book-theme==1.1.3 -streamlit==1.37.0 sphinx-copybutton==0.5.2 sphinx-external-toc==1.0.1 pypdf==4.2.0 diff --git a/frontend/requirements-test.txt b/frontend/requirements-test.txt index 7ab91302..a3b11fe2 100644 --- a/frontend/requirements-test.txt +++ b/frontend/requirements-test.txt @@ -1,16 +1,5 @@ -streamlit==1.40.2 -requests==2.32.4 -requests-oauthlib==2.0.0 -Pillow==11.0.0 pytz==2024.1 -google-auth==2.30.0 -google-auth-httplib2==0.2.0 -google-auth-oauthlib==1.2.0 -gspread==6.1.2 -python-dotenv==1.0.1 mypy==1.10.1 -flask==3.0.3 types-requests==2.32.0.20240622 pre-commit==3.7.1 ruff==0.5.1 -mypy==1.10.1 \ No newline at end of file