You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
433 B
TOML
22 lines
433 B
TOML
[tool.poetry]
|
|
name = "hetzner-ansible"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Peter Heise <peter.heise@netgo.de>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9,<4.0"
|
|
ansible = "^4.3.0"
|
|
hcloud = "^1.13.0"
|
|
jmespath = "^0.10.0"
|
|
netaddr = "^0.8.0"
|
|
passlib = "^1.7.4"
|
|
bcrypt = "^4.0.1"
|
|
dnspython = "^2.3.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|