gabriel / musehub public
requirements.txt text
43 lines 993 B
Raw
sha256:3c58668648c7323bb9f5c6881cfe6a3f14fc93fcb73b537d253732952a5bf8bf chore: bump version to 0.2.0rc12 Sonnet 4.6 patch 8 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 1 commit
sha256:8b0fb5814ab41a08af1f212c956bd08fe74190c2818ba5c503848fda6e33e216 chore: bump version to 0.2.0rc12 Sonnet 4.6 patch 8 days ago