fetch / pyproject.toml
pup-py's picture
capturing requests; hf_cli login
5db5dac
raw
history blame
258 Bytes
[project]
name = "fetch"
version = "0.1.0"
description = "Puppy installer"
authors = [
{ name = "Alex Kislukhin" }
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.115.6",
"huggingface-hub[cli]>=0.26.3",
]