From 33a65181a50854b917f30abfa24051c65d3fecbd Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 17 Jan 2025 09:18:06 +0100 Subject: [PATCH] Add deps --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cef6614..f323cbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "pyyaml==6.0.1", "requests==2.27.1", "simplejson==3.17.6", + "openstacksdk==4.2.0", ] [project.urls] @@ -34,4 +35,4 @@ knotctl="knotctl:main" [tool.flit.sdist] -include = ["LICENSE",] +include = ["LICENSE", "README.md"]