File size: 883 Bytes
2ec0d39 |
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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
# Core Dependencies aiohttp>=3.8.0 asyncio-mqtt>=0.16.0 asyncio-throttle>=1.0.0 msgspec>=0.17.0 pydantic>=2.0.0 prometheus-client>=0.16.0 structlog>=23.0.0 # UI and Visualization gradio>=3.50.0 pandas>=2.0.0 numpy>=1.24.0 plotly>=5.15.0 # Configuration and Security python-dotenv>=1.0.0 PyYAML>=6.0 toml>=0.10.2 cryptography>=41.0.0 bcrypt>=4.0.0 PyJWT>=2.8.0 # Monitoring and Metrics psutil>=5.9.0 GPUtil>=1.4.0 opentelemetry-api>=1.15.0 opentelemetry-sdk>=1.15.0 opentelemetry-exporter-prometheus>=1.2.0 # Testing pytest>=7.4.0 pytest-asyncio>=0.21.0 pytest-cov>=4.1.0 pytest-mock>=3.11.0 pytest-html>=3.2.0 # Code Quality black>=23.0.0 flake8>=6.0.0 mypy>=1.5.0 bandit>=1.7.0 pre-commit>=3.3.0 # Database and Persistence aiosqlite>=0.19.0 sqlalchemy>=2.0.0 alembic>=1.12.0 redis>=5.0.0 # Development Tools ipython>=8.15.0 jupyter>=1.0.0 mkdocs>=1.5.0 mkdocs-material>=9.0.0 |