AmritSbisht commited on
Commit
d9ecde1
·
verified ·
1 Parent(s): 056a5d1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +114 -113
requirements.txt CHANGED
@@ -1,114 +1,115 @@
1
-
2
- aiohappyeyeballs==2.6.1
3
- aiohttp==3.11.14
4
- aiosignal==1.3.2
5
- altair==5.5.0
6
- annotated-types==0.7.0
7
- anyio==3.7.1
8
- attrs==25.3.0
9
- blinker==1.9.0
10
- cachetools==5.5.2
11
- certifi==2025.1.31
12
- charset-normalizer==3.4.1
13
- click==8.1.8
14
- colorama==0.4.6
15
- contourpy==1.3.1
16
- cycler==0.12.1
17
- dataclasses-json==0.6.7
18
- decorator==4.4.2
19
- defusedxml==0.7.1
20
- dotenv==0.9.9
21
- fastapi==0.104.1
22
- fonttools==4.56.0
23
- frozenlist==1.5.0
24
- gitdb==4.0.12
25
- GitPython==3.1.44
26
- google-ai-generativelanguage==0.6.15
27
- google-api-core==2.24.2
28
- google-api-python-client==2.164.0
29
- google-auth==2.38.0
30
- google-auth-httplib2==0.2.0
31
- google-generativeai==0.8.4
32
- googleapis-common-protos==1.69.2
33
- greenlet==3.1.1
34
- grpcio==1.71.0
35
- grpcio-status==1.71.0
36
- h11==0.14.0
37
- httpcore==1.0.7
38
- httplib2==0.22.0
39
- httpx==0.28.1
40
- httpx-sse==0.4.0
41
- idna==3.10
42
- imageio==2.37.0
43
- imageio-ffmpeg==0.6.0
44
- Jinja2==3.1.6
45
- joblib==1.4.2
46
- jsonpatch==1.33
47
- jsonpointer==3.0.0
48
- jsonschema==4.23.0
49
- jsonschema-specifications==2024.10.1
50
- kiwisolver==1.4.8
51
- langchain==0.3.20
52
- langchain-community==0.3.19
53
- langchain-core==0.3.45
54
- langchain-text-splitters==0.3.6
55
- langsmith==0.3.15
56
- MarkupSafe==3.0.2
57
- marshmallow==3.26.1
58
- matplotlib==3.10.1
59
- moviepy==1.0.3
60
- multidict==6.2.0
61
- mypy-extensions==1.0.0
62
- narwhals==1.31.0
63
- nltk==3.9.1
64
- numpy==2.2.4
65
- orjson==3.10.15
66
- packaging==24.2
67
- pandas==2.2.3
68
- pillow==10.4.0
69
- plotly==6.0.1
70
- proglog==0.1.10
71
- propcache==0.3.0
72
- proto-plus==1.26.1
73
- protobuf==5.29.3
74
- pyarrow==19.0.1
75
- pyasn1==0.6.1
76
- pyasn1_modules==0.4.1
77
- pydantic==2.10.6
78
- pydantic-settings==2.8.1
79
- pydantic_core==2.27.2
80
- pydeck==0.9.1
81
- pyparsing==3.2.1
82
- python-dateutil==2.9.0.post0
83
- python-dotenv==1.0.0
84
- python-multipart==0.0.20
85
- pytube==15.0.0
86
- pytz==2025.1
87
- PyYAML==6.0.2
88
- referencing==0.36.2
89
- regex==2024.11.6
90
- requests==2.32.3
91
- requests-toolbelt==1.0.0
92
- rpds-py==0.23.1
93
- rsa==4.9
94
- six==1.17.0
95
- smmap==5.0.2
96
- sniffio==1.3.1
97
- SpeechRecognition==3.14.1
98
- SQLAlchemy==2.0.39
99
- starlette==0.27.0
100
- streamlit==1.43.2
101
- tenacity==9.0.0
102
- toml==0.10.2
103
- tornado==6.4.2
104
- tqdm==4.67.1
105
- typing-inspect==0.9.0
106
- typing_extensions==4.12.2
107
- tzdata==2025.1
108
- uritemplate==4.1.1
109
- urllib3==2.3.0
110
- uvicorn==0.23.2
111
- watchdog==6.0.0
112
- yarl==1.18.3
113
- youtube-transcript-api==1.0.2
 
114
  zstandard==0.23.0
 
1
+ pydub
2
+ ffmpeg
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.11.14
5
+ aiosignal==1.3.2
6
+ altair==5.5.0
7
+ annotated-types==0.7.0
8
+ anyio==3.7.1
9
+ attrs==25.3.0
10
+ blinker==1.9.0
11
+ cachetools==5.5.2
12
+ certifi==2025.1.31
13
+ charset-normalizer==3.4.1
14
+ click==8.1.8
15
+ colorama==0.4.6
16
+ contourpy==1.3.1
17
+ cycler==0.12.1
18
+ dataclasses-json==0.6.7
19
+ decorator==4.4.2
20
+ defusedxml==0.7.1
21
+ dotenv==0.9.9
22
+ fastapi==0.104.1
23
+ fonttools==4.56.0
24
+ frozenlist==1.5.0
25
+ gitdb==4.0.12
26
+ GitPython==3.1.44
27
+ google-ai-generativelanguage==0.6.15
28
+ google-api-core==2.24.2
29
+ google-api-python-client==2.164.0
30
+ google-auth==2.38.0
31
+ google-auth-httplib2==0.2.0
32
+ google-generativeai==0.8.4
33
+ googleapis-common-protos==1.69.2
34
+ greenlet==3.1.1
35
+ grpcio==1.71.0
36
+ grpcio-status==1.71.0
37
+ h11==0.14.0
38
+ httpcore==1.0.7
39
+ httplib2==0.22.0
40
+ httpx==0.28.1
41
+ httpx-sse==0.4.0
42
+ idna==3.10
43
+ imageio==2.37.0
44
+ imageio-ffmpeg==0.6.0
45
+ Jinja2==3.1.6
46
+ joblib==1.4.2
47
+ jsonpatch==1.33
48
+ jsonpointer==3.0.0
49
+ jsonschema==4.23.0
50
+ jsonschema-specifications==2024.10.1
51
+ kiwisolver==1.4.8
52
+ langchain==0.3.20
53
+ langchain-community==0.3.19
54
+ langchain-core==0.3.45
55
+ langchain-text-splitters==0.3.6
56
+ langsmith==0.3.15
57
+ MarkupSafe==3.0.2
58
+ marshmallow==3.26.1
59
+ matplotlib==3.10.1
60
+ moviepy==1.0.3
61
+ multidict==6.2.0
62
+ mypy-extensions==1.0.0
63
+ narwhals==1.31.0
64
+ nltk==3.9.1
65
+ numpy==2.2.4
66
+ orjson==3.10.15
67
+ packaging==24.2
68
+ pandas==2.2.3
69
+ pillow==10.4.0
70
+ plotly==6.0.1
71
+ proglog==0.1.10
72
+ propcache==0.3.0
73
+ proto-plus==1.26.1
74
+ protobuf==5.29.3
75
+ pyarrow==19.0.1
76
+ pyasn1==0.6.1
77
+ pyasn1_modules==0.4.1
78
+ pydantic==2.10.6
79
+ pydantic-settings==2.8.1
80
+ pydantic_core==2.27.2
81
+ pydeck==0.9.1
82
+ pyparsing==3.2.1
83
+ python-dateutil==2.9.0.post0
84
+ python-dotenv==1.0.0
85
+ python-multipart==0.0.20
86
+ pytube==15.0.0
87
+ pytz==2025.1
88
+ PyYAML==6.0.2
89
+ referencing==0.36.2
90
+ regex==2024.11.6
91
+ requests==2.32.3
92
+ requests-toolbelt==1.0.0
93
+ rpds-py==0.23.1
94
+ rsa==4.9
95
+ six==1.17.0
96
+ smmap==5.0.2
97
+ sniffio==1.3.1
98
+ SpeechRecognition==3.14.1
99
+ SQLAlchemy==2.0.39
100
+ starlette==0.27.0
101
+ streamlit==1.43.2
102
+ tenacity==9.0.0
103
+ toml==0.10.2
104
+ tornado==6.4.2
105
+ tqdm==4.67.1
106
+ typing-inspect==0.9.0
107
+ typing_extensions==4.12.2
108
+ tzdata==2025.1
109
+ uritemplate==4.1.1
110
+ urllib3==2.3.0
111
+ uvicorn==0.23.2
112
+ watchdog==6.0.0
113
+ yarl==1.18.3
114
+ youtube-transcript-api==1.0.2
115
  zstandard==0.23.0