fetch / pyproject.toml
pup-py's picture
no use to redirect from hf.co/spaces/pup-py/fetch
a06e733
raw
history blame
249 Bytes
[project]
name = "fetch"
version = "0.5.1"
description = "Puppy Installer"
authors = [
{ name = "Alex Kislukhin" }
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"apscheduler>=3.11.0",
"fastapi[standard]>=0.115.6",
]