Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -3,7 +3,6 @@ uvicorn[standard]
|
|
3 |
gunicorn
|
4 |
pydantic
|
5 |
python-dotenv
|
6 |
-
line-bot-sdk
|
7 |
google-generativeai
|
8 |
gradio
|
9 |
|
@@ -13,6 +12,6 @@ langchain-community==0.3.2
|
|
13 |
langchain-core==0.3.11
|
14 |
langchain-google-genai==2.0.1
|
15 |
langchain-text-splitters==0.3.0
|
16 |
-
PyPDF2
|
17 |
langchain_huggingface
|
18 |
pdfplumber
|
|
|
|
3 |
gunicorn
|
4 |
pydantic
|
5 |
python-dotenv
|
|
|
6 |
google-generativeai
|
7 |
gradio
|
8 |
|
|
|
12 |
langchain-core==0.3.11
|
13 |
langchain-google-genai==2.0.1
|
14 |
langchain-text-splitters==0.3.0
|
|
|
15 |
langchain_huggingface
|
16 |
pdfplumber
|
17 |
+
deep_translator
|