gabriel / musehub public
requirements.txt text
43 lines 993 B
Raw
sha256:c2e5cf2d754ed2fe9a94e879d41ad12ff221d2ac4ac7b45247fcb981c76858bf docs: Section 8 database/migrations/backups — verified live… Sonnet 5 24 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:c2e5cf2d754ed2fe9a94e879d41ad12ff221d2ac4ac7b45247fcb981c76858bf docs: Section 8 database/migrations/backups — verified live… Sonnet 5 24 days ago
sha256:80e1a60a39562f6e616aaafbb27487f03abbec7d8ffc6164302b7a0c0bfc63ee docs: check off Section 0 items verified in inventory doc, … Sonnet 5 24 days ago