fetch / pyproject.toml
pup-py's picture
switch to uvicorn for custom logging
058dfe9
raw
history blame
249 Bytes
[project]
name = "fetch"
version = "0.3.2"
description = "Puppy Installer"
authors = [
{ name = "Alex Kislukhin" }
]
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"apscheduler>=3.11.0",
"fastapi[standard]>=0.115.6",
]