Skip to content

Commit 2eb108d

Browse files
authored
Remove overlapped dependencies from backend and frontend requirements (#150)
Signed-off-by: Jack Luar <[email protected]>
1 parent 59bd707 commit 2eb108d

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

backend/requirements-test.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,8 @@
1-
langchain==0.3.5
2-
langchain-community==0.3.3
3-
langchain-huggingface==0.1.1
4-
langchain-google-genai==2.0.3
5-
langchain-google-vertexai==2.0.6
6-
langchain-ollama==0.2.0
7-
langgraph==0.2.39
81
beautifulsoup4==4.12.3
9-
fastapi==0.111.0
10-
faiss-cpu==1.8.0
11-
markdown==3.0.0
12-
rank-bm25==0.2.2
132
mypy==1.10.1
143
types-Markdown==3.6.0.20240316
154
types-requests==2.32.0.20240622
165
types-tqdm==4.66.0.20240417
176
types-beautifulsoup4==4.12.0.20240511
187
ruff==0.5.1
198
pre-commit==3.7.1
20-
sphinx==7.4.4
21-
sphinx-autobuild==2024.4.16
22-
streamlit==1.37.0
23-
myst-parser==3.0.1
24-
sphinxcontrib-mermaid==0.9.2
25-
sphinx-book-theme==1.1.3
26-
sphinx-copybutton==0.5.2
27-
sphinx-external-toc==1.0.1
28-
pypdf==4.2.0
29-
unstructured==0.15.1
30-
nltk==3.9.1
31-
huggingface_hub[cli]==0.24.6

backend/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ sphinx-autobuild==2024.4.16
1414
myst-parser==3.0.1
1515
sphinxcontrib-mermaid==0.9.2
1616
sphinx-book-theme==1.1.3
17-
streamlit==1.37.0
1817
sphinx-copybutton==0.5.2
1918
sphinx-external-toc==1.0.1
2019
pypdf==4.2.0

frontend/requirements-test.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
1-
streamlit==1.40.2
2-
requests==2.32.4
3-
requests-oauthlib==2.0.0
4-
Pillow==11.0.0
51
pytz==2024.1
6-
google-auth==2.30.0
7-
google-auth-httplib2==0.2.0
8-
google-auth-oauthlib==1.2.0
9-
gspread==6.1.2
10-
python-dotenv==1.0.1
112
mypy==1.10.1
12-
flask==3.0.3
133
types-requests==2.32.0.20240622
144
pre-commit==3.7.1
155
ruff==0.5.1
16-
mypy==1.10.1

0 commit comments

Comments
 (0)