ZeroTimo commited on
Commit
5795114
·
verified ·
1 Parent(s): fcf4f62

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -22
requirements.txt CHANGED
@@ -1,26 +1,14 @@
1
- # Core – LangChain-Ökosystem
2
  langchain
3
  langgraph
4
- langchain-google-genai # Gemini-Wrapper
5
- langchain_community
6
- langchain_experimental
7
-
8
- # Tools / Retrieval
9
- tavily-python # Web-Search-API
10
- wikipedia-api # Wikipedia-Wrapper
11
-
12
- # Data-Handling
13
  pandas
14
- openpyxl # Excel-Parsing
15
- tabulate # Markdown-Tabellen
16
-
17
- # Runtime I/O
18
- requests # GAIA-API & File-Download
19
- python-dotenv # .env-Support (lokal)
20
-
21
- # UI (Hugging Face Space)
22
  gradio
23
- gradio[oauth] # Login-Button & Profil–Info
24
-
25
- # Optional / Helper
26
- beautifulsoup4 # wird von manchen LangChain-Wrappers genutzt
 
 
1
  langchain
2
  langgraph
3
+ langchain-google-genai
4
+ langchain-community
5
+ langchain-experimental
6
+ tavily-python
7
+ wikipedia-api
 
 
 
 
8
  pandas
9
+ openpyxl
10
+ tabulate
11
+ requests
12
+ python-dotenv
 
 
 
 
13
  gradio
14
+ gradio[oauth]