init
Build and Push Container / build-and-push (push) Failing after 45s

This commit is contained in:
2026-06-03 20:04:31 -04:00
commit 325f8eca62
17 changed files with 1816 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[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",
]