cc-dashboard/requirements.txt
Vadym Samoilenko ed6b86d690 fix: add pytest/pytest-asyncio/aiosqlite to requirements for test suite
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-06 18:47:20 +01:00

22 lines
428 B
Text

fastapi==0.115.5
uvicorn[standard]==0.32.1
sqlalchemy[asyncio]==2.0.36
asyncpg==0.30.0
alembic==1.14.0
pydantic[email]==2.10.3
pydantic-settings==2.6.1
python-jose[cryptography]==3.3.0
bcrypt==4.2.1
python-multipart==0.0.20
httpx==0.28.1
cryptography==43.0.3
structlog==24.4.0
apscheduler==3.10.4
anthropic==0.40.0
icalendar==6.1.0
markdown==3.7
# Test / dev dependencies
pytest==8.3.3
pytest-asyncio==0.24.0
aiosqlite==0.20.0