This commit is contained in:
Adil Hafeez 2025-10-22 14:59:57 -07:00
parent 7a6f87de3e
commit b76f3b84ee
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 3477 additions and 29 deletions

View file

@ -1,32 +1,35 @@
[tool.poetry]
[project]
name = "archgw"
version = "0.3.15"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
{ include = "cli" }
authors = [
{ name = "Katanemo Labs, Inc." }
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"archgw_modelserver>=0.3.15",
"click>=8.1.7",
"jinja2>=3.1.4",
"jsonschema>=4.23.0",
"setuptools==75.5.0",
"pyyaml>=6.0.2",
]
[tool.poetry.dependencies]
python = "^3.10"
archgw_modelserver = "^0.3.15"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.5.0"
pyyaml = "^6.0.2"
[tool.poetry.scripts]
[project.scripts]
archgw = "cli.main:main"
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.1"
[project.optional-dependencies]
dev = [
"pytest>=8.4.1",
]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["cli"]
[tool.pytest.ini_options]
addopts = ["-v"]

1449
arch/tools/uv.lock generated

File diff suppressed because it is too large Load diff