blob: 274747997d96aa88a6a7daab4b4c39042845435f [file] [log] [blame]
Chris Kayed0c8012025-01-28 18:04:11 +00001# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
2
3[[package]]
4name = "anytree"
5version = "2.12.1"
6description = "Powerful and Lightweight Python Tree Data Structure with various plugins"
7optional = false
8python-versions = ">=3.7.2,<4"
9files = [
10 {file = "anytree-2.12.1-py3-none-any.whl", hash = "sha256:5ea9e61caf96db1e5b3d0a914378d2cd83c269dfce1fb8242ce96589fa3382f0"},
11 {file = "anytree-2.12.1.tar.gz", hash = "sha256:244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830"},
12]
13
14[package.dependencies]
15six = "*"
16
17[[package]]
18name = "click"
19version = "8.1.8"
20description = "Composable command line interface toolkit"
21optional = false
22python-versions = ">=3.7"
23files = [
24 {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"},
25 {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"},
26]
27
28[package.dependencies]
29colorama = {version = "*", markers = "platform_system == \"Windows\""}
30
31[[package]]
32name = "colorama"
33version = "0.4.6"
34description = "Cross-platform colored terminal text."
35optional = false
36python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
37files = [
38 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
39 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
40]
41
42[[package]]
43name = "prettytable"
44version = "3.11.0"
45description = "A simple Python library for easily displaying tabular data in a visually appealing ASCII table format"
46optional = false
47python-versions = ">=3.8"
48files = [
49 {file = "prettytable-3.11.0-py3-none-any.whl", hash = "sha256:aa17083feb6c71da11a68b2c213b04675c4af4ce9c541762632ca3f2cb3546dd"},
50 {file = "prettytable-3.11.0.tar.gz", hash = "sha256:7e23ca1e68bbfd06ba8de98bf553bf3493264c96d5e8a615c0471025deeba722"},
51]
52
53[package.dependencies]
54wcwidth = "*"
55
56[package.extras]
57tests = ["pytest", "pytest-cov", "pytest-lazy-fixtures"]
58
59[[package]]
60name = "pyelftools"
61version = "0.29"
62description = "Library for analyzing ELF files and DWARF debugging information"
63optional = false
64python-versions = "*"
65files = [
66 {file = "pyelftools-0.29-py2.py3-none-any.whl", hash = "sha256:519f38cf412f073b2d7393aa4682b0190fa901f7c3fa0bff2b82d537690c7fc1"},
67 {file = "pyelftools-0.29.tar.gz", hash = "sha256:ec761596aafa16e282a31de188737e5485552469ac63b60cfcccf22263fd24ff"},
68]
69
70[[package]]
71name = "six"
72version = "1.17.0"
73description = "Python 2 and 3 compatibility utilities"
74optional = false
75python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
76files = [
77 {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
78 {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
79]
80
81[[package]]
82name = "wcwidth"
83version = "0.2.13"
84description = "Measures the displayed width of unicode strings in a terminal"
85optional = false
86python-versions = "*"
87files = [
88 {file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
89 {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
90]
91
92[metadata]
93lock-version = "2.0"
94python-versions = "^3.8.0"
95content-hash = "d7c185b3dbfc9bba145f12146e18ce501caf081d7762f138bc5a7fde99f40543"