Update requirements.txt
Browse files- requirements.txt +59 -1
requirements.txt
CHANGED
@@ -1,3 +1,61 @@
|
|
1 |
streamlit
|
2 |
requests
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
requests
|
3 |
+
altair==5.1.2
|
4 |
+
attrs==23.1.0
|
5 |
+
blinker==1.6.2
|
6 |
+
cachetools==5.3.1
|
7 |
+
certifi==2023.5.7
|
8 |
+
charset-normalizer==3.2.0
|
9 |
+
click==8.1.5
|
10 |
+
gitdb==4.0.11
|
11 |
+
GitPython==3.1.40
|
12 |
+
google-ai-generativelanguage==0.3.3
|
13 |
+
google-api-core==2.12.0
|
14 |
+
google-auth==2.23.3
|
15 |
+
google-generativeai==0.2.1
|
16 |
+
googleapis-common-protos==1.61.0
|
17 |
+
grpcio==1.59.0
|
18 |
+
grpcio-status==1.59.0
|
19 |
+
idna==3.4
|
20 |
+
importlib-metadata==6.8.0
|
21 |
+
Jinja2==3.1.2
|
22 |
+
jsonschema==4.19.1
|
23 |
+
jsonschema-specifications==2023.7.1
|
24 |
+
markdown-it-py==3.0.0
|
25 |
+
MarkupSafe==2.1.3
|
26 |
+
mdurl==0.1.2
|
27 |
+
numpy==1.25.1
|
28 |
+
packaging==20.9
|
29 |
+
pandas==2.1.1
|
30 |
+
Pillow==10.1.0
|
31 |
+
proto-plus==1.22.3
|
32 |
+
protobuf==4.24.4
|
33 |
+
pyarrow==13.0.0
|
34 |
+
pyasn1==0.5.0
|
35 |
+
pyasn1-modules==0.3.0
|
36 |
+
pydeck==0.8.0
|
37 |
+
Pygments==2.16.1
|
38 |
+
pyparsing==3.1.0
|
39 |
+
python-dateutil==2.8.2
|
40 |
+
pytz==2023.3.post1
|
41 |
+
referencing==0.30.2
|
42 |
+
requests==2.31.0
|
43 |
+
rich==13.6.0
|
44 |
+
rpds-py==0.10.6
|
45 |
+
rsa==4.9
|
46 |
+
six==1.16.0
|
47 |
+
smmap==5.0.1
|
48 |
+
streamlit==1.27.2
|
49 |
+
tenacity==8.2.3
|
50 |
+
toml==0.10.2
|
51 |
+
toolz==0.12.0
|
52 |
+
tornado==6.3.3
|
53 |
+
tqdm==4.66.1
|
54 |
+
typing-extensions==4.8.0
|
55 |
+
tzdata==2023.3
|
56 |
+
tzlocal==5.1
|
57 |
+
urllib3==1.26.15
|
58 |
+
validators==0.22.0
|
59 |
+
watchdog==3.0.0
|
60 |
+
xds-protos==1.59.0
|
61 |
+
zipp==3.16.2
|