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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pypdf>=6.7.5 # PDF utilities - security patches (updated 2026-03-02)
pandas>=2.2.0 # Data processing
python-dotenv>=1.0.0 # Environment configuration
tabulate>=0.9.0 # Table formatting
cryptography>=46.0.5 # Cryptographic operations - security patches (updated 2026-03-02)
cryptography>=47.0.0 # Cryptographic operations - security patches (updated 2026-03-02)
openpyxl>=3.1.0 # Excel export (.xlsx format)

# Note: Network libraries (requests, urllib3) intentionally excluded
Expand Down