cob integration scaffold
This commit is contained in:
34
COBY/requirements.txt
Normal file
34
COBY/requirements.txt
Normal file
@ -0,0 +1,34 @@
|
||||
# Core dependencies for COBY system
|
||||
asyncpg>=0.29.0 # PostgreSQL/TimescaleDB async driver
|
||||
redis>=5.0.0 # Redis client
|
||||
websockets>=12.0 # WebSocket client library
|
||||
aiohttp>=3.9.0 # Async HTTP client/server
|
||||
fastapi>=0.104.0 # API framework
|
||||
uvicorn>=0.24.0 # ASGI server
|
||||
pydantic>=2.5.0 # Data validation
|
||||
python-multipart>=0.0.6 # Form data parsing
|
||||
|
||||
# Data processing
|
||||
pandas>=2.1.0 # Data manipulation
|
||||
numpy>=1.24.0 # Numerical computing
|
||||
scipy>=1.11.0 # Scientific computing
|
||||
|
||||
# Utilities
|
||||
python-dotenv>=1.0.0 # Environment variable loading
|
||||
structlog>=23.2.0 # Structured logging
|
||||
click>=8.1.0 # CLI framework
|
||||
rich>=13.7.0 # Rich text and beautiful formatting
|
||||
|
||||
# Development dependencies
|
||||
pytest>=7.4.0 # Testing framework
|
||||
pytest-asyncio>=0.21.0 # Async testing
|
||||
pytest-cov>=4.1.0 # Coverage reporting
|
||||
black>=23.11.0 # Code formatting
|
||||
isort>=5.12.0 # Import sorting
|
||||
flake8>=6.1.0 # Linting
|
||||
mypy>=1.7.0 # Type checking
|
||||
|
||||
# Optional dependencies for enhanced features
|
||||
prometheus-client>=0.19.0 # Metrics collection
|
||||
grafana-api>=1.0.3 # Grafana integration
|
||||
psutil>=5.9.0 # System monitoring
|
Reference in New Issue
Block a user