Create requirments.txt
Browse files- requirments.txt +53 -0
requirments.txt
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.3.0
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.4.0
|
4 |
+
attrs==23.2.0
|
5 |
+
blinker==1.8.2
|
6 |
+
cachetools==5.4.0
|
7 |
+
certifi==2024.7.4
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
distro==1.9.0
|
11 |
+
gitdb==4.0.11
|
12 |
+
GitPython==3.1.43
|
13 |
+
h11==0.14.0
|
14 |
+
httpcore==1.0.5
|
15 |
+
httpx==0.27.0
|
16 |
+
idna==3.7
|
17 |
+
Jinja2==3.1.4
|
18 |
+
jsonschema==4.23.0
|
19 |
+
jsonschema-specifications==2023.12.1
|
20 |
+
markdown-it-py==3.0.0
|
21 |
+
MarkupSafe==2.1.5
|
22 |
+
mdurl==0.1.2
|
23 |
+
numpy==2.0.0
|
24 |
+
openai==1.36.0
|
25 |
+
packaging==24.1
|
26 |
+
pandas==2.2.2
|
27 |
+
pillow==10.4.0
|
28 |
+
protobuf==5.27.2
|
29 |
+
pyarrow==17.0.0
|
30 |
+
pydantic==2.8.2
|
31 |
+
pydantic_core==2.20.1
|
32 |
+
pydeck==0.9.1
|
33 |
+
pydub==0.25.1
|
34 |
+
Pygments==2.18.0
|
35 |
+
python-dateutil==2.9.0.post0
|
36 |
+
pytz==2024.1
|
37 |
+
referencing==0.35.1
|
38 |
+
requests==2.32.3
|
39 |
+
rich==13.7.1
|
40 |
+
rpds-py==0.19.0
|
41 |
+
six==1.16.0
|
42 |
+
smmap==5.0.1
|
43 |
+
sniffio==1.3.1
|
44 |
+
streamlit==1.36.0
|
45 |
+
streamlit-audiorecorder==0.0.5
|
46 |
+
tenacity==8.5.0
|
47 |
+
toml==0.10.2
|
48 |
+
toolz==0.12.1
|
49 |
+
tornado==6.4.1
|
50 |
+
tqdm==4.66.4
|
51 |
+
typing_extensions==4.12.2
|
52 |
+
tzdata==2024.1
|
53 |
+
urllib3==2.2.2
|