requirements.txt
text
sha256:c73281cffffbc70487969720af074e54b34326d59ec6aff0827fa16512a4e512
docs(mwp-2): mark all acceptance criteria met; add closing …
Sonnet 4.6
83 days ago
| 1 | # Core dependencies |
| 2 | fastapi>=0.136.1 |
| 3 | uvicorn[standard]>=0.46.0 |
| 4 | jinja2>=3.1.6 |
| 5 | mistune>=3.2.1 |
| 6 | aiofiles>=25.1.0 |
| 7 | httpx[http2]>=0.28.1 |
| 8 | pydantic>=2.13.3 |
| 9 | pydantic-settings>=2.14.0 |
| 10 | websockets>=16.0 |
| 11 | psutil>=7.2.2 # Process memory metrics for profiling + /api/debug/memory |
| 12 | zstandard>=0.25.0 |
| 13 | |
| 14 | # Database dependencies |
| 15 | sqlalchemy[asyncio]>=2.0.49 |
| 16 | asyncpg>=0.31.0 # PostgreSQL async driver |
| 17 | alembic>=1.18.4 # Database migrations |
| 18 | psycopg2-binary>=2.9.12 # PostgreSQL driver (for Alembic) |
| 19 | |
| 20 | # Security dependencies |
| 21 | slowapi>=0.1.9 # Rate limiting |
| 22 | cryptography==48.0.0 |
| 23 | |
| 24 | # AWS S3 for on-demand asset delivery (drum kits, soundfonts) |
| 25 | boto3>=1.43.3 |
| 26 | |
| 27 | mido>=1.3.3 # MIDI file parsing |
| 28 | pyyaml>=6.0.3 # YAML parsing (repo metadata, config files) |
| 29 | |
| 30 | # CLI |
| 31 | typer>=0.25.1 |
| 32 | |
| 33 | # Development dependencies |
| 34 | pytest>=9.0.3 |
| 35 | pytest-asyncio>=1.3.0 |
| 36 | pytest-cov>=7.1.0 |
| 37 | pytest-timeout>=2.3.1 |
| 38 | pytest-xdist>=3.6.1 |
| 39 | factory-boy>=3.3.3 |
| 40 | coverage>=7.13.0 |
| 41 | anyio>=4.13.0 |
| 42 | mypy>=1.20.0 |
| 43 | msgpack>=1.1.2 |
File History
2 commits
sha256:c73281cffffbc70487969720af074e54b34326d59ec6aff0827fa16512a4e512
docs(mwp-2): mark all acceptance criteria met; add closing …
Sonnet 4.6
83 days ago
sha256:4dd2a937f66f8e36d9aa59bd1bf3cb880ca1d503fef67300a0cba3b482784081
test(mwp2): Phase 0 RED — reproduction tests for _walk_comm…
Sonnet 4.6
83 days ago