Structure: - control-plane/: Registries, SIMCO directives, CI/CD templates - projects/: Gamilit, ERP-Suite, Trading-Platform, Betting-Analytics - shared/: Libs catalog, knowledge-base Key features: - Centralized port, domain, database, and service registries - 23 SIMCO directives + 6 fundamental principles - NEXUS agent profiles with delegation rules - Validation scripts for workspace integrity - Dockerfiles for all services - Path aliases for quick reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) 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
|