Upload requirements.txt
Browse files- requirements.txt +29 -1
requirements.txt
CHANGED
@@ -7,20 +7,24 @@ altair==4.2.2
|
|
7 |
annotated-types==0.7.0
|
8 |
anyio==4.4.0
|
9 |
APScheduler==3.10.4
|
|
|
10 |
astunparse==1.6.3
|
11 |
async-timeout==4.0.3
|
12 |
attrs==23.2.0
|
|
|
13 |
beautifulsoup4==4.12.3
|
14 |
blinker==1.8.2
|
|
|
15 |
cachetools==5.3.3
|
16 |
cairocffi==1.7.1
|
17 |
CairoSVG==2.7.1
|
18 |
-
certifi==2024.
|
19 |
cffi==1.16.0
|
20 |
chardet==5.2.0
|
21 |
charset-normalizer==3.3.2
|
22 |
click==8.1.7
|
23 |
cloudevents==1.11.0
|
|
|
24 |
contourpy==1.2.1
|
25 |
cryptography==43.0.0
|
26 |
css==0.1
|
@@ -29,6 +33,7 @@ cycler==0.12.1
|
|
29 |
datasets==2.20.0
|
30 |
db-dtypes==1.2.0
|
31 |
defusedxml==0.7.1
|
|
|
32 |
deprecation==2.1.0
|
33 |
dill==0.3.8
|
34 |
distro==1.9.0
|
@@ -64,16 +69,21 @@ googleapis-common-protos==1.63.1
|
|
64 |
grpcio==1.64.1
|
65 |
grpcio-status==1.62.2
|
66 |
gspread==6.1.2
|
|
|
67 |
gunicorn==22.0.0
|
68 |
h11==0.14.0
|
69 |
h5py==3.11.0
|
|
|
|
|
70 |
httpcore==1.0.5
|
71 |
httplib2==0.22.0
|
72 |
httpx==0.27.0
|
73 |
huggingface-hub==0.24.1
|
|
|
74 |
idna==3.7
|
75 |
importlib_metadata==8.0.0
|
76 |
importlib_resources==6.4.0
|
|
|
77 |
itsdangerous==2.2.0
|
78 |
Jinja2==3.1.4
|
79 |
jsonschema==4.22.0
|
@@ -104,6 +114,10 @@ optree==0.12.1
|
|
104 |
outcome==1.3.0.post0
|
105 |
packaging==24.1
|
106 |
pandas==2.2.2
|
|
|
|
|
|
|
|
|
107 |
pillow==10.3.0
|
108 |
proto-plus==1.24.0
|
109 |
protobuf==4.25.3
|
@@ -118,13 +132,17 @@ pydantic_core==2.20.1
|
|
118 |
pydeck==0.9.1
|
119 |
PyDrive==1.3.1
|
120 |
PyDrive2==1.20.0
|
|
|
121 |
Pygments==2.18.0
|
122 |
PyJWT==2.8.0
|
|
|
123 |
pyngrok==7.2.0
|
124 |
pyOpenSSL==24.2.1
|
125 |
pyparsing==3.1.2
|
126 |
PyPDF2==3.0.1
|
|
|
127 |
pyperclip==1.9.0
|
|
|
128 |
PySocks==1.7.1
|
129 |
pytesseract==0.3.10
|
130 |
python-dateutil==2.9.0.post0
|
@@ -135,6 +153,7 @@ pytz==2024.1
|
|
135 |
PyYAML==6.0.1
|
136 |
referencing==0.35.1
|
137 |
regex==2024.5.15
|
|
|
138 |
requests==2.32.3
|
139 |
requests-oauthlib==2.0.0
|
140 |
rich==13.7.1
|
@@ -149,8 +168,12 @@ smmap==5.0.1
|
|
149 |
sniffio==1.3.1
|
150 |
sortedcontainers==2.4.0
|
151 |
soupsieve==2.5
|
|
|
|
|
|
|
152 |
streamlit==1.37.0
|
153 |
streamlit-aggrid==1.0.5
|
|
|
154 |
streamlit-option-menu==0.3.13
|
155 |
streamlit-space==0.1.5
|
156 |
streamlit-toggle==0.1.3
|
@@ -166,6 +189,7 @@ tf_keras==2.17.0
|
|
166 |
tinycss2==1.3.0
|
167 |
tokenizers==0.19.1
|
168 |
toml==0.10.2
|
|
|
169 |
toolz==0.12.1
|
170 |
torch==2.4.0
|
171 |
tornado==6.4.1
|
@@ -174,12 +198,14 @@ transformers==4.43.3
|
|
174 |
trio==0.25.1
|
175 |
trio-websocket==0.11.1
|
176 |
twilio==9.2.3
|
|
|
177 |
typing_extensions==4.12.2
|
178 |
tzdata==2024.1
|
179 |
tzlocal==5.2
|
180 |
uritemplate==4.1.1
|
181 |
urllib3==1.26.14
|
182 |
watchdog==4.0.1
|
|
|
183 |
webencodings==0.5.1
|
184 |
websocket-client==1.8.0
|
185 |
Werkzeug==3.0.3
|
@@ -190,3 +216,5 @@ XlsxWriter==3.2.0
|
|
190 |
xxhash==3.4.1
|
191 |
yarl==1.9.4
|
192 |
zipp==3.19.2
|
|
|
|
|
|
7 |
annotated-types==0.7.0
|
8 |
anyio==4.4.0
|
9 |
APScheduler==3.10.4
|
10 |
+
asana==5.0.10
|
11 |
astunparse==1.6.3
|
12 |
async-timeout==4.0.3
|
13 |
attrs==23.2.0
|
14 |
+
Automat==24.8.1
|
15 |
beautifulsoup4==4.12.3
|
16 |
blinker==1.8.2
|
17 |
+
Brotli==1.1.0
|
18 |
cachetools==5.3.3
|
19 |
cairocffi==1.7.1
|
20 |
CairoSVG==2.7.1
|
21 |
+
certifi==2024.8.30
|
22 |
cffi==1.16.0
|
23 |
chardet==5.2.0
|
24 |
charset-normalizer==3.3.2
|
25 |
click==8.1.7
|
26 |
cloudevents==1.11.0
|
27 |
+
constantly==23.10.4
|
28 |
contourpy==1.2.1
|
29 |
cryptography==43.0.0
|
30 |
css==0.1
|
|
|
33 |
datasets==2.20.0
|
34 |
db-dtypes==1.2.0
|
35 |
defusedxml==0.7.1
|
36 |
+
Deprecated==1.2.14
|
37 |
deprecation==2.1.0
|
38 |
dill==0.3.8
|
39 |
distro==1.9.0
|
|
|
69 |
grpcio==1.64.1
|
70 |
grpcio-status==1.62.2
|
71 |
gspread==6.1.2
|
72 |
+
gspread-dataframe==4.0.0
|
73 |
gunicorn==22.0.0
|
74 |
h11==0.14.0
|
75 |
h5py==3.11.0
|
76 |
+
html2image==2.0.4.3
|
77 |
+
html5lib==1.1
|
78 |
httpcore==1.0.5
|
79 |
httplib2==0.22.0
|
80 |
httpx==0.27.0
|
81 |
huggingface-hub==0.24.1
|
82 |
+
hyperlink==21.0.0
|
83 |
idna==3.7
|
84 |
importlib_metadata==8.0.0
|
85 |
importlib_resources==6.4.0
|
86 |
+
incremental==24.7.2
|
87 |
itsdangerous==2.2.0
|
88 |
Jinja2==3.1.4
|
89 |
jsonschema==4.22.0
|
|
|
114 |
outcome==1.3.0.post0
|
115 |
packaging==24.1
|
116 |
pandas==2.2.2
|
117 |
+
pdfkit==1.0.0
|
118 |
+
pdfminer.six==20231228
|
119 |
+
pdfplumber==0.11.4
|
120 |
+
pikepdf==8.15.1
|
121 |
pillow==10.3.0
|
122 |
proto-plus==1.24.0
|
123 |
protobuf==4.25.3
|
|
|
132 |
pydeck==0.9.1
|
133 |
PyDrive==1.3.1
|
134 |
PyDrive2==1.20.0
|
135 |
+
pydyf==0.11.0
|
136 |
Pygments==2.18.0
|
137 |
PyJWT==2.8.0
|
138 |
+
PyMuPDF==1.24.13
|
139 |
pyngrok==7.2.0
|
140 |
pyOpenSSL==24.2.1
|
141 |
pyparsing==3.1.2
|
142 |
PyPDF2==3.0.1
|
143 |
+
pypdfium2==4.30.0
|
144 |
pyperclip==1.9.0
|
145 |
+
pyphen==0.16.0
|
146 |
PySocks==1.7.1
|
147 |
pytesseract==0.3.10
|
148 |
python-dateutil==2.9.0.post0
|
|
|
153 |
PyYAML==6.0.1
|
154 |
referencing==0.35.1
|
155 |
regex==2024.5.15
|
156 |
+
reportlab==4.2.2
|
157 |
requests==2.32.3
|
158 |
requests-oauthlib==2.0.0
|
159 |
rich==13.7.1
|
|
|
168 |
sniffio==1.3.1
|
169 |
sortedcontainers==2.4.0
|
170 |
soupsieve==2.5
|
171 |
+
srv==1.1.0
|
172 |
+
st-pages==1.0.1
|
173 |
+
st-theme==1.2.3
|
174 |
streamlit==1.37.0
|
175 |
streamlit-aggrid==1.0.5
|
176 |
+
streamlit-navigation-bar==3.3.0
|
177 |
streamlit-option-menu==0.3.13
|
178 |
streamlit-space==0.1.5
|
179 |
streamlit-toggle==0.1.3
|
|
|
189 |
tinycss2==1.3.0
|
190 |
tokenizers==0.19.1
|
191 |
toml==0.10.2
|
192 |
+
tomli==2.0.1
|
193 |
toolz==0.12.1
|
194 |
torch==2.4.0
|
195 |
tornado==6.4.1
|
|
|
198 |
trio==0.25.1
|
199 |
trio-websocket==0.11.1
|
200 |
twilio==9.2.3
|
201 |
+
Twisted==24.7.0
|
202 |
typing_extensions==4.12.2
|
203 |
tzdata==2024.1
|
204 |
tzlocal==5.2
|
205 |
uritemplate==4.1.1
|
206 |
urllib3==1.26.14
|
207 |
watchdog==4.0.1
|
208 |
+
weasyprint==62.3
|
209 |
webencodings==0.5.1
|
210 |
websocket-client==1.8.0
|
211 |
Werkzeug==3.0.3
|
|
|
216 |
xxhash==3.4.1
|
217 |
yarl==1.9.4
|
218 |
zipp==3.19.2
|
219 |
+
zope.interface==7.0.3
|
220 |
+
zopfli==0.2.3
|