Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Versioni pinnate per riproducibilità

# Web framework
fastapi==0.138.0
fastapi==0.138.2
pydantic==2.13.4
pydantic-settings==2.14.2
uvicorn[standard]==0.49.0
Expand All @@ -12,7 +12,7 @@ python-multipart==0.0.32
# Email parsing
mail-parser==4.4.0
python-oxmsg==0.0.2
beautifulsoup4==4.14.0
beautifulsoup4==4.15.0

# Optional: RTF decompression for legacy .msg files (Outlook <2010)
# Uncomment if you receive email from Outlook 97-2003 with RTF-only body:
Expand Down Expand Up @@ -43,7 +43,7 @@ tinycss2>=1.3.0
pytest==9.1.1
pytest-asyncio==1.4.0
httpx==0.28.1
coverage==7.6.1
coverage==7.14.3

# Language detection
langdetect==1.0.9
Expand Down