mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
26 lines
542 B
TOML
26 lines
542 B
TOML
[tool.poetry]
|
|
name = "archgw"
|
|
version = "0.1.9"
|
|
description = "Python-based CLI tool to manage Arch Gateway."
|
|
authors = ["Katanemo Labs, Inc."]
|
|
packages = [
|
|
{ include = "cli" }
|
|
]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
archgw_modelserver = "^0.1.9"
|
|
click = "^8.1.7"
|
|
jinja2 = "^3.1.4"
|
|
jsonschema = "^4.23.0"
|
|
setuptools = "75.5.0"
|
|
docker = "^7.1.0"
|
|
python-dotenv = "^1.0.1"
|
|
|
|
[tool.poetry.scripts]
|
|
archgw = "cli.main:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|