Spaces:
Runtime error
Runtime error
requirements.txt added this time
Browse files- requirements.txt +61 -0
requirements.txt
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.6.2.post1
|
4 |
+
certifi==2024.8.30
|
5 |
+
charset-normalizer==3.4.0
|
6 |
+
click==8.1.7
|
7 |
+
distro==1.9.0
|
8 |
+
exceptiongroup==1.2.2
|
9 |
+
fastapi==0.115.2
|
10 |
+
ffmpy==0.4.0
|
11 |
+
filelock==3.16.1
|
12 |
+
fsspec==2024.9.0
|
13 |
+
gradio==5.1.0
|
14 |
+
gradio_client==1.4.0
|
15 |
+
groq==0.11.0
|
16 |
+
h11==0.14.0
|
17 |
+
httpcore==1.0.6
|
18 |
+
httpx==0.27.2
|
19 |
+
huggingface-hub==0.25.2
|
20 |
+
idna==3.10
|
21 |
+
Jinja2==3.1.4
|
22 |
+
jsonpatch==1.33
|
23 |
+
jsonpointer==3.0.0
|
24 |
+
langchain-core==0.3.10
|
25 |
+
langchain-groq==0.2.0
|
26 |
+
langsmith==0.1.135
|
27 |
+
markdown-it-py==3.0.0
|
28 |
+
MarkupSafe==2.1.5
|
29 |
+
mdurl==0.1.2
|
30 |
+
numpy==2.1.2
|
31 |
+
orjson==3.10.7
|
32 |
+
packaging==24.1
|
33 |
+
pandas==2.2.3
|
34 |
+
pillow==10.4.0
|
35 |
+
pydantic==2.9.2
|
36 |
+
pydantic_core==2.23.4
|
37 |
+
pydub==0.25.1
|
38 |
+
Pygments==2.18.0
|
39 |
+
python-dateutil==2.9.0.post0
|
40 |
+
python-multipart==0.0.12
|
41 |
+
pytz==2024.2
|
42 |
+
PyYAML==6.0.2
|
43 |
+
requests==2.32.3
|
44 |
+
requests-toolbelt==1.0.0
|
45 |
+
rich==13.9.2
|
46 |
+
ruff==0.6.9
|
47 |
+
semantic-version==2.10.0
|
48 |
+
shellingham==1.5.4
|
49 |
+
six==1.16.0
|
50 |
+
sniffio==1.3.1
|
51 |
+
starlette==0.40.0
|
52 |
+
tenacity==8.5.0
|
53 |
+
tomlkit==0.12.0
|
54 |
+
tqdm==4.66.5
|
55 |
+
typer==0.12.5
|
56 |
+
typing_extensions==4.12.2
|
57 |
+
tzdata==2024.2
|
58 |
+
urllib3==2.2.3
|
59 |
+
uvicorn==0.32.0
|
60 |
+
websockets==12.0
|
61 |
+
youtube-transcript-api==0.6.2
|