-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (44 loc) · 788 Bytes
/
requirements.txt
File metadata and controls
53 lines (44 loc) · 788 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
43
44
45
46
47
48
49
50
51
52
53
# MCP Server Dependencies
mcp>=1.0.0
pydantic>=2.0.0
httpx>=0.24.0
feedparser>=6.0.10
asyncio-throttle>=1.0.2
mcpo>=0.0.16
# PDF Processing
PyPDF2>=3.0.0
pdfplumber>=0.9.0
# Text Processing and ML
scikit-learn>=1.3.0
nltk>=3.8.1
numpy>=1.24.0
pandas>=2.0.0
# Caching and Storage
aiofiles>=23.0.0
redis>=4.5.0
# Optional Integrations
# LangChain
langchain>=0.1.0
langchain-openai>=0.1.0
# API Wrapper
fastapi>=0.100.0
uvicorn>=0.23.0
# Streamlit Dashboard
streamlit>=1.28.0
plotly>=5.15.0
# Jupyter Integration
jupyter>=1.0.0
ipython>=8.0.0
matplotlib>=3.7.0
wordcloud>=1.9.0
# Bot Integrations
slack-bolt>=1.18.0
discord.py>=2.3.0
# Development and Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
# Environment Management
python-dotenv>=1.0.0