Files
ddns/pyproject.toml
ducoterra 325f8eca62
Build and Push Container / build-and-push (push) Failing after 45s
init
2026-06-03 20:04:31 -04:00

18 lines
355 B
TOML

[project]
name = "ddns"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"black>=26.5.1",
"boto3>=1.43.21",
"boto3-stubs>=1.43.21",
"mypy>=2.1.0",
"requests>=2.34.2",
"pytest>=8.0.0",
"pyyaml>=6.0.0",
"python-dotenv>=1.0.0",
"debugpy>=1.8.0",
]