mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
remove dependency on docker-compose when starting up archgw (#305)
This commit is contained in:
parent
726f1a3185
commit
0ff3d43008
16 changed files with 3761 additions and 274 deletions
|
|
@ -8,22 +8,18 @@ packages = [
|
|||
]
|
||||
readme = "README.md"
|
||||
|
||||
include = [
|
||||
# Include package data (docker-compose.yaml and other files)[
|
||||
"config/docker-compose.yaml",
|
||||
"config/arch_config_schema.yaml",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.12"
|
||||
archgw_modelserver = "0.1.4"
|
||||
pyyaml = "^6.0.2"
|
||||
pydantic = "^2.9.2"
|
||||
pydantic = "^2.10.1"
|
||||
click = "^8.1.7"
|
||||
jinja2 = "^3.1.4"
|
||||
jsonschema = "^4.23.0"
|
||||
setuptools = "75.5.0"
|
||||
huggingface_hub = "^0.26.0"
|
||||
docker = "^7.1.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
archgw = "cli.main:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue