dawid-lorek commited on
Commit
303ef42
·
verified ·
1 Parent(s): af1c8c3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -8,8 +8,8 @@ openai>=1.25.0
8
 
9
  # Web + YouTube tools
10
  duckduckgo-search>=1.0.0
11
- youtube-transcript-api>=0.6.1
12
- google-api-python-client>=2.100.0 # (if you add YouTube Data API search)
13
 
14
  # Audio transcription (Whisper)
15
  openai-whisper>=20230314
@@ -24,8 +24,8 @@ uvicorn[standard]>=0.29.0
24
 
25
  # Utils
26
  python-dotenv>=1.0.1
27
- aiofiles>=23.2.1 # for file uploads in FastAPI
28
 
29
- # Image-based Chess (if you process images in future)
30
  python-chess>=1.999
31
  pillow>=10.3.0
 
8
 
9
  # Web + YouTube tools
10
  duckduckgo-search>=1.0.0
11
+ youtube-transcript-api>=0.6.1 # opcjonalnie
12
+ google-api-python-client>=2.100.0
13
 
14
  # Audio transcription (Whisper)
15
  openai-whisper>=20230314
 
24
 
25
  # Utils
26
  python-dotenv>=1.0.1
27
+ aiofiles>=23.2.1
28
 
29
+ # Optional for chess/image processing
30
  python-chess>=1.999
31
  pillow>=10.3.0