Codebase rewritten to:
tangled.org/atpasser.poxiao-labs.work/atpasser
1# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
2
3[[package]]
4name = "base58"
5version = "1.0.3"
6description = "Base58 and Base58Check implementation"
7optional = false
8python-versions = "*"
9groups = ["main"]
10files = [
11 {file = "base58-1.0.3-py2-none-any.whl", hash = "sha256:1e42993c0628ed4f898c03b522b26af78fb05115732549b21a028bc4633d19ab"},
12 {file = "base58-1.0.3-py3-none-any.whl", hash = "sha256:6aa0553e477478993588303c54659d15e3c17ae062508c854a8b752d07c716bd"},
13 {file = "base58-1.0.3.tar.gz", hash = "sha256:9a793c599979c497800eb414c852b80866f28daaed5494703fc129592cc83e60"},
14]
15
16[[package]]
17name = "morphys"
18version = "1.0"
19description = "Smart conversions between unicode and bytes types for common cases"
20optional = false
21python-versions = "*"
22groups = ["main"]
23files = [
24 {file = "morphys-1.0-py2.py3-none-any.whl", hash = "sha256:76d6dbaa4d65f597e59d332c81da786d83e4669387b9b2a750cfec74e7beec20"},
25]
26
27[[package]]
28name = "py-cid"
29version = "0.3.0"
30description = "Self-describing content-addressed identifiers for distributed systems"
31optional = false
32python-versions = "*"
33groups = ["main"]
34files = [
35 {file = "py-cid-0.3.0.tar.gz", hash = "sha256:22f432cc6fb68d12a9c35dbdc92c95484fc49e31dfcb9e0efb0082233c5394e3"},
36 {file = "py_cid-0.3.0-py2.py3-none-any.whl", hash = "sha256:7c48a6ee0bc50fd114d4b24849cd689a31d3ad5bdf8fa073bf68f846fd58c5da"},
37]
38
39[package.dependencies]
40base58 = ">=1.0.2,<2.0"
41morphys = ">=1.0,<2.0"
42py-multibase = ">=1.0.0,<2.0.0"
43py-multicodec = "<0.3.0"
44py-multihash = ">=0.2.0,<1.0.0"
45
46[[package]]
47name = "py-multibase"
48version = "1.0.3"
49description = "Multibase implementation for Python"
50optional = false
51python-versions = "*"
52groups = ["main"]
53files = [
54 {file = "py-multibase-1.0.3.tar.gz", hash = "sha256:d28a20efcbb61eec28f55827a0bf329c7cea80fffd933aecaea6ae8431267fe4"},
55 {file = "py_multibase-1.0.3-py2.py3-none-any.whl", hash = "sha256:2677c1fafcc0ae15ddb9c7f444c5becc2530b3889124fd4fa2959ddfefb8c15b"},
56]
57
58[package.dependencies]
59morphys = ">=1.0,<2.0"
60python-baseconv = ">=1.2.0,<2.0"
61six = ">=1.10.0,<2.0"
62
63[[package]]
64name = "py-multicodec"
65version = "0.2.1"
66description = "Multicodec implementation in Python"
67optional = false
68python-versions = "*"
69groups = ["main"]
70files = [
71 {file = "py-multicodec-0.2.1.tar.gz", hash = "sha256:83021ffe8c0e272d19b5b86bc5b39efa67c8e9f4735ce6cafdbc1ace767ec647"},
72 {file = "py_multicodec-0.2.1-py2.py3-none-any.whl", hash = "sha256:55b6bb53088a63e56c434cb11b29795e8805652bac43d50a8f2a9bcf5ca84e1f"},
73]
74
75[package.dependencies]
76morphys = ">=1.0,<2.0"
77six = ">=1.10.0,<2.0"
78varint = ">=1.0.2,<2.0.0"
79
80[[package]]
81name = "py-multihash"
82version = "0.2.3"
83description = "Multihash implementation in Python"
84optional = false
85python-versions = "*"
86groups = ["main"]
87files = [
88 {file = "py-multihash-0.2.3.tar.gz", hash = "sha256:f0ade4de820afdc4b4aaa40464ec86c9da5cae3a4578cda2daab4b0eb7e5b18d"},
89 {file = "py_multihash-0.2.3-py2.py3-none-any.whl", hash = "sha256:a0602c99093587dfbf1634e2e8c7726de39374b0d68587a36093b4c237af6969"},
90]
91
92[package.dependencies]
93base58 = ">=1.0.2,<2.0"
94morphys = ">=1.0,<2.0"
95six = ">=1.10.0,<2.0"
96varint = ">=1.0.2,<2.0"
97
98[[package]]
99name = "python-baseconv"
100version = "1.2.2"
101description = "Convert numbers from base 10 integers to base X strings and back again."
102optional = false
103python-versions = "*"
104groups = ["main"]
105files = [
106 {file = "python-baseconv-1.2.2.tar.gz", hash = "sha256:0539f8bd0464013b05ad62e0a1673f0ac9086c76b43ebf9f833053527cd9931b"},
107]
108
109[[package]]
110name = "six"
111version = "1.17.0"
112description = "Python 2 and 3 compatibility utilities"
113optional = false
114python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
115groups = ["main"]
116files = [
117 {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
118 {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
119]
120
121[[package]]
122name = "varint"
123version = "1.0.2"
124description = "Simple python varint implementation"
125optional = false
126python-versions = "*"
127groups = ["main"]
128files = [
129 {file = "varint-1.0.2.tar.gz", hash = "sha256:a6ecc02377ac5ee9d65a6a8ad45c9ff1dac8ccee19400a5950fb51d594214ca5"},
130]
131
132[metadata]
133lock-version = "2.1"
134python-versions = ">=3.13"
135content-hash = "580be38abacc718e9e95506ce516be696f017971d15c70d8e89dfa6f23ac70b5"