Skip to content
Open
Show file tree
Hide file tree
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 backend/requirements-scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lxml>=5.0.0 # Fast XML/HTML parser
pdfplumber>=0.10.0 # PDF table extraction (ASF reports)

# Utilities
tqdm>=4.65.0 # Progress bars in long-running scripts
tqdm>=4.67.3 # Progress bars in long-running scripts

# AI Memo Generation
anthropic>=0.40.0 # ARIA memo generation (aria_generate_memos.py)
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lxml>=5.0.0 # Fast XML/HTML parser (ASF scraper)
pdfplumber>=0.10.0 # PDF table extraction (ASF MDB reports)

# Utilities
tqdm>=4.65.0 # Progress bars
tqdm>=4.67.3 # Progress bars

# AI (used by ai_explain.py router + aria_generate_memos.py)
anthropic>=0.40.0
Expand Down
Loading