Update requirements.txt
Browse files- requirements.txt +3 -13
requirements.txt
CHANGED
|
@@ -1,17 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
wikipedia
|
| 3 |
requests
|
|
|
|
| 4 |
beautifulsoup4
|
| 5 |
-
pandas
|
| 6 |
-
pytesseract
|
| 7 |
lxml
|
| 8 |
-
python-chess
|
| 9 |
-
stockfish
|
| 10 |
-
yt-dlp
|
| 11 |
-
opencv-python-headless
|
| 12 |
-
openai-whisper
|
| 13 |
transformers
|
| 14 |
-
sentencepiece
|
| 15 |
-
youtube-transcript-api
|
| 16 |
-
openpyxl
|
| 17 |
-
whisper
|
|
|
|
| 1 |
+
pandas
|
|
|
|
| 2 |
requests
|
| 3 |
+
wikipedia
|
| 4 |
beautifulsoup4
|
|
|
|
|
|
|
| 5 |
lxml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
transformers
|
| 7 |
+
sentencepiece
|
|
|
|
|
|
|
|
|