fetch / pyproject.toml
pup-py's picture
capturing requests
bceb9b7
raw
history blame
222 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",
]