Update requirements.txt
Browse files- requirements.txt +23 -3
requirements.txt
CHANGED
|
@@ -30,6 +30,8 @@ bleach==6.2.0
|
|
| 30 |
blinker==1.9.0
|
| 31 |
boto3==1.35.60
|
| 32 |
botocore==1.35.97
|
|
|
|
|
|
|
| 33 |
certifi==2024.12.14
|
| 34 |
cffi==1.17.1
|
| 35 |
charset-normalizer==3.4.1
|
|
@@ -56,6 +58,7 @@ fastapi==0.110.3
|
|
| 56 |
fastjsonschema==2.21.1
|
| 57 |
filelock==3.16.1
|
| 58 |
filetype==1.2.0
|
|
|
|
| 59 |
Flask==3.1.0
|
| 60 |
Flask-Cors==5.0.0
|
| 61 |
flatbuffers==24.12.23
|
|
@@ -67,13 +70,24 @@ fsspec==2024.12.0
|
|
| 67 |
gast==0.6.0
|
| 68 |
gitdb==4.0.12
|
| 69 |
GitPython==3.1.44
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
google-crc32c==1.6.0
|
| 71 |
google-pasta==0.2.0
|
| 72 |
-
|
|
|
|
|
|
|
|
|
|
| 73 |
gunicorn==23.0.0
|
| 74 |
h11==0.14.0
|
| 75 |
h5py==3.12.1
|
| 76 |
httpcore==1.0.7
|
|
|
|
| 77 |
httpx==0.27.2
|
| 78 |
huggingface-hub==0.27.1
|
| 79 |
humanfriendly==10.0
|
|
@@ -86,7 +100,6 @@ inference-cli==0.33.0
|
|
| 86 |
inference-gpu==0.33.0
|
| 87 |
iniconfig==2.0.0
|
| 88 |
ipykernel==6.29.5
|
| 89 |
-
ipython==8.31.0
|
| 90 |
ipywidgets==8.1.5
|
| 91 |
isoduration==20.11.0
|
| 92 |
itsdangerous==2.2.0
|
|
@@ -132,6 +145,7 @@ mistune==3.1.0
|
|
| 132 |
ml_dtypes==0.5.1
|
| 133 |
MouseInfo==0.1.3
|
| 134 |
mpmath==1.3.0
|
|
|
|
| 135 |
multidict==6.1.0
|
| 136 |
multitasking==0.0.11
|
| 137 |
mypy-extensions==1.0.0
|
|
@@ -169,10 +183,13 @@ prometheus-fastapi-instrumentator==6.0.0
|
|
| 169 |
prometheus_client==0.21.1
|
| 170 |
prompt_toolkit==3.0.48
|
| 171 |
propcache==0.2.1
|
| 172 |
-
|
|
|
|
| 173 |
psutil==6.1.1
|
| 174 |
pure_eval==0.2.3
|
| 175 |
py-cpuinfo==9.0.0
|
|
|
|
|
|
|
| 176 |
PyAutoGUI==0.9.54
|
| 177 |
pybase64==1.0.2
|
| 178 |
pycparser==2.22
|
|
@@ -216,6 +233,7 @@ rfc3986-validator==0.1.1
|
|
| 216 |
rich==13.0.1
|
| 217 |
roboflow==1.1.50
|
| 218 |
rpds-py==0.22.3
|
|
|
|
| 219 |
s3transfer==0.10.4
|
| 220 |
safetensors==0.5.2
|
| 221 |
scikit-image==0.24.0
|
|
@@ -276,7 +294,9 @@ ultralytics==8.3.59
|
|
| 276 |
ultralytics-thop==2.0.13
|
| 277 |
unzip==1.0.0
|
| 278 |
uri-template==1.3.0
|
|
|
|
| 279 |
urllib3==2.3.0
|
|
|
|
| 280 |
vpython==7.6.5
|
| 281 |
wcwidth==0.2.13
|
| 282 |
webcolors==24.11.1
|
|
|
|
| 30 |
blinker==1.9.0
|
| 31 |
boto3==1.35.60
|
| 32 |
botocore==1.35.97
|
| 33 |
+
CacheControl==0.14.2
|
| 34 |
+
cachetools==5.5.2
|
| 35 |
certifi==2024.12.14
|
| 36 |
cffi==1.17.1
|
| 37 |
charset-normalizer==3.4.1
|
|
|
|
| 58 |
fastjsonschema==2.21.1
|
| 59 |
filelock==3.16.1
|
| 60 |
filetype==1.2.0
|
| 61 |
+
firebase-admin==6.8.0
|
| 62 |
Flask==3.1.0
|
| 63 |
Flask-Cors==5.0.0
|
| 64 |
flatbuffers==24.12.23
|
|
|
|
| 70 |
gast==0.6.0
|
| 71 |
gitdb==4.0.12
|
| 72 |
GitPython==3.1.44
|
| 73 |
+
google-api-core==2.25.0rc0
|
| 74 |
+
google-api-python-client==2.169.0
|
| 75 |
+
google-auth==2.39.0
|
| 76 |
+
google-auth-httplib2==0.2.0
|
| 77 |
+
google-cloud-core==2.4.3
|
| 78 |
+
google-cloud-firestore==2.20.2
|
| 79 |
+
google-cloud-storage==3.1.0
|
| 80 |
google-crc32c==1.6.0
|
| 81 |
google-pasta==0.2.0
|
| 82 |
+
google-resumable-media==2.7.2
|
| 83 |
+
googleapis-common-protos==1.70.0
|
| 84 |
+
grpcio==1.71.0
|
| 85 |
+
grpcio-status==1.71.0
|
| 86 |
gunicorn==23.0.0
|
| 87 |
h11==0.14.0
|
| 88 |
h5py==3.12.1
|
| 89 |
httpcore==1.0.7
|
| 90 |
+
httplib2==0.22.0
|
| 91 |
httpx==0.27.2
|
| 92 |
huggingface-hub==0.27.1
|
| 93 |
humanfriendly==10.0
|
|
|
|
| 100 |
inference-gpu==0.33.0
|
| 101 |
iniconfig==2.0.0
|
| 102 |
ipykernel==6.29.5
|
|
|
|
| 103 |
ipywidgets==8.1.5
|
| 104 |
isoduration==20.11.0
|
| 105 |
itsdangerous==2.2.0
|
|
|
|
| 145 |
ml_dtypes==0.5.1
|
| 146 |
MouseInfo==0.1.3
|
| 147 |
mpmath==1.3.0
|
| 148 |
+
msgpack==1.1.0
|
| 149 |
multidict==6.1.0
|
| 150 |
multitasking==0.0.11
|
| 151 |
mypy-extensions==1.0.0
|
|
|
|
| 183 |
prometheus_client==0.21.1
|
| 184 |
prompt_toolkit==3.0.48
|
| 185 |
propcache==0.2.1
|
| 186 |
+
proto-plus==1.26.1
|
| 187 |
+
protobuf==5.29.4
|
| 188 |
psutil==6.1.1
|
| 189 |
pure_eval==0.2.3
|
| 190 |
py-cpuinfo==9.0.0
|
| 191 |
+
pyasn1==0.6.1
|
| 192 |
+
pyasn1_modules==0.4.2
|
| 193 |
PyAutoGUI==0.9.54
|
| 194 |
pybase64==1.0.2
|
| 195 |
pycparser==2.22
|
|
|
|
| 233 |
rich==13.0.1
|
| 234 |
roboflow==1.1.50
|
| 235 |
rpds-py==0.22.3
|
| 236 |
+
rsa==4.9.1
|
| 237 |
s3transfer==0.10.4
|
| 238 |
safetensors==0.5.2
|
| 239 |
scikit-image==0.24.0
|
|
|
|
| 294 |
ultralytics-thop==2.0.13
|
| 295 |
unzip==1.0.0
|
| 296 |
uri-template==1.3.0
|
| 297 |
+
uritemplate==4.1.1
|
| 298 |
urllib3==2.3.0
|
| 299 |
+
uvicorn==0.34.2
|
| 300 |
vpython==7.6.5
|
| 301 |
wcwidth==0.2.13
|
| 302 |
webcolors==24.11.1
|