forked from schang412/cocotbext-spi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdm.lock
283 lines (260 loc) · 20.9 KB
/
pdm.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
# This file is @generated by PDM.
# It is not intended for manual editing.
[[package]]
name = "attrs"
version = "22.2.0"
requires_python = ">=3.6"
summary = "Classes Without Boilerplate"
[[package]]
name = "cocotb"
version = "1.7.2"
requires_python = ">=3.6"
summary = "cocotb is a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python."
dependencies = [
"find-libpython",
]
[[package]]
name = "cocotb-bus"
version = "0.2.1"
requires_python = ">=3.5"
summary = ""
dependencies = [
"cocotb<2.0,>=1.5.0.dev",
]
[[package]]
name = "cocotb-test"
version = "0.2.4"
requires_python = ">=3.7"
summary = ""
dependencies = [
"cocotb>=1.5",
"find-libpython",
"pytest",
]
[[package]]
name = "colorama"
version = "0.4.6"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
summary = "Cross-platform colored terminal text."
[[package]]
name = "exceptiongroup"
version = "1.1.0"
requires_python = ">=3.7"
summary = "Backport of PEP 654 (exception groups)"
[[package]]
name = "execnet"
version = "1.9.0"
requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
summary = "execnet: rapid multi-Python deployment"
[[package]]
name = "find-libpython"
version = "0.3.0"
summary = "Finds the libpython associated with your environment, wherever it may be hiding"
[[package]]
name = "flake8"
version = "5.0.4"
requires_python = ">=3.6.1"
summary = "the modular source code checker: pep8 pyflakes and co"
dependencies = [
"importlib-metadata<4.3,>=1.1.0; python_version < \"3.8\"",
"mccabe<0.8.0,>=0.7.0",
"pycodestyle<2.10.0,>=2.9.0",
"pyflakes<2.6.0,>=2.5.0",
]
[[package]]
name = "importlib-metadata"
version = "4.2.0"
requires_python = ">=3.6"
summary = "Read metadata from Python packages"
dependencies = [
"typing-extensions>=3.6.4; python_version < \"3.8\"",
"zipp>=0.5",
]
[[package]]
name = "iniconfig"
version = "2.0.0"
requires_python = ">=3.7"
summary = "brain-dead simple config-ini parsing"
[[package]]
name = "mccabe"
version = "0.7.0"
requires_python = ">=3.6"
summary = "McCabe checker, plugin for flake8"
[[package]]
name = "packaging"
version = "23.0"
requires_python = ">=3.7"
summary = "Core utilities for Python packages"
[[package]]
name = "pluggy"
version = "1.0.0"
requires_python = ">=3.6"
summary = "plugin and hook calling mechanisms for python"
dependencies = [
"importlib-metadata>=0.12; python_version < \"3.8\"",
]
[[package]]
name = "pycodestyle"
version = "2.9.1"
requires_python = ">=3.6"
summary = "Python style guide checker"
[[package]]
name = "pyflakes"
version = "2.5.0"
requires_python = ">=3.6"
summary = "passive checker of Python programs"
[[package]]
name = "pytest"
version = "7.2.1"
requires_python = ">=3.7"
summary = "pytest: simple powerful testing with Python"
dependencies = [
"attrs>=19.2.0",
"colorama; sys_platform == \"win32\"",
"exceptiongroup>=1.0.0rc8; python_version < \"3.11\"",
"importlib-metadata>=0.12; python_version < \"3.8\"",
"iniconfig",
"packaging",
"pluggy<2.0,>=0.12",
"tomli>=1.0.0; python_version < \"3.11\"",
]
[[package]]
name = "pytest-xdist"
version = "3.2.0"
requires_python = ">=3.7"
summary = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
dependencies = [
"execnet>=1.1",
"pytest>=6.2.0",
]
[[package]]
name = "tomli"
version = "2.0.1"
requires_python = ">=3.7"
summary = "A lil' TOML parser"
[[package]]
name = "typing-extensions"
version = "4.5.0"
requires_python = ">=3.7"
summary = "Backported and Experimental Type Hints for Python 3.7+"
[[package]]
name = "zipp"
version = "3.15.0"
requires_python = ">=3.7"
summary = "Backport of pathlib-compatible object wrapper for zip files"
[metadata]
lock_version = "4.2"
groups = ["default", "lint", "test"]
content_hash = "sha256:46828abce90c2b2773c3e594f989ab1fe7bb4a23c6a4a6a938dd10197d09c3f3"
[metadata.files]
"attrs 22.2.0" = [
{url = "https://files.pythonhosted.org/packages/21/31/3f468da74c7de4fcf9b25591e682856389b3400b4b62f201e65f15ea3e07/attrs-22.2.0.tar.gz", hash = "sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99"},
{url = "https://files.pythonhosted.org/packages/fb/6e/6f83bf616d2becdf333a1640f1d463fef3150e2e926b7010cb0f81c95e88/attrs-22.2.0-py3-none-any.whl", hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"},
]
"cocotb 1.7.2" = [
{url = "https://files.pythonhosted.org/packages/04/6d/d32e7a9fc83e9bee28f03d91a1dc992d1a39d5a9b0ff397bc30285b372d0/cocotb-1.7.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e03df73573aec261447602904bd66927eeb2f00dd24370dc9a57f47fd42c4d70"},
{url = "https://files.pythonhosted.org/packages/0a/cf/75bf926da7bd7bb09cacb26570a92a69ab31c4f8b17f97328b720cd9309a/cocotb-1.7.2-cp311-cp311-win_amd64.whl", hash = "sha256:163e5262020cc21f6a0391fb4727c9ab3ecbf6ee12a1472c8f7320b3ba211a50"},
{url = "https://files.pythonhosted.org/packages/0e/cd/4bcad7eb770cc9277c75c39fb873fcb74f43b612e75de978a05703322388/cocotb-1.7.2-cp310-cp310-win_amd64.whl", hash = "sha256:6f289ac00f4884046ec64db7006e47b1c857a36dcd2a80ea0873cbff00248368"},
{url = "https://files.pythonhosted.org/packages/16/6d/97a4902ab099cefb4e66bf537a7ad31309fa5a3f0d2619accde8ed4bc44c/cocotb-1.7.2-cp310-cp310-win32.whl", hash = "sha256:4aa5d73ebdb59ef24cef36a1f8cca11dcecb3ee7b71a84df02751020bc67ea77"},
{url = "https://files.pythonhosted.org/packages/23/38/b56290f22d8aa5f41c91411781b7f07fceb13c21e876b4232b1c32ff99fb/cocotb-1.7.2-cp39-cp39-win_amd64.whl", hash = "sha256:170cf4d01c4d7c6c5b141ffc1824e846a6c8adbed553a50984cd522c1dddb111"},
{url = "https://files.pythonhosted.org/packages/24/3e/eeaab11e4b7052c63812141ed53f2df242b1f5a78d22c5c6f15cbbbbcbff/cocotb-1.7.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:fa8abed5260baf4306fbfb997c8789fe24bc229cd762b12d7dba0b9c20147b1d"},
{url = "https://files.pythonhosted.org/packages/25/64/2f0469e765cf55e555158a16c2a1cc5132d871068c803d704bd61e191007/cocotb-1.7.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:360019f74270661d14e9caa8103e740a070cb466ab08376a565ec0ef4c13dbbf"},
{url = "https://files.pythonhosted.org/packages/26/b7/bca38c28a9b278597cc27729744cb4d62e4f58e79a21cdb94e1321575045/cocotb-1.7.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:707f795a17679b4653a50bd4094536a46fbfee5c6e3d951fac4320ee211ad13f"},
{url = "https://files.pythonhosted.org/packages/34/85/0b2170b66f5ed38574d042f9f8fef6c4901d6f56d2a776e717416013d22a/cocotb-1.7.2-cp39-cp39-win32.whl", hash = "sha256:0c1687ac78141724b8529e029ee6299698ecaa8a2c431b744eeff487a4bb18de"},
{url = "https://files.pythonhosted.org/packages/35/22/1a29d137570a4265ec9160a021f7bd0074bfdc81b5cd50622e24925a1f2f/cocotb-1.7.2-cp38-cp38-win32.whl", hash = "sha256:1abffb36183b07469c490836c66d8b9e24fc1bec7c27356818618a6719fabd4b"},
{url = "https://files.pythonhosted.org/packages/36/0c/2a4c166f579a9facaa0ae1d60fd2f05802183f5e68170443d617bd45cd93/cocotb-1.7.2-cp311-cp311-win32.whl", hash = "sha256:34ab1bf3f18476724dd4e21dbcc0e060e813eb502abe155b800084fb6945360c"},
{url = "https://files.pythonhosted.org/packages/36/d2/8b978a190f41eeaf90c16f98b8faa64a70f1e02cd05db534d310c13c895d/cocotb-1.7.2-cp38-cp38-win_amd64.whl", hash = "sha256:ded849360fb31746f1ba3a994f89c3bba2466ec2d0b4b5da0030645645f938d4"},
{url = "https://files.pythonhosted.org/packages/3f/1f/ad932789d15f084110a7d730a5a763f30aa3363ba046881ea73b67469f7b/cocotb-1.7.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:82f694da656a699154b15ee28be3ac39c41a71d33985313deda12a3645f8b3db"},
{url = "https://files.pythonhosted.org/packages/4e/1a/c46e8121d8daf5f8217d24f3afdf02cebb52be410376ba1039d2b1ad9bba/cocotb-1.7.2-cp37-cp37m-win32.whl", hash = "sha256:c8dce91d2a918ee63338d79b08e3d52f1d2797efd9c2bedd13c33d674f730db8"},
{url = "https://files.pythonhosted.org/packages/52/dc/0c6011cd5a6c3632e9b97e4efabcb7bbff453f0db08bd6fdb124ba1e9096/cocotb-1.7.2-cp36-cp36m-win_amd64.whl", hash = "sha256:d80b3baafff1a8a91ac860023c448c603767bed502258160a5cb6029976fec4f"},
{url = "https://files.pythonhosted.org/packages/55/d5/bc9081157720375d81977d4f69df94a4b4ff81163513b4bb57e28b232439/cocotb-1.7.2.tar.gz", hash = "sha256:959892eb94bd0b3ff40e0fca51d33a3936416deb853e2bac4f7f766b40002650"},
{url = "https://files.pythonhosted.org/packages/58/30/2b44aa253ff2876ca2408fca5c1621ead9a90009f3ffeaea1385b0fff71d/cocotb-1.7.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:33be79f048f4072240668a079d2bcebd1a24611a0a1e55439b65ffa0ff077790"},
{url = "https://files.pythonhosted.org/packages/5f/33/0d88956cc9bb0e7236e0b8fff065aed5cd72913b05473d5cbbd5222617f3/cocotb-1.7.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a7ec6a2d212c27ec46bed17a15d60b7b29cd0f734f11cc16d2cb4d3f6136e133"},
{url = "https://files.pythonhosted.org/packages/69/f3/1e0cfdb6f1db0ab561cd757c7083eef43c05be0c95eed05e63add07bdcb5/cocotb-1.7.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7828e22946f128aa59cb9254de4037b99e3bd5a51fe8f590cf64a3141d742a37"},
{url = "https://files.pythonhosted.org/packages/73/09/f5aba495f8f45bb097baf4ec0485f11849c5be01288af4be9ecd97bd43df/cocotb-1.7.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37ddb79f4ab60d2d2dc5a9db5bf767d226eb4978fd15b84dfb968d31ab2fcda5"},
{url = "https://files.pythonhosted.org/packages/83/51/ec87c14a1b49e97eaf8d34d1735e2728374f88cd351254bfbde0c732d5f9/cocotb-1.7.2-cp36-cp36m-win32.whl", hash = "sha256:c41cc8d4ece57f5e26076cd12f1e11d464d7f118fdb74b958269535185d99a30"},
{url = "https://files.pythonhosted.org/packages/83/90/37a5842cffa404d9b04bcc418e0043058b5341281b87e922a58af4d0d6c9/cocotb-1.7.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d26a8a40cea61f295be04b1164a5dd9ec873f13a39814ad00efec7fd899320e0"},
{url = "https://files.pythonhosted.org/packages/88/90/434f7f0f3ac5fae88d9e3b0cd1f273576d1a8f83ed8f78d81b7439a65cec/cocotb-1.7.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f97c2eb92cb68831f19b82ba0038ce40fa73c5edbffb7930745edac20c5358d1"},
{url = "https://files.pythonhosted.org/packages/94/13/462e0ce633baaf5270009ff1ca3d0dd4d84041f788a8a90303d5a0dbc11f/cocotb-1.7.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dcf5354268f16d9e11e05cf3616172ca5ef503b45567f75ebd96a0bfdb9832d1"},
{url = "https://files.pythonhosted.org/packages/a6/3e/ada43d1cfb116d8573227d4ab69a40571fa51044cdc64f129fefb4189851/cocotb-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:43f5af578803e5726b5c75421c0e35e54021ab423d3aa4efe930feb740d6479d"},
{url = "https://files.pythonhosted.org/packages/b0/a3/1d227eb15f7e185e18422ac4b6446db5337bb3cf47284a0f120ed035afd7/cocotb-1.7.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b288a59fa8dffc1cbc53105e71e2f8c82421081b17282e41319832654b309477"},
{url = "https://files.pythonhosted.org/packages/bf/93/6907c6dcce38165a21e051b81345c458c9a6578f26c161e6ae15a4ff3433/cocotb-1.7.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4738f36b9730cc05b74ccba3648dba0455cf9f237abf822ef307a274a29474c2"},
{url = "https://files.pythonhosted.org/packages/cd/35/3ad5929e74bd90005942d7d827a2a60a9f0aee870af1a79112f4104c49fe/cocotb-1.7.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:574d21501ff1a3d36889397cd58a18d102d0e40391aa7a0274b600d1cc4c7dc3"},
{url = "https://files.pythonhosted.org/packages/d6/40/b3c3f45f2c212936831bac75948f74df182f1a7c5430f37778eed5e47180/cocotb-1.7.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:69f4e539dd308c9e169ab23135138ec397061b700f209803a6022ae9fbe08933"},
{url = "https://files.pythonhosted.org/packages/e7/0b/12053b1decc1d4cb2e680cea5a3cc6d3ad82264c246884bc0c52e8a112d3/cocotb-1.7.2-cp37-cp37m-win_amd64.whl", hash = "sha256:1851ac56eed7bb6c745aabfc0e417195cb4f08b5df50846c04eb77a868bfeaba"},
{url = "https://files.pythonhosted.org/packages/f4/5d/4ce281e76eca1d440c735edd6a5f72fd1efc27f8f5ea35471d2def95e12e/cocotb-1.7.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a90c77f4bbfdf73aa16093dfe95c68af1a1ca685ebfa525f3f150eab252f6728"},
]
"cocotb-bus 0.2.1" = [
{url = "https://files.pythonhosted.org/packages/b6/2b/71975ab8c15f9a2c4c4fe9da4a873ea164eb348449858358f2762b24c0be/cocotb-bus-0.2.1.tar.gz", hash = "sha256:a197aa4b0e0ad28469c8877b41b3fb2ec0206da9f491b9276d1578ce6dd8aa8d"},
]
"cocotb-test 0.2.4" = [
{url = "https://files.pythonhosted.org/packages/88/84/12c51d546cc39baf1f28c401ddd4e9e5700c251a798ef983dc030d11efc5/cocotb-test-0.2.4.tar.gz", hash = "sha256:e32de80fa680390e595b7b0e279e12ee861f2493e26c9bd467fd37a6462c4006"},
]
"colorama 0.4.6" = [
{url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
"exceptiongroup 1.1.0" = [
{url = "https://files.pythonhosted.org/packages/15/ab/dd27fb742b19a9d020338deb9ab9a28796524081bca880ac33c172c9a8f6/exceptiongroup-1.1.0.tar.gz", hash = "sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23"},
{url = "https://files.pythonhosted.org/packages/e8/14/9c6a7e5f12294ccd6975a45e02899ed25468cd7c2c86f3d9725f387f9f5f/exceptiongroup-1.1.0-py3-none-any.whl", hash = "sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e"},
]
"execnet 1.9.0" = [
{url = "https://files.pythonhosted.org/packages/7a/3c/b5ac9fc61e1e559ced3e40bf5b518a4142536b34eb274aa50dff29cb89f5/execnet-1.9.0.tar.gz", hash = "sha256:8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5"},
{url = "https://files.pythonhosted.org/packages/81/c0/3072ecc23f4c5e0a1af35e3a222855cfd9c80a1a105ca67be3b6172637dd/execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"},
]
"find-libpython 0.3.0" = [
{url = "https://files.pythonhosted.org/packages/7a/13/4a99ff41ae6a47ccc45675bd312a238b9606b118a9317c79a4277cd2a00a/find_libpython-0.3.0-py3-none-any.whl", hash = "sha256:93fa14c8d007a7f9e6b650a486e249b49f01fd8d45b83ecf080a78b1a7011214"},
{url = "https://files.pythonhosted.org/packages/c9/63/b4f491de10183ef3af395d8abd68d01be6f019b22a89a064b5437f65135c/find_libpython-0.3.0.tar.gz", hash = "sha256:6e7fe5d9af7fad6dc066cb5515a0e9c90a71f1feb2bb2f8e4cdbb4f83276e9e5"},
]
"flake8 5.0.4" = [
{url = "https://files.pythonhosted.org/packages/ad/00/9808c62b2d529cefc69ce4e4a1ea42c0f855effa55817b7327ec5b75e60a/flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"},
{url = "https://files.pythonhosted.org/packages/cf/a0/b881b63a17a59d9d07f5c0cc91a29182c8e8a9aa2bde5b3b2b16519c02f4/flake8-5.0.4-py2.py3-none-any.whl", hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248"},
]
"importlib-metadata 4.2.0" = [
{url = "https://files.pythonhosted.org/packages/22/51/52442c59db26637681148c21f8984eed58c9db67053a0a4783a047010c98/importlib_metadata-4.2.0-py3-none-any.whl", hash = "sha256:057e92c15bc8d9e8109738a48db0ccb31b4d9d5cfbee5a8670879a30be66304b"},
{url = "https://files.pythonhosted.org/packages/c7/7c/126a8686399ebe256b5e4343ea80b6f2ee91549969da2eef0bb2891b8d24/importlib_metadata-4.2.0.tar.gz", hash = "sha256:b7e52a1f8dec14a75ea73e0891f3060099ca1d8e6a462a4dff11c3e119ea1b31"},
]
"iniconfig 2.0.0" = [
{url = "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"},
{url = "https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"},
]
"mccabe 0.7.0" = [
{url = "https://files.pythonhosted.org/packages/27/1a/1f68f9ba0c207934b35b86a8ca3aad8395a3d6dd7921c0686e23853ff5a9/mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
{url = "https://files.pythonhosted.org/packages/e7/ff/0ffefdcac38932a54d2b5eed4e0ba8a408f215002cd178ad1df0f2806ff8/mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
]
"packaging 23.0" = [
{url = "https://files.pythonhosted.org/packages/47/d5/aca8ff6f49aa5565df1c826e7bf5e85a6df852ee063600c1efa5b932968c/packaging-23.0.tar.gz", hash = "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97"},
{url = "https://files.pythonhosted.org/packages/ed/35/a31aed2993e398f6b09a790a181a7927eb14610ee8bbf02dc14d31677f1c/packaging-23.0-py3-none-any.whl", hash = "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2"},
]
"pluggy 1.0.0" = [
{url = "https://files.pythonhosted.org/packages/9e/01/f38e2ff29715251cf25532b9082a1589ab7e4f571ced434f98d0139336dc/pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
{url = "https://files.pythonhosted.org/packages/a1/16/db2d7de3474b6e37cbb9c008965ee63835bba517e22cdb8c35b5116b5ce1/pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
]
"pycodestyle 2.9.1" = [
{url = "https://files.pythonhosted.org/packages/67/e4/fc77f1039c34b3612c4867b69cbb2b8a4e569720b1f19b0637002ee03aff/pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"},
{url = "https://files.pythonhosted.org/packages/b6/83/5bcaedba1f47200f0665ceb07bcb00e2be123192742ee0edfb66b600e5fd/pycodestyle-2.9.1.tar.gz", hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"},
]
"pyflakes 2.5.0" = [
{url = "https://files.pythonhosted.org/packages/07/92/f0cb5381f752e89a598dd2850941e7f570ac3cb8ea4a344854de486db152/pyflakes-2.5.0.tar.gz", hash = "sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"},
{url = "https://files.pythonhosted.org/packages/dc/13/63178f59f74e53acc2165aee4b002619a3cfa7eeaeac989a9eb41edf364e/pyflakes-2.5.0-py2.py3-none-any.whl", hash = "sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2"},
]
"pytest 7.2.1" = [
{url = "https://files.pythonhosted.org/packages/cc/02/8f59bf194c9a1ceac6330850715e9ec11e21e2408a30a596c65d54cf4d2a/pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"},
{url = "https://files.pythonhosted.org/packages/e5/6c/f3a15217ac72912c28c5d7a7a8e87ff6d6475c9530595ae9f0f8dedd8dd8/pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"},
]
"pytest-xdist 3.2.0" = [
{url = "https://files.pythonhosted.org/packages/e0/a0/bf843762eb7ac86d793903b2c42215d6d2f1d3c0f4265da29e8c2b006b44/pytest-xdist-3.2.0.tar.gz", hash = "sha256:fa10f95a2564cd91652f2d132725183c3b590d9fdcdec09d3677386ecf4c1ce9"},
{url = "https://files.pythonhosted.org/packages/e5/62/78212674a3fab3e15c81812a3889480ed5ac4c82b1ab9c37c74834f30920/pytest_xdist-3.2.0-py3-none-any.whl", hash = "sha256:336098e3bbd8193276867cc87db8b22903c3927665dff9d1ac8684c02f597b68"},
]
"tomli 2.0.1" = [
{url = "https://files.pythonhosted.org/packages/97/75/10a9ebee3fd790d20926a90a2547f0bf78f371b2f13aa822c759680ca7b9/tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
{url = "https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
]
"typing-extensions 4.5.0" = [
{url = "https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl", hash = "sha256:fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4"},
{url = "https://files.pythonhosted.org/packages/d3/20/06270dac7316220643c32ae61694e451c98f8caf4c8eab3aa80a2bedf0df/typing_extensions-4.5.0.tar.gz", hash = "sha256:5cb5f4a79139d699607b3ef622a1dedafa84e115ab0024e0d9c044a9479ca7cb"},
]
"zipp 3.15.0" = [
{url = "https://files.pythonhosted.org/packages/00/27/f0ac6b846684cecce1ee93d32450c45ab607f65c2e0255f0092032d91f07/zipp-3.15.0.tar.gz", hash = "sha256:112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"},
{url = "https://files.pythonhosted.org/packages/5b/fa/c9e82bbe1af6266adf08afb563905eb87cab83fde00a0a08963510621047/zipp-3.15.0-py3-none-any.whl", hash = "sha256:48904fc76a60e542af151aded95726c1a5c34ed43ab4134b597665c86d7ad556"},
]