[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", | |
] | |