12 lines
227 B
TOML
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",
|
|
]
|