[project] name = "swagspace_cloud_init" version = "0.1.0" description = "" authors = [ {name = "Johannes Erwerle",email = "jo@swagspace.org"} ] readme = "README.md" requires-python = ">=3.12,<4" dependencies = [ "pynetbox-config-helper @ git+https://github.com/BelWue/pynetbox-config-helper", "pyyaml (>=6.0.2,<7.0.0)", "python-graphql-client (>=0.4.3,<0.5.0)" ] [project.scripts] build-vm = "swagspace_cloud_init:build_vm" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"