| # DTO Framework Requirements | |
| # Core dependencies | |
| pyyaml==6.0.1 | |
| jsonschema==4.20.0 | |
| requests==2.31.0 | |
| # CLI and utilities | |
| click==8.1.7 | |
| rich==13.7.0 | |
| tabulate==0.9.0 | |
| # Monitoring and metrics | |
| prometheus-client==0.19.0 | |
| graphyte==1.7.0 | |
| # Async and concurrency | |
| asyncio==3.4.3 | |
| aiohttp==3.9.1 | |
| # Data processing | |
| pandas==2.1.3 | |
| numpy==1.26.0 | |
| # Security | |
| cryptography==41.0.7 | |
| paramiko==3.3.1 | |
| # Testing | |
| pytest==7.4.3 | |
| pytest-cov==4.1.0 | |
| pytest-asyncio==0.21.1 | |
| # Documentation | |
| mkdocs==1.5.3 | |
| mkdocs-material==9.5.3 | |
| # Hugging Face Hub integration (Xet backend transparent) | |
| huggingface-hub==0.20.1 | |
| # Optional: Cloud integrations | |
| # boto3==1.34.0 | |
| # google-cloud-storage==2.14.0 | |
| # azure-storage-blob==12.19.0 | |
| # ScyllaDB driver (replaces cassandra-driver) | |
| scylla-driver>=3.28.0 | |