requirements.txt
text
sha256:8e05daa29ba6702b4a2380a16d690ba31cc099d69c5c859bc6e6f16a0e945f99
Merge 'fix/deploy-memory-limits-and-log-group' into 'dev' —…
Human
9 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 | cairosvg>=2.7.1 # Rasterize sigil SVG for OG card avatars |
| 30 | playwright>=1.50.0 # HTML→PNG OG card rendering (Chromium) |
| 31 | |
| 32 | # CLI |
| 33 | typer>=0.25.1 |
| 34 | |
| 35 | # Development dependencies |
| 36 | pytest>=9.0.3 |
| 37 | pytest-asyncio>=1.3.0 |
| 38 | pytest-cov>=7.1.0 |
| 39 | pytest-timeout>=2.3.1 |
| 40 | pytest-xdist>=3.6.1 |
| 41 | factory-boy>=3.3.3 |
| 42 | coverage>=7.13.0 |
| 43 | anyio>=4.13.0 |
| 44 | mypy>=1.20.0 |
| 45 | msgpack>=1.1.2 |
File History
3 commits
sha256:8e05daa29ba6702b4a2380a16d690ba31cc099d69c5c859bc6e6f16a0e945f99
Merge 'fix/deploy-memory-limits-and-log-group' into 'dev' —…
Human
9 days ago
sha256:3fadb0439bba9451b89229676971c0d4a40900dec7810e9d5f8791b8d950d505
fix: install.sh version from latest published tarball, not …
Sonnet 4.6
minor
⚠
100 days ago
sha256:763eb2cb8675073b84c19345b27586d2ed939a9aee97c5479b69f502f1a70eff
fix(tests): update test suite to match current implementation
Sonnet 4.6
patch
121 days ago