lucifertrj commited on
Commit
b3157bd
·
verified ·
1 Parent(s): b144af1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -110
requirements.txt CHANGED
@@ -1,113 +1,11 @@
1
- aiofiles==23.2.1
2
- altair==4.2.2
3
- annotated-types==0.7.0
4
- anyio==4.8.0
5
- attrs==24.3.0
6
- beautifulsoup4==4.12.3
7
- blinker==1.9.0
8
- cachetools==5.5.1
9
- certifi==2024.12.14
10
- cffi==1.17.1
11
- charset-normalizer==3.4.1
12
- click==8.1.8
13
- distro==1.9.0
14
- docstring_parser==0.16
15
- duckduckgo_search==7.2.1
16
- elevenlabs==1.50.3
17
- entrypoints==0.4
18
- exceptiongroup==1.2.2
19
- fastapi==0.115.7
20
- ffmpy==0.5.0
21
- filelock==3.17.0
22
- fsspec==2024.12.0
23
- gitdb==4.0.12
24
- GitPython==3.1.44
25
- google-api-core==2.24.0
26
- google-api-python-client==2.159.0
27
- google-auth==2.38.0
28
- google-auth-httplib2==0.2.0
29
- google-generativeai==0.8.4
30
  gradio==5.13.1
31
  gradio_client==1.6.0
32
  groq==0.15.0
33
- grpcio==1.70.0
34
- grpcio-status==1.70.0
35
- h11==0.14.0
36
- httpcore==1.0.7
37
- httplib2==0.22.0
38
- httpx==0.28.1
39
- huggingface-hub==0.27.1
40
- idna==3.10
41
- Jinja2==3.1.5
42
- jiter==0.8.2
43
- jsonschema==4.23.0
44
- jsonschema-specifications==2024.10.1
45
- lxml==5.3.0
46
- markdown-it-py==3.0.0
47
- MarkupSafe==2.1.5
48
- mdurl==0.1.2
49
- narwhals==1.23.0
50
- numpy==2.2.2
51
- openai==1.60.0
52
- orjson==3.10.15
53
- packaging==24.2
54
- pandas==2.2.3
55
- phidata==2.7.9
56
- pillow==11.1.0
57
- praw==7.8.1
58
- prawcore==2.4.0
59
- primp==0.10.1
60
- proto-plus==1.25.0
61
- protobuf==5.29.3
62
- pyarrow==19.0.0
63
- pyasn1==0.6.1
64
- pyasn1_modules==0.4.1
65
- PyAudio==0.2.14
66
- pycountry==24.6.1
67
- pycparser==2.22
68
- pydantic==2.10.5
69
- pydantic-settings==2.7.1
70
- pydantic_core==2.27.2
71
- pydeck==0.9.1
72
- pydub==0.25.1
73
- Pygments==2.19.1
74
- pyparsing==3.2.1
75
- python-dateutil==2.9.0.post0
76
- python-dotenv==1.0.1
77
- python-multipart==0.0.20
78
- pytz==2024.2
79
- PyYAML==6.0.2
80
- referencing==0.36.1
81
- regex==2024.11.6
82
- requests==2.32.3
83
- rich==13.9.4
84
- rpds-py==0.22.3
85
- rsa==4.9
86
- ruff==0.9.3
87
- safehttpx==0.1.6
88
- semantic-version==2.10.0
89
- shellingham==1.5.4
90
- six==1.17.0
91
- smmap==5.0.2
92
- sniffio==1.3.1
93
- soupsieve==2.6
94
- starlette==0.45.3
95
- tenacity==9.0.0
96
- tiktoken==0.8.0
97
- toml==0.10.2
98
- tomli==2.2.1
99
- tomlkit==0.13.2
100
- toolz==1.0.0
101
- tornado==6.4.2
102
- tqdm==4.67.1
103
- typer==0.15.1
104
- typing_extensions==4.12.2
105
- tzdata==2025.1
106
- update-checker==0.18.0
107
- uritemplate==4.1.1
108
- urllib3==2.3.0
109
- uvicorn==0.34.0
110
- websocket-client==1.8.0
111
- websockets==14.2
112
- --no-binary=:all: pyaudio ; platform_system != "Linux"
113
- --only-binary=:all: pyaudio ; platform_system == "Linux"
 
1
+ numpy
2
+ pandas
3
+ requests
4
+ ffmpeg-python
5
+ google-generativeai
6
+ elevenlabs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  gradio==5.13.1
8
  gradio_client==1.6.0
9
  groq==0.15.0
10
+ python-dotenv
11
+ phidata==2.7.9