Add deps
This commit is contained in:
parent
8119459d2f
commit
33a65181a5
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue