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