Final_Assignment_Template / requirements.txt
ZeroTimo's picture
Update requirements.txt
07e1bbc verified
raw
history blame
523 Bytes
# --- HF Space runtime dependencies ---
gradio
requests
pandas
python-dotenv
# LangChain-Ökosystem
langgraph
langchain # zieht langchain_core & langchain_community als Abhängigkeiten
langchain_google_genai
# Such- & Parsing-Libs
duckduckgo-search # Web-Suche
beautifulsoup4 # Wikipedia-Loader benötigt BS4
wikipedia # Wikipedia-API für WikipediaLoader
openpyxl # Excel-Parser
tabulate # DataFrame.to_markdown()
# Audio-Transkription
faster-whisper
ffmpeg-python