-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
42 lines (35 loc) · 794 Bytes
/
requirements.txt
File metadata and controls
42 lines (35 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Core dependencies
gradio==5.49.1 # NOTE: Gradio 6.0.0 has major breaking changes, needs more research
typer>=0.9.0
rich>=13.0.0
httpx>=0.27.0
python-dotenv>=1.0.0
# FastAPI server (Blaxel)
fastapi>=0.109.0
uvicorn>=0.27.0
# LLM Integration
huggingface-hub>=0.20.0
# MCP (Model Context Protocol)
mcp>=1.0.0
# Optional: Local inference
# ollama>=0.3.0
# Sandbox execution
docker>=7.0.0
# Dev dependencies
pytest>=7.0.0
black>=23.0.0
mypy>=1.0.0
pytest-asyncio
openai>=1.0.0
prompt_toolkit>=3.0.0
textual>=6.0.0
psutil>=5.9.0
fastmcp
google-generativeai>=0.3.0
# LSP Support
python-lsp-server[all]>=1.9.0
pylsp-mypy>=0.6.0
python-lsp-black>=2.0.0
ddgs>=9.9.1 # Web search (DuckDuckGo)
beautifulsoup4>=4.12.0 # HTML parsing
fast-langdetect>=0.2.0 # Language detection (FastText-based)