ZeroTimo commited on
Commit
8114e99
·
verified ·
1 Parent(s): 84a2add

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -12
requirements.txt CHANGED
@@ -1,21 +1,32 @@
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
 
 
 
 
 
1
+ # --- HF Space Laufzeit-Libraries ---------------------------------
2
  gradio
3
  requests
4
  pandas
5
+
6
+ # Dateiformate
7
+ openpyxl # Excel lesen
8
+ tabulate # DataFrame -> Markdown-Vorschau
9
+
10
+ # .env Support
11
  python-dotenv
12
 
13
+ # --- LangChain Ökosystem ----------------------------------------
14
  langgraph
15
+ langchain
16
+ langchain-core
17
+ langchain-community
18
+ langchain-google-genai # Gemini-Wrapper
19
 
20
+ # --- Such- & Parser-Bibliotheken --------------------------------
21
+ duckduckgo-search # Web-Suche
22
+ beautifulsoup4 # HTML-Parsing (WikipediaLoader)
23
+ wikipedia # Python-Wikipedia-API
24
+ arxiv # Arxiv API Wrapper
 
25
 
26
+ # --- Audio-Transkription ---------------------------------------
27
  faster-whisper
28
+ ffmpeg-python # nutzt das system-ffmpeg im Space
29
+
30
+ # --- OCR / Imaging (nur falls später benötigt)
31
+ # pillow
32
+ # pytesseract