18 lines
355 B
TOML
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",
|
|
]
|