File size: 485 Bytes
99b596a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# API & serveur
fastapi==0.111.0
uvicorn[standard]==0.29.0
python-multipart==0.0.9

# Auth & sécurité
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4

# Base de données
sqlalchemy==2.0.30

# HuggingFace
huggingface-hub>=0.31.0

# NumPy — forcer 1.x pour compatibilité ChromaDB
numpy<2.0

# RAG / ChromaDB
chromadb==0.5.0
onnxruntime==1.18.0

# Lecture de documents
pdfplumber==0.11.1
python-docx==1.1.2

# Utilitaires
pydantic==2.7.1
python-dotenv==1.0.1
requests==2.32.3