feat: revue de code, doc CODE_REVIEW, forfaits 2026, traduction LLM, providers avec modèle
Made-with: Cursor
This commit is contained in:
@@ -9,6 +9,7 @@ python-dotenv==1.0.0
|
||||
pydantic==2.5.3
|
||||
pydantic[email]==2.5.3
|
||||
aiofiles==23.2.1
|
||||
httpx>=0.27.0
|
||||
Pillow==10.2.0
|
||||
matplotlib==3.8.2
|
||||
pandas==2.1.4
|
||||
@@ -16,19 +17,23 @@ requests==2.31.0
|
||||
ipykernel==6.27.1
|
||||
openai>=1.0.0
|
||||
|
||||
# SaaS robustness dependencies
|
||||
psutil==5.9.8
|
||||
python-magic-bin==0.4.14 # For Windows, use python-magic on Linux
|
||||
python-magic-bin==0.4.14
|
||||
|
||||
# Authentication & Payments
|
||||
PyJWT==2.8.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
stripe==7.0.0
|
||||
|
||||
# Session storage & caching (optional but recommended for production)
|
||||
redis==5.0.1
|
||||
|
||||
# Database (recommended for production)
|
||||
structlog>=24.1.0
|
||||
|
||||
sqlalchemy==2.0.25
|
||||
psycopg2-binary==2.9.9 # PostgreSQL driver
|
||||
alembic==1.13.1 # Database migrations
|
||||
alembic==1.13.1
|
||||
|
||||
aiosqlite>=0.19.0
|
||||
asyncpg>=0.29.0
|
||||
greenlet>=3.0.0
|
||||
|
||||
pytest>=7.0.0
|
||||
pytest-asyncio>=0.21.0
|
||||
|
||||
Reference in New Issue
Block a user