Skip to content
Open
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pdfminer.six==20231228 # Static PDF text & object extraction
PyMuPDF==1.24.3 # Fast PDF parser (embeds + JavaScript)

# ── IOC extraction & enrichment ──────────────────────────────────────────
requests==2.32.4 # HTTP calls for VT & AbuseIPDB
requests==2.33.0 # HTTP calls for VT & AbuseIPDB
python-dotenv==1.0.1 # Load API keys from .env
tldextract==5.1.2 # Clean URL domain/TLD splitting

Expand Down
Loading