Spaces:
Sleeping
Sleeping
Commit
·
45828e3
1
Parent(s):
a18f1a9
Create requirements.txt
Browse files- requirements.txt +58 -0
requirements.txt
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair==5.1.2
|
2 |
+
annotated-types==0.6.0
|
3 |
+
anyio==3.7.1
|
4 |
+
attrs==23.1.0
|
5 |
+
blinker==1.7.0
|
6 |
+
cachetools==5.3.2
|
7 |
+
certifi==2023.7.22
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
distro==1.8.0
|
11 |
+
exceptiongroup==1.1.3
|
12 |
+
gitdb==4.0.11
|
13 |
+
GitPython==3.1.40
|
14 |
+
h11==0.14.0
|
15 |
+
httpcore==1.0.2
|
16 |
+
httpx==0.25.1
|
17 |
+
idna==3.4
|
18 |
+
importlib-metadata==6.8.0
|
19 |
+
Jinja2==3.1.2
|
20 |
+
jsonschema==4.19.2
|
21 |
+
jsonschema-specifications==2023.11.1
|
22 |
+
markdown-it-py==3.0.0
|
23 |
+
MarkupSafe==2.1.3
|
24 |
+
mdurl==0.1.2
|
25 |
+
numpy==1.26.2
|
26 |
+
openai==1.3.0
|
27 |
+
packaging==23.2
|
28 |
+
pandas==2.1.3
|
29 |
+
Pillow==10.1.0
|
30 |
+
protobuf==4.25.1
|
31 |
+
pyarrow==14.0.1
|
32 |
+
pydantic==2.5.1
|
33 |
+
pydantic_core==2.14.3
|
34 |
+
pydeck==0.8.1b0
|
35 |
+
Pygments==2.16.1
|
36 |
+
python-dateutil==2.8.2
|
37 |
+
python-dotenv==1.0.0
|
38 |
+
pytz==2023.3.post1
|
39 |
+
referencing==0.31.0
|
40 |
+
requests==2.31.0
|
41 |
+
rich==13.7.0
|
42 |
+
rpds-py==0.12.0
|
43 |
+
six==1.16.0
|
44 |
+
smmap==5.0.1
|
45 |
+
sniffio==1.3.0
|
46 |
+
streamlit==1.28.2
|
47 |
+
tenacity==8.2.3
|
48 |
+
toml==0.10.2
|
49 |
+
toolz==0.12.0
|
50 |
+
tornado==6.3.3
|
51 |
+
tqdm==4.66.1
|
52 |
+
typing_extensions==4.8.0
|
53 |
+
tzdata==2023.3
|
54 |
+
tzlocal==5.2
|
55 |
+
urllib3==2.1.0
|
56 |
+
validators==0.22.0
|
57 |
+
watchdog==3.0.0
|
58 |
+
zipp==3.17.0
|