fix precommit

This commit is contained in:
cotran 2024-10-16 15:19:47 -07:00
parent 46a1407080
commit 10c74ec0c4
2 changed files with 4 additions and 1 deletions

View file

@ -29,6 +29,9 @@ openai = "1.50.2"
tf-keras = "*"
onnx = "1.17.0"
onnxruntime = "1.19.2"
httpx = "*"
pytest-asyncio = "*"
pytest = "*"
[tool.poetry.scripts]
archgw_modelserver = "app.cli:run_server"