Phase 1.2: Add AI dependencies for production-ready metadata generation
- Added tiktoken>=0.5.0 for proper token counting - Added tenacity>=8.2.0 for retry logic with exponential backoff - Added openai>=1.0.0 for AI metadata generation - Updated Flask version specification These dependencies enable: - Accurate token usage tracking for OpenAI API calls - Automatic retry on API failures with smart backoff - Production-ready AI integration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7db62e06da
commit
c1f403cd83
1 changed files with 7 additions and 2 deletions
|
|
@ -28,5 +28,10 @@ mutagen==1.47.0
|
|||
ffmpeg-python==0.2.0
|
||||
pymediainfo==6.1.0
|
||||
|
||||
# GUI
|
||||
Flask
|
||||
# AI & Metadata Generation
|
||||
openai>=1.0.0
|
||||
tiktoken>=0.5.0
|
||||
tenacity>=8.2.0
|
||||
|
||||
# Web Framework
|
||||
Flask>=3.0.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue