mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2025-12-24 07:02:00 +00:00
24 lines
519 B
TOML
24 lines
519 B
TOML
[tool.poetry]
|
|
name = "deploy"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
|
|
readme = "README.md"
|
|
repository = "https://github.com/Cian-H/I-Form_Research_Server_Stack"
|
|
packages = [
|
|
{ include = "deploy", from = "." },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
typer = "^0.9.0"
|
|
portainer = {path = "src/portainer_api"}
|
|
docker = "^7.0.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
snoop = "^0.4.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|