Files
homelab/active/podman_ddns/pyproject.toml
ducoterra de8b827cfb
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 21m26s
Podman DDNS Image / build-and-push-ddns (push) Successful in 34s
major vscode config overhauls. Getting python working as expected
2025-05-26 12:04:53 -04:00

12 lines
227 B
TOML

[project]
name = "ddns"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3>=1.37.30",
"boto3-stubs[all]>=1.38.23",
"pytest>=8.3.5",
]