Added autogenerated portainer api

This commit is contained in:
Cian Hughes
2024-01-08 17:55:04 +00:00
parent fec3d49129
commit 753742c868
11 changed files with 573 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
[tool.poetry]
name = "deploy"
version = "0.1.0"
description = ""
authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
readme = "README.md"
packages = [
{ include = "deploy", from = "." },
# { include = "portainer", from = "src" },
]
[tool.poetry.dependencies]
python = "^3.11"
typer = "^0.9.0"
portainer = {path = "src/portainer"}
[tool.poetry.group.dev.dependencies]
snoop = "^0.4.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"