gabriel / musehub public
requirements.txt text
42 lines 1.0 KB
Raw
sha256:bb2baaabdd19320bde50cb69d447fd1c1e571467df729be1a23b5e93064b046a feat(intel): standardize headers, gauge icon, velocity card… Sonnet 4.6 minor ⚠ breaking 144 days ago
1 # Core dependencies
2 fastapi>=0.135.1
3 uvicorn[standard]>=0.42.0
4 jinja2>=3.1.6
5 mistune>=3.0.0
6 aiofiles>=25.1.0
7 httpx[http2]>=0.28.1
8 pydantic>=2.12.5
9 pydantic-settings>=2.13.1
10 websockets>=15.0.1
11 psutil>=6.1.0 # Process memory metrics for profiling + /api/debug/memory
12
13 # Database dependencies
14 sqlalchemy[asyncio]>=2.0.48
15 asyncpg>=0.31.0 # PostgreSQL async driver
16 alembic>=1.18.4 # Database migrations
17 psycopg2-binary>=2.9.10 # PostgreSQL driver (for Alembic)
18
19 # Security dependencies
20 slowapi>=0.1.9 # Rate limiting
21 cryptography==46.0.5 # pinned — 47.x Rust .so crashes on aarch64 Linux
22
23 # AWS S3 for on-demand asset delivery (drum kits, soundfonts)
24 boto3>=1.42.71
25
26 mido>=1.3.3 # MIDI file parsing
27 pyyaml>=6.0.2 # YAML parsing (repo metadata, config files)
28 mistune>=3.0.0 # Markdown → HTML for README rendering
29
30 # CLI
31 typer>=0.15.4
32
33 # Development dependencies
34 pytest>=8.3.5
35 pytest-asyncio>=0.25.3
36 pytest-cov>=6.1.0
37 pytest-timeout>=2.3.1
38 factory-boy>=3.3.3
39 coverage>=7.8.0
40 anyio>=4.9.0
41 mypy>=1.15.0
42 msgpack>=1.1
File History 1 commit
sha256:bb2baaabdd19320bde50cb69d447fd1c1e571467df729be1a23b5e93064b046a feat(intel): standardize headers, gauge icon, velocity card… Sonnet 4.6 minor ⚠ 144 days ago