removing model_server. buh bye

This commit is contained in:
Salman Paracha 2025-11-22 13:25:11 -08:00
parent 88c2bd1851
commit 84477e0ec0
50 changed files with 17 additions and 9908 deletions

View file

@ -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"]