gabriel / musehub public
requirements.txt text
41 lines 1.0 KB
Raw
sha256:a10adeeb7a0169cb9900f9806ed7a973047258abb6283724fe55e8eb68ff3f0a init: musehub initial commit Human 171 days ago
1 # Core dependencies
2 fastapi>=0.135.1
3 jinja2>=3.1.6
4 mistune>=3.0.0
5 aiofiles>=25.1.0
6 uvicorn[standard]>=0.42.0
7 httpx>=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 # AES-256 envelope encryption for webhook secrets at rest
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 factory-boy>=3.3.3
38 coverage>=7.8.0
39 anyio>=4.9.0
40 mypy>=1.15.0
41 msgpack>=1.1
File History 1 commit
sha256:a10adeeb7a0169cb9900f9806ed7a973047258abb6283724fe55e8eb68ff3f0a init: musehub initial commit Human 171 days ago