diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-14 10:38:11 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-14 10:38:11 +0000 |
commit | e71aa0e8c9392c1b4118986172f9e6552bb01c5c (patch) | |
tree | bb8b75cd4e80e300a02e5e1e56faaaf1edf3a35c /poetry.lock | |
parent | Initial commit (diff) | |
download | virttop-e71aa0e8c9392c1b4118986172f9e6552bb01c5c.tar.gz virttop-e71aa0e8c9392c1b4118986172f9e6552bb01c5c.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | poetry.lock | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..d7b6a32 --- /dev/null +++ b/poetry.lock @@ -0,0 +1,29 @@ +[[package]] +name = "defusedxml" +version = "0.7.1" +description = "XML bomb protection for Python stdlib modules" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[[package]] +name = "libvirt-python" +version = "9.0.0" +description = "The libvirt virtualization API python binding" +category = "main" +optional = false +python-versions = "*" + +[metadata] +lock-version = "1.1" +python-versions = "^3.11" +content-hash = "70c901717e9058eccd3cb96afaf55ad6f1d1a44c78122d35a0f35fc7d4e4abca" + +[metadata.files] +defusedxml = [ + {file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"}, + {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, +] +libvirt-python = [ + {file = "libvirt-python-9.0.0.tar.gz", hash = "sha256:49702d33fa8cbcae19fa727467a69f7ae2241b3091324085ca1cc752b2b414ce"}, +] |