capturing requests; hf_cli login
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
@@ -9,4 +9,5 @@ readme = "README.md"
|
|
9 |
requires-python = ">=3.12"
|
10 |
dependencies = [
|
11 |
"fastapi[standard]>=0.115.6",
|
|
|
12 |
]
|
|
|
9 |
requires-python = ">=3.12"
|
10 |
dependencies = [
|
11 |
"fastapi[standard]>=0.115.6",
|
12 |
+
"huggingface-hub[cli]>=0.26.3",
|
13 |
]
|