# --- API Server ---
fastapi>=0.116.1
uvicorn[standard]>=0.35.0
# httpx wird oft für Tests benötigt
httpx>=0.28.1

# --- Datenbank ---
qdrant-client>=1.15.1

# --- Datenmodelle & Validierung ---
pydantic>=2.11.7
numpy>=2.3.2

# --- Markdown & Parsing ---
python-frontmatter>=1.1.0
markdown-it-py>=3.0.0
PyYAML>=6.0.2
python-slugify>=8.0.4

# --- KI & Embeddings ---
sentence-transformers>=5.1.0
torch>=2.0.0

# --- Utilities ---
python-dotenv>=1.1.1
requests>=2.32.5
tqdm>=4.67.1

# --- Testing ---
pytest>=8.4.2

# --- Frontend (WP-10) ---
streamlit>=1.39.0

# Visualization (Parallelbetrieb)
streamlit-agraph>=0.0.45
st-cytoscape

# Google gemini API
google-genai>=0.3.0 

# OpenAi für OpenRouter
openai>=1.50.0