Skip to content

Commit b49b05e

Browse files
committed
Replace docker-py with python-on-whales
1 parent ea32529 commit b49b05e

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

poetry.lock

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ llmstack-runner = "llmstack.common.runner.server:main"
1717
[tool.poetry.dependencies]
1818
python = ">=3.10,<3.12"
1919
playwright = "1.42.0"
20-
docker = "^7.1.0"
2120
sqlalchemy = "^2.0.31"
2221
websockify = "^0.12.0"
2322
geoip2 = "^4.8.0"
@@ -41,6 +40,7 @@ llama-index-vector-stores-weaviate = "^1.0.0"
4140
llama-index-core = "^0.10.51"
4241
spacy = "^3.7.5"
4342
striprtf = "^0.0.26"
43+
python-on-whales = "^0.71.0"
4444

4545
[tool.poetry.extras]
4646
networking = ["junos-eznc"]

0 commit comments

Comments
 (0)