71 lines
937 B
Plaintext
71 lines
937 B
Plaintext
# VoIdea - Python Dependencies
|
|
|
|
# Core
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
pydantic==2.10.4
|
|
pydantic-settings==2.7.1
|
|
jinja2==3.1.5
|
|
|
|
# Database
|
|
sqlalchemy[asyncio]==2.0.36
|
|
asyncpg==0.30.0
|
|
alembic==1.14.1
|
|
aiosqlite==0.20.0
|
|
|
|
# Auth
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==4.2.1
|
|
python-multipart==0.0.20
|
|
authlib==1.4.1
|
|
itsdangerous==2.2.0
|
|
|
|
# Redis & Celery
|
|
redis==5.2.1
|
|
celery==5.4.0
|
|
|
|
# AI Providers
|
|
httpx==0.28.1
|
|
|
|
# Encryption
|
|
cryptography==44.0.0
|
|
|
|
# Rate Limiting
|
|
slowapi==0.1.9
|
|
|
|
# Email
|
|
aiosmtplib==3.0.1
|
|
|
|
# Utils
|
|
python-dotenv==1.0.1
|
|
python-dateutil==2.8.2
|
|
email-validator==2.1.0
|
|
|
|
# 2FA
|
|
pyotp==2.9.0
|
|
qrcode==7.4.2
|
|
|
|
# CLI / Tools
|
|
typer==0.12.3
|
|
rich==13.7.1
|
|
|
|
# Monitoring
|
|
psutil==6.1.0
|
|
watchfiles==1.0.4
|
|
|
|
# Code Quality
|
|
ruff==0.9.0
|
|
black==25.1.0
|
|
mypy==1.13.0
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.25.0
|
|
pytest-cov==4.1.0
|
|
pre-commit==4.0.1
|
|
|
|
# Development
|
|
psycopg2-binary==2.9.10
|
|
|
|
# E2E Testing
|
|
playwright==1.49.1
|