updated archgw cli to pull from archgw_modelserver from pypi (#169)

* updated archgw cli to pull from archgw_modelserver from pypi

* fix image name

* update rev

---------

Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
Co-authored-by: Adil Hafeez <adil@katanemo.com>
This commit is contained in:
Salman Paracha 2024-10-09 21:00:26 -07:00 committed by GitHub
parent 6b70768170
commit 95a0f1be5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 3004 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.1"
version = "0.0.1"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -22,6 +22,7 @@ click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.1.0"
archgw_modelserver= "0.0.2"
[tool.poetry.scripts]
archgw = "cli.main:main"