-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathrequirements.txt
More file actions
68 lines (55 loc) · 1.06 KB
/
requirements.txt
File metadata and controls
68 lines (55 loc) · 1.06 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# MCP Filesystem Runtime Dependencies
# This file contains all Python packages needed for the runtime environment
# === MCP Server Core ===
fastmcp==2.13.1
httpx>=0.28.0
typer>=0.15.0
uvicorn>=0.34.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
# === Excel Support ===
openpyxl>=3.1.0
xlrd>=2.0.0
xlsxwriter>=3.1.0
# === Data Analysis ===
pandas>=2.0.0
numpy>=1.24.0
scipy>=1.11.0
tabulate>=0.9.0
# === Visualization ===
matplotlib>=3.7.0
seaborn>=0.12.0
plotly>=5.15.0
# === Machine Learning ===
scikit-learn>=1.3.0
xgboost>=2.0.0
lightgbm>=4.0.0
# === Image Processing ===
pillow>=10.0.0
pytesseract>=0.3.10
mermaid-py>=0.3.0
# === Document Processing ===
PyPDF2>=3.0.0
python-docx>=1.0.0
python-pptx>=0.6.21
reportlab>=4.0.0
# === Data Generation ===
faker>=20.0.0
mimesis>=11.0.0
# === Web/HTTP ===
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
crawl4ai>=0.3.0
playwright>=1.48.0
# === Utilities ===
tqdm>=4.66.0
python-dateutil>=2.8.0
pytz>=2023.3
pyyaml>=6.0.0
toml>=0.10.0
chardet>=5.0.0
jieba>=0.42.1
# === Database (Local) ===
sqlite-utils>=3.35.0
duckdb>=0.9.0