ZeroTimo commited on
Commit
07e1bbc
·
verified ·
1 Parent(s): e8d1b6b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -6
requirements.txt CHANGED
@@ -1,10 +1,21 @@
 
1
  gradio
2
- pandas
3
  requests
 
4
  python-dotenv
 
 
5
  langgraph
6
- langchain
7
- langchain-core
8
- langchain-community
9
- langchain-google-genai
10
- duckduckgo-search
 
 
 
 
 
 
 
 
 
1
+ # --- HF Space runtime dependencies ---
2
  gradio
 
3
  requests
4
+ pandas
5
  python-dotenv
6
+
7
+ # LangChain-Ökosystem
8
  langgraph
9
+ langchain # zieht langchain_core & langchain_community als Abhängigkeiten
10
+ langchain_google_genai
11
+
12
+ # Such- & Parsing-Libs
13
+ duckduckgo-search # Web-Suche
14
+ beautifulsoup4 # Wikipedia-Loader benötigt BS4
15
+ wikipedia # Wikipedia-API für WikipediaLoader
16
+ openpyxl # Excel-Parser
17
+ tabulate # DataFrame.to_markdown()
18
+
19
+ # Audio-Transkription
20
+ faster-whisper
21
+ ffmpeg-python