requirements.txt
text
sha256:9590cee1e0ccd6c76528f005b95d634d80f5019f0dcb7c371e149adc31d1fb65
refactor: enforce gRPC framing on all MWP wire traffic
Sonnet 4.6
minor
⚠ breaking
155 days ago
| 1 | # Core dependencies |
| 2 | fastapi>=0.135.1 |
| 3 | hypercorn>=0.17.3 # HTTP/2-capable ASGI server for local TLS dev |
| 4 | jinja2>=3.1.6 |
| 5 | mistune>=3.0.0 |
| 6 | aiofiles>=25.1.0 |
| 7 | uvicorn[standard]>=0.42.0 |
| 8 | httpx>=0.28.1 |
| 9 | pydantic>=2.12.5 |
| 10 | pydantic-settings>=2.13.1 |
| 11 | websockets>=15.0.1 |
| 12 | psutil>=6.1.0 # Process memory metrics for profiling + /api/debug/memory |
| 13 | |
| 14 | # Database dependencies |
| 15 | sqlalchemy[asyncio]>=2.0.48 |
| 16 | asyncpg>=0.31.0 # PostgreSQL async driver |
| 17 | alembic>=1.18.4 # Database migrations |
| 18 | psycopg2-binary>=2.9.10 # PostgreSQL driver (for Alembic) |
| 19 | |
| 20 | # Security dependencies |
| 21 | slowapi>=0.1.9 # Rate limiting |
| 22 | cryptography>=46.0.5 # AES-256 envelope encryption for webhook secrets at rest |
| 23 | |
| 24 | # AWS S3 for on-demand asset delivery (drum kits, soundfonts) |
| 25 | boto3>=1.42.71 |
| 26 | |
| 27 | mido>=1.3.3 # MIDI file parsing |
| 28 | pyyaml>=6.0.2 # YAML parsing (repo metadata, config files) |
| 29 | mistune>=3.0.0 # Markdown → HTML for README rendering |
| 30 | |
| 31 | # CLI |
| 32 | typer>=0.15.4 |
| 33 | |
| 34 | # Development dependencies |
| 35 | pytest>=8.3.5 |
| 36 | pytest-asyncio>=0.25.3 |
| 37 | pytest-cov>=6.1.0 |
| 38 | pytest-timeout>=2.3.1 |
| 39 | factory-boy>=3.3.3 |
| 40 | coverage>=7.8.0 |
| 41 | anyio>=4.9.0 |
| 42 | mypy>=1.15.0 |
| 43 | msgpack>=1.1 |
File History
1 commit
sha256:9590cee1e0ccd6c76528f005b95d634d80f5019f0dcb7c371e149adc31d1fb65
refactor: enforce gRPC framing on all MWP wire traffic
Sonnet 4.6
minor
⚠
155 days ago