[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