mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use uv
This commit is contained in:
parent
7a6f87de3e
commit
b76f3b84ee
5 changed files with 3477 additions and 29 deletions
|
|
@ -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
1449
arch/tools/uv.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue