-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
70 lines (59 loc) · 1.21 KB
/
requirements.txt
File metadata and controls
70 lines (59 loc) · 1.21 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# ===================================
# Email Agent AI - Python Dependencies
# ===================================
# Web Framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.5.3
pydantic-settings==2.1.0
# Database
sqlalchemy==2.0.25
alembic==1.13.1
psycopg2-binary==2.9.9
asyncpg==0.29.0
# Task Queue
celery==5.3.6
redis==5.0.1
# Email Libraries
imapclient==3.0.1
email-validator==2.1.0
google-auth==2.27.0
google-auth-oauthlib==1.2.0
google-auth-httplib2==0.2.0
google-api-python-client==2.116.0
msal==1.26.0
# PDF & Document Processing
PyPDF2==3.0.1
python-docx==1.1.0
openpyxl==3.1.2
pillow==10.2.0
python-magic==0.4.27
# LLM & AI
httpx==0.26.0
anthropic==0.18.1 # Pour fallback API optionnel
tiktoken==0.6.0
# Security & Crypto
cryptography==42.0.2
python-jose[cryptography]==3.3.0
pwdlib[argon2]==0.2.1 # Modern replacement for passlib (OWASP recommended)
python-multipart==0.0.6
# Utils
python-dotenv==1.0.0
pyyaml==6.0.1
jinja2==3.1.3
aiofiles==23.2.1
python-dateutil==2.8.2
pytz==2024.1
# Monitoring & Logging
loguru==0.7.2
sentry-sdk==1.40.0 # Optionnel
# Testing (dev)
pytest==7.4.4
pytest-asyncio==0.23.3
pytest-cov==4.1.0
httpx==0.26.0
faker==22.6.0
# CLI tools
click==8.1.7
rich==13.7.0
tabulate==0.9.0