koyelia commited on
Commit
8d75960
·
verified ·
1 Parent(s): 2c92d30

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -6
requirements.txt CHANGED
@@ -1,7 +1,25 @@
1
- yfinance>=0.2.18
2
- pandas>=1.5.0
3
- plotly>=5.15.0
4
- requests>=2.28.0
 
 
 
 
 
 
5
  gradio>=4.0.0
6
- aiofiles
7
- uvicorn
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core MCP and async dependencies
2
+ mcp>=1.0.0
3
+ asyncio-mqtt>=0.16.0
4
+
5
+ # Data analysis and financial data
6
+ yfinance>=0.2.20
7
+ pandas>=2.0.0
8
+ numpy>=1.24.0
9
+
10
+ # Web interface
11
  gradio>=4.0.0
12
+
13
+ # Visualization
14
+ plotly>=5.17.0
15
+
16
+ # Additional utilities
17
+ python-dateutil>=2.8.0
18
+ pytz>=2023.3
19
+
20
+ # Optional: For better performance
21
+ aiohttp>=3.8.0
22
+ requests>=2.31.0
23
+
24
+ # System dependencies (handled by HF Spaces automatically)
25
+ # python>=3.8