Compare commits

...

1 Commits

Author SHA1 Message Date
John Lancaster
e17894e49c added docker sdk to dependencies 2024-06-15 15:49:34 -05:00
2 changed files with 3 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ authors = [
license = { file = "LICENSE" } license = { file = "LICENSE" }
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = ["rich", "requests", "click"] dependencies = ["rich", "requests", "click", "docker"]

View File

@@ -3,3 +3,4 @@ ruff
rich rich
requests requests
click click
docker