Data aggregation and distribution service: - Market data collection - OHLCV aggregation - Real-time data feeds - Data API endpoints Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
525 B
Plaintext
26 lines
525 B
Plaintext
# Additional requirements for Massive.com/Polygon.io integration
|
|
# OrbiQuant IA Trading Platform - Data Service
|
|
|
|
# Core dependencies (already in main requirements.txt)
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
asyncpg>=0.29.0
|
|
aiohttp>=3.9.0
|
|
pydantic>=2.5.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# NEW: Scheduler for automatic sync
|
|
apscheduler>=3.10.4
|
|
|
|
# NEW: Testing
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.21.0
|
|
pytest-cov>=4.1.0
|
|
pytest-mock>=3.12.0
|
|
|
|
# Optional: Better async testing
|
|
httpx>=0.25.0
|
|
|
|
# Optional: Monitoring
|
|
prometheus-client>=0.19.0
|