Upload requirements.txt
Browse files- requirements.txt +23 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
absl-py==2.1.0
|
|
|
|
| 2 |
aiohttp==3.9.5
|
| 3 |
aiohttp-retry==2.8.3
|
| 4 |
aiosignal==1.3.1
|
|
@@ -16,19 +17,24 @@ cairocffi==1.7.1
|
|
| 16 |
CairoSVG==2.7.1
|
| 17 |
certifi==2024.6.2
|
| 18 |
cffi==1.16.0
|
|
|
|
| 19 |
charset-normalizer==3.3.2
|
| 20 |
click==8.1.7
|
| 21 |
cloudevents==1.11.0
|
| 22 |
contourpy==1.2.1
|
|
|
|
| 23 |
css==0.1
|
| 24 |
cssselect2==0.7.0
|
| 25 |
cycler==0.12.1
|
|
|
|
| 26 |
db-dtypes==1.2.0
|
| 27 |
defusedxml==0.7.1
|
| 28 |
deprecation==2.1.0
|
|
|
|
| 29 |
distro==1.9.0
|
| 30 |
entrypoints==0.4
|
| 31 |
et-xmlfile==1.1.0
|
|
|
|
| 32 |
exceptiongroup==1.2.1
|
| 33 |
filelock==3.15.4
|
| 34 |
Flask==3.0.3
|
|
@@ -36,17 +42,21 @@ flatbuffers==24.3.25
|
|
| 36 |
fonttools==4.53.1
|
| 37 |
fpdf==1.7.2
|
| 38 |
frozenlist==1.4.1
|
| 39 |
-
fsspec==2024.
|
| 40 |
functions-framework==3.8.0
|
| 41 |
gast==0.6.0
|
| 42 |
gitdb==4.0.11
|
| 43 |
GitPython==3.1.43
|
| 44 |
google-api-core==2.19.0
|
| 45 |
-
google-
|
|
|
|
|
|
|
| 46 |
google-auth-oauthlib==1.2.0
|
| 47 |
google-cloud==0.34.0
|
| 48 |
google-cloud-bigquery==3.24.0
|
|
|
|
| 49 |
google-cloud-core==2.4.1
|
|
|
|
| 50 |
google-crc32c==1.5.0
|
| 51 |
google-pasta==0.2.0
|
| 52 |
google-resumable-media==2.7.1
|
|
@@ -80,6 +90,7 @@ mdurl==0.1.2
|
|
| 80 |
ml-dtypes==0.4.0
|
| 81 |
mpmath==1.3.0
|
| 82 |
multidict==6.0.5
|
|
|
|
| 83 |
namex==0.0.8
|
| 84 |
networkx==3.2.1
|
| 85 |
ngrok==1.3.0
|
|
@@ -96,18 +107,24 @@ pandas==2.2.2
|
|
| 96 |
pillow==10.3.0
|
| 97 |
proto-plus==1.24.0
|
| 98 |
protobuf==4.25.3
|
|
|
|
| 99 |
pyarrow==16.1.0
|
|
|
|
| 100 |
pyasn1==0.6.0
|
| 101 |
pyasn1_modules==0.4.0
|
| 102 |
pycparser==2.22
|
| 103 |
pydantic==2.8.2
|
| 104 |
pydantic_core==2.20.1
|
| 105 |
pydeck==0.9.1
|
|
|
|
|
|
|
| 106 |
Pygments==2.18.0
|
| 107 |
PyJWT==2.8.0
|
| 108 |
pyngrok==7.2.0
|
|
|
|
| 109 |
pyparsing==3.1.2
|
| 110 |
PyPDF2==3.0.1
|
|
|
|
| 111 |
PySocks==1.7.1
|
| 112 |
pytesseract==0.3.10
|
| 113 |
python-dateutil==2.9.0.post0
|
|
@@ -127,6 +144,7 @@ safetensors==0.4.3
|
|
| 127 |
schedule==1.2.2
|
| 128 |
selenium==4.22.0
|
| 129 |
six==1.16.0
|
|
|
|
| 130 |
smmap==5.0.1
|
| 131 |
sniffio==1.3.1
|
| 132 |
sortedcontainers==2.4.0
|
|
@@ -159,7 +177,8 @@ twilio==9.2.3
|
|
| 159 |
typing_extensions==4.12.2
|
| 160 |
tzdata==2024.1
|
| 161 |
tzlocal==5.2
|
| 162 |
-
|
|
|
|
| 163 |
watchdog==4.0.1
|
| 164 |
webencodings==0.5.1
|
| 165 |
websocket-client==1.8.0
|
|
@@ -167,5 +186,6 @@ Werkzeug==3.0.3
|
|
| 167 |
wrapt==1.16.0
|
| 168 |
wsproto==1.2.0
|
| 169 |
XlsxWriter==3.2.0
|
|
|
|
| 170 |
yarl==1.9.4
|
| 171 |
zipp==3.19.2
|
|
|
|
| 1 |
absl-py==2.1.0
|
| 2 |
+
accelerate==0.33.0
|
| 3 |
aiohttp==3.9.5
|
| 4 |
aiohttp-retry==2.8.3
|
| 5 |
aiosignal==1.3.1
|
|
|
|
| 17 |
CairoSVG==2.7.1
|
| 18 |
certifi==2024.6.2
|
| 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
|
| 27 |
cssselect2==0.7.0
|
| 28 |
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
|
| 35 |
entrypoints==0.4
|
| 36 |
et-xmlfile==1.1.0
|
| 37 |
+
evaluate==0.4.2
|
| 38 |
exceptiongroup==1.2.1
|
| 39 |
filelock==3.15.4
|
| 40 |
Flask==3.0.3
|
|
|
|
| 42 |
fonttools==4.53.1
|
| 43 |
fpdf==1.7.2
|
| 44 |
frozenlist==1.4.1
|
| 45 |
+
fsspec==2024.5.0
|
| 46 |
functions-framework==3.8.0
|
| 47 |
gast==0.6.0
|
| 48 |
gitdb==4.0.11
|
| 49 |
GitPython==3.1.43
|
| 50 |
google-api-core==2.19.0
|
| 51 |
+
google-api-python-client==2.140.0
|
| 52 |
+
google-auth==2.32.0
|
| 53 |
+
google-auth-httplib2==0.2.0
|
| 54 |
google-auth-oauthlib==1.2.0
|
| 55 |
google-cloud==0.34.0
|
| 56 |
google-cloud-bigquery==3.24.0
|
| 57 |
+
google-cloud-bigquery-storage==2.25.0
|
| 58 |
google-cloud-core==2.4.1
|
| 59 |
+
google-cloud-storage==2.18.0
|
| 60 |
google-crc32c==1.5.0
|
| 61 |
google-pasta==0.2.0
|
| 62 |
google-resumable-media==2.7.1
|
|
|
|
| 90 |
ml-dtypes==0.4.0
|
| 91 |
mpmath==1.3.0
|
| 92 |
multidict==6.0.5
|
| 93 |
+
multiprocess==0.70.16
|
| 94 |
namex==0.0.8
|
| 95 |
networkx==3.2.1
|
| 96 |
ngrok==1.3.0
|
|
|
|
| 107 |
pillow==10.3.0
|
| 108 |
proto-plus==1.24.0
|
| 109 |
protobuf==4.25.3
|
| 110 |
+
psutil==6.0.0
|
| 111 |
pyarrow==16.1.0
|
| 112 |
+
pyarrow-hotfix==0.6
|
| 113 |
pyasn1==0.6.0
|
| 114 |
pyasn1_modules==0.4.0
|
| 115 |
pycparser==2.22
|
| 116 |
pydantic==2.8.2
|
| 117 |
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
|
|
|
|
| 144 |
schedule==1.2.2
|
| 145 |
selenium==4.22.0
|
| 146 |
six==1.16.0
|
| 147 |
+
slack_sdk==3.31.0
|
| 148 |
smmap==5.0.1
|
| 149 |
sniffio==1.3.1
|
| 150 |
sortedcontainers==2.4.0
|
|
|
|
| 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
|
|
|
|
| 186 |
wrapt==1.16.0
|
| 187 |
wsproto==1.2.0
|
| 188 |
XlsxWriter==3.2.0
|
| 189 |
+
xxhash==3.4.1
|
| 190 |
yarl==1.9.4
|
| 191 |
zipp==3.19.2
|