mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
removing model_server. buh bye
This commit is contained in:
parent
88c2bd1851
commit
84477e0ec0
50 changed files with 17 additions and 9908 deletions
|
|
@ -6,7 +6,6 @@ authors = [{ name = "Katanemo Labs, Inc." }]
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"archgw_modelserver==0.3.18",
|
||||
"click>=8.1.7,<9.0.0",
|
||||
"jinja2>=3.1.4,<4.0.0",
|
||||
"jsonschema>=4.23.0,<5.0.0",
|
||||
|
|
@ -23,12 +22,10 @@ dev = [
|
|||
|
||||
[tool.poetry]
|
||||
packages = [{ include = "cli" }]
|
||||
dependencies = { archgw_modelserver = { path = "../../model_server", develop = true } }
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = ["-v"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue