Update requirements.txt
Browse files- requirements.txt +14 -12
requirements.txt
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
gradio
|
| 2 |
requests
|
| 3 |
-
whisper
|
| 4 |
torch
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
smolagents
|
|
|
|
|
|
|
|
|
|
| 7 |
python-dotenv
|
| 8 |
-
huggingface-hub
|
| 9 |
-
langchain_huggingface
|
| 10 |
-
langchain
|
| 11 |
-
langchain_community
|
| 12 |
-
youtube-transcript-api
|
| 13 |
-
stockfish
|
| 14 |
-
python-chess
|
| 15 |
-
timeout-decorator
|
| 16 |
-
beautifulsoup4
|
| 17 |
-
SPARQLWrapper
|
|
|
|
| 1 |
gradio
|
| 2 |
requests
|
|
|
|
| 3 |
torch
|
| 4 |
+
python-mammoth
|
| 5 |
+
markdownify
|
| 6 |
+
pandas
|
| 7 |
+
pdfminer.six
|
| 8 |
+
python-pptx
|
| 9 |
+
puremagic
|
| 10 |
+
pydub
|
| 11 |
+
SpeechRecognition
|
| 12 |
+
beautifulsoup4
|
| 13 |
+
youtube-transcript-api
|
| 14 |
smolagents
|
| 15 |
+
pathvalidate
|
| 16 |
+
serpapi
|
| 17 |
+
Pillow
|
| 18 |
python-dotenv
|
| 19 |
+
huggingface-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|