plano/arch/tools/pyproject.toml

26 lines
517 B
TOML
Raw Normal View History

[tool.poetry]
name = "archgw"
2025-07-08 00:59:33 -07:00
version = "0.3.3"
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"
2025-07-08 00:59:33 -07:00
archgw_modelserver = "^0.3.3"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.5.0"
pyyaml = "^6.0.2"
[tool.poetry.scripts]
archgw = "cli.main:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"