This commit is contained in:
Micke Nordin 2025-01-17 09:18:06 +01:00
parent 8119459d2f
commit 33a65181a5
Signed by untrusted user who does not match committer: micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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"]