-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
40 lines (34 loc) · 1.37 KB
/
requirements.txt
File metadata and controls
40 lines (34 loc) · 1.37 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
fastapi==0.104.1
uvicorn[standard]==0.24.0
docker==7.1.0
requests==2.31.0
markdown==3.5.1
reportlab==4.2.5
aiofiles==23.2.1
python-dotenv==1.0.0
httpx
itsdangerous>=2.1
authlib>=1.3
python-multipart>=0.0.9
email-validator
openai>=1.30.0
pytz>=2024.1 # Timezone handling for daily reports scheduler
# MongoDB dependencies for user management APIs
motor>=3.5.0 # Async MongoDB driver for FastAPI (updated for compatibility)
pymongo>=4.5.0 # MongoDB driver
email-validator>=2.0.0 # Email validation for Pydantic models
# Real-time stock price system dependencies
yfinance>=0.2.28 # Yahoo Finance API for real-time stock prices
websockets>=12.0 # WebSocket server for real-time streaming
pandas>=2.0.0 # Data manipulation (required by yfinance)
numpy>=1.24.0 # Numerical computing (required by pandas)
# Additional web scraping dependencies (used by existing features)
beautifulsoup4>=4.12.0 # HTML parsing
lxml>=4.9.0 # XML/HTML parser
newspaper3k>=0.2.8 # Article extraction
feedparser>=6.0.10 # RSS feed parsing
google-search-results>=2.4.0 # SERP API integration
nltk>=3.8 # Natural language processing
pypdf>=3.10.0 # PDF manipulation library
# vynn_core - News feed data layer for MongoDB/Redis
vynn-core @ git+https://github.com/Agentic-Analyst/vynn-core.git@7bd5b3e736ee6d5dc4df1347dac4b80390f8f338