Update requirements.txt
Browse files- 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
|
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
|
28 |
|
29 |
-
#
|
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
|