Spaces:
Running
Running
First
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
anthropic>=0.37.1
|
2 |
audioop-lts<1.0; python_version >= "3.13" # required to use pydub in Python >=3.13; LTS port of the removed Python builtin module audioop
|
3 |
beautifulsoup4>=4.12.3
|
@@ -37,4 +38,4 @@ PyPDF2
|
|
37 |
python-pptx
|
38 |
torch
|
39 |
xlrd
|
40 |
-
SpeechRecognition
|
|
|
1 |
+
dotenv
|
2 |
anthropic>=0.37.1
|
3 |
audioop-lts<1.0; python_version >= "3.13" # required to use pydub in Python >=3.13; LTS port of the removed Python builtin module audioop
|
4 |
beautifulsoup4>=4.12.3
|
|
|
38 |
python-pptx
|
39 |
torch
|
40 |
xlrd
|
41 |
+
SpeechRecognition
|