Files
2026-07-26 16:04:51 +05:30

16 lines
361 B
TOML

[project]
name = "networkcheck"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith", email = ""},
]
dependencies = ["dnspython>=2.8.0", "ping3>=5.1.5", "requests>=2.34.2", "boto3>=1.43.14"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false