Spaces:
Sleeping
Sleeping
| # API Requirements for Sheikh-Kitty Application | |
| # Web framework and API dependencies | |
| # Web framework | |
| Flask>=2.3.0 | |
| Flask-CORS>=4.0.0 | |
| # Alternative: FastAPI (uncomment if preferred) | |
| # fastapi>=0.100.0 | |
| # uvicorn>=0.23.0 | |
| # HTTP client for testing | |
| requests>=2.31.0 | |
| httpx>=0.24.0 | |
| # System monitoring | |
| psutil>=5.9.0 | |
| # Data handling | |
| pyyaml>=6.0 | |
| jsonschema>=4.0.0 | |
| # Logging and monitoring | |
| structlog>=23.0.0 | |
| # Docker integration (optional) | |
| # docker>=6.1.0 | |
| # Security utilities | |
| cryptography>=3.4.8 | |
| # Development dependencies (optional) | |
| pytest>=7.0.0 | |
| pytest-asyncio>=0.21.0 | |
| pytest-cov>=4.0.0 | |
| black>=23.0.0 | |
| flake8>=6.0.0 |