Create requirements.txt
Browse files- requirements.txt +66 -0
requirements.txt
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==4.2.2
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.4.0
|
4 |
+
attrs==23.2.0
|
5 |
+
audio-recorder-streamlit==0.0.9
|
6 |
+
blinker==1.8.2
|
7 |
+
cachetools==5.3.3
|
8 |
+
certifi==2024.6.2
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
colorama==0.4.6
|
12 |
+
distro==1.9.0
|
13 |
+
entrypoints==0.4
|
14 |
+
exceptiongroup==1.2.1
|
15 |
+
filelock==3.15.4
|
16 |
+
fsspec==2024.6.0
|
17 |
+
gitdb==4.0.11
|
18 |
+
GitPython==3.1.43
|
19 |
+
groq==0.9.0
|
20 |
+
h11==0.14.0
|
21 |
+
httpcore==1.0.5
|
22 |
+
httpx==0.27.0
|
23 |
+
huggingface-hub==0.23.4
|
24 |
+
idna==3.7
|
25 |
+
importlib-metadata==6.11.0
|
26 |
+
Jinja2==3.1.4
|
27 |
+
jsonschema==4.22.0
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
+
markdown-it-py==3.0.0
|
30 |
+
MarkupSafe==2.1.5
|
31 |
+
mdurl==0.1.2
|
32 |
+
numpy==1.26.4
|
33 |
+
openai==1.35.3
|
34 |
+
packaging==23.2
|
35 |
+
pandas==2.2.2
|
36 |
+
pillow==10.3.0
|
37 |
+
protobuf==4.25.3
|
38 |
+
pyarrow==16.1.0
|
39 |
+
pydantic==2.7.4
|
40 |
+
pydantic_core==2.18.4
|
41 |
+
pydeck==0.9.1
|
42 |
+
Pygments==2.18.0
|
43 |
+
python-dateutil==2.9.0.post0
|
44 |
+
python-dotenv==1.0.1
|
45 |
+
pytz==2024.1
|
46 |
+
PyYAML==6.0.1
|
47 |
+
referencing==0.35.1
|
48 |
+
requests==2.32.3
|
49 |
+
rich==13.7.1
|
50 |
+
rpds-py==0.18.1
|
51 |
+
six==1.16.0
|
52 |
+
smmap==5.0.1
|
53 |
+
sniffio==1.3.1
|
54 |
+
streamlit==1.29.0
|
55 |
+
tenacity==8.4.2
|
56 |
+
toml==0.10.2
|
57 |
+
toolz==0.12.1
|
58 |
+
tornado==6.4.1
|
59 |
+
tqdm==4.66.4
|
60 |
+
typing_extensions==4.12.2
|
61 |
+
tzdata==2024.1
|
62 |
+
tzlocal==5.2
|
63 |
+
urllib3==2.2.2
|
64 |
+
validators==0.28.3
|
65 |
+
watchdog==4.0.1
|
66 |
+
zipp==3.19.2
|