Files
Audiolib/backend/requirements.txt
Audiolib 464b47fb9c Replace passlib with bcrypt directly to fix Python 3.12 compatibility
passlib 1.7.4 runs an internal bcrypt wrap-bug test on startup that
fails with bcrypt 4.x because it uses a >72 byte test password.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 13:49:23 +02:00

17 lines
319 B
Plaintext

fastapi==0.115.0
uvicorn[standard]==0.30.6
sqlalchemy[asyncio]==2.0.35
aiosqlite==0.20.0
pydantic==2.9.2
pydantic-settings==2.5.2
python-jose[cryptography]==3.3.0
bcrypt==4.2.0
python-multipart==0.0.12
httpx==0.27.2
watchdog==5.0.3
mutagen==1.47.0
aiofiles==24.1.0
pillow==10.4.0
feedparser==6.0.11
apscheduler==3.10.4