annotate pdm.lock @ 18:7f93c77f6325

release 1.4.0
author drewp@bigasterisk.com
date Sun, 24 Jul 2022 01:01:25 -0700
parents 263ccb9e00df
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
1 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
2 name = "atomicwrites"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
3 version = "1.4.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
4 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
5 summary = "Atomic file writes."
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
6
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
7 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
8 name = "attrs"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
9 version = "21.4.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
10 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
11 summary = "Classes Without Boilerplate"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
12
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
13 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
14 name = "colorama"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
15 version = "0.4.4"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
16 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
17 summary = "Cross-platform colored terminal text."
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
18
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
19 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
20 name = "flake8"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
21 version = "4.0.1"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
22 requires_python = ">=3.6"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
23 summary = "the modular source code checker: pep8 pyflakes and co"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
24 dependencies = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
25 "mccabe<0.7.0,>=0.6.0",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
26 "pycodestyle<2.9.0,>=2.8.0",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
27 "pyflakes<2.5.0,>=2.4.0",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
28 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
29
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
30 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
31 name = "iniconfig"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
32 version = "1.1.1"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
33 summary = "iniconfig: brain-dead simple config-ini parsing"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
34
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
35 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
36 name = "mccabe"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
37 version = "0.6.1"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
38 summary = "McCabe checker, plugin for flake8"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
39
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
40 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
41 name = "packaging"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
42 version = "21.3"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
43 requires_python = ">=3.6"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
44 summary = "Core utilities for Python packages"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
45 dependencies = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
46 "pyparsing!=3.0.5,>=2.0.2",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
47 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
48
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
49 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
50 name = "pluggy"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
51 version = "1.0.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
52 requires_python = ">=3.6"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
53 summary = "plugin and hook calling mechanisms for python"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
54
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
55 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
56 name = "prometheus-client"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
57 version = "0.14.1"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
58 requires_python = ">=3.6"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
59 summary = "Python client for the Prometheus monitoring system."
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
60
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
61 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
62 name = "py"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
63 version = "1.11.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
64 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
65 summary = "library with cross-python path, ini-parsing, io, code, log facilities"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
66
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
67 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
68 name = "pycodestyle"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
69 version = "2.8.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
70 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
71 summary = "Python style guide checker"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
72
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
73 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
74 name = "pyflakes"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
75 version = "2.4.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
76 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
77 summary = "passive checker of Python programs"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
78
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
79 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
80 name = "pyparsing"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
81 version = "3.0.8"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
82 requires_python = ">=3.6.8"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
83 summary = "pyparsing module - Classes and methods to define and execute parsing grammars"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
84
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
85 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
86 name = "pytest"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
87 version = "7.1.2"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
88 requires_python = ">=3.7"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
89 summary = "pytest: simple powerful testing with Python"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
90 dependencies = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
91 "atomicwrites>=1.0; sys_platform == \"win32\"",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
92 "attrs>=19.2.0",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
93 "colorama; sys_platform == \"win32\"",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
94 "iniconfig",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
95 "packaging",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
96 "pluggy<2.0,>=0.12",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
97 "py>=1.8.2",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
98 "tomli>=1.0.0",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
99 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
100
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
101 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
102 name = "pytest-watcher"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
103 version = "0.2.3"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
104 requires_python = ">=3.6.2,<4.0.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
105 summary = "Continiously runs pytest on changes in *.py files"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
106 dependencies = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
107 "watchdog>=2.0.0",
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
108 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
109
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
110 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
111 name = "tomli"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
112 version = "2.0.1"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
113 requires_python = ">=3.7"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
114 summary = "A lil' TOML parser"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
115
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
116 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
117 name = "watchdog"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
118 version = "2.1.7"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
119 requires_python = ">=3.6"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
120 summary = "Filesystem events monitoring"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
121
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
122 [[package]]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
123 name = "yapf"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
124 version = "0.32.0"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
125 summary = "A formatter for Python code."
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
126
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
127 [metadata]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
128 lock_version = "3.1"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
129 content_hash = "sha256:2d50d1c6f25c5f94adae5a63405c775f55c99f7f0644d451eef25a4e56b3386a"
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
130
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
131 [metadata.files]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
132 "atomicwrites 1.4.0" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
133 {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
134 {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
135 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
136 "attrs 21.4.0" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
137 {file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
138 {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
139 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
140 "colorama 0.4.4" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
141 {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
142 {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
143 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
144 "flake8 4.0.1" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
145 {file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
146 {file = "flake8-4.0.1.tar.gz", hash = "sha256:806e034dda44114815e23c16ef92f95c91e4c71100ff52813adf7132a6ad870d"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
147 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
148 "iniconfig 1.1.1" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
149 {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
150 {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
151 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
152 "mccabe 0.6.1" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
153 {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
154 {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
155 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
156 "packaging 21.3" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
157 {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
158 {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
159 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
160 "pluggy 1.0.0" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
161 {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
162 {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
163 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
164 "prometheus-client 0.14.1" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
165 {file = "prometheus_client-0.14.1-py3-none-any.whl", hash = "sha256:522fded625282822a89e2773452f42df14b5a8e84a86433e3f8a189c1d54dc01"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
166 {file = "prometheus_client-0.14.1.tar.gz", hash = "sha256:5459c427624961076277fdc6dc50540e2bacb98eebde99886e59ec55ed92093a"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
167 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
168 "py 1.11.0" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
169 {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
170 {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
171 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
172 "pycodestyle 2.8.0" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
173 {file = "pycodestyle-2.8.0-py2.py3-none-any.whl", hash = "sha256:720f8b39dde8b293825e7ff02c475f3077124006db4f440dcbc9a20b76548a20"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
174 {file = "pycodestyle-2.8.0.tar.gz", hash = "sha256:eddd5847ef438ea1c7870ca7eb78a9d47ce0cdb4851a5523949f2601d0cbbe7f"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
175 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
176 "pyflakes 2.4.0" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
177 {file = "pyflakes-2.4.0-py2.py3-none-any.whl", hash = "sha256:3bb3a3f256f4b7968c9c788781e4ff07dce46bdf12339dcda61053375426ee2e"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
178 {file = "pyflakes-2.4.0.tar.gz", hash = "sha256:05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
179 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
180 "pyparsing 3.0.8" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
181 {file = "pyparsing-3.0.8-py3-none-any.whl", hash = "sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
182 {file = "pyparsing-3.0.8.tar.gz", hash = "sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
183 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
184 "pytest 7.1.2" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
185 {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
186 {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
187 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
188 "pytest-watcher 0.2.3" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
189 {file = "pytest_watcher-0.2.3-py3-none-any.whl", hash = "sha256:af935963399509a5b0e855740ba7227852f1a7fccfbb1cbb79fa19a445af02d2"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
190 {file = "pytest-watcher-0.2.3.tar.gz", hash = "sha256:1937dd97e72caafd371d8cea7b3d70c88ff4fe35e6cdecb29c41bbdcbf1dcc2b"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
191 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
192 "tomli 2.0.1" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
193 {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
194 {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
195 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
196 "watchdog 2.1.7" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
197 {file = "watchdog-2.1.7-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:177bae28ca723bc00846466016d34f8c1d6a621383b6caca86745918d55c7383"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
198 {file = "watchdog-2.1.7-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1d1cf7dfd747dec519486a98ef16097e6c480934ef115b16f18adb341df747a4"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
199 {file = "watchdog-2.1.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7f14ce6adea2af1bba495acdde0e510aecaeb13b33f7bd2f6324e551b26688ca"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
200 {file = "watchdog-2.1.7-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4d0e98ac2e8dd803a56f4e10438b33a2d40390a72750cff4939b4b274e7906fa"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
201 {file = "watchdog-2.1.7-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:81982c7884aac75017a6ecc72f1a4fedbae04181a8665a34afce9539fc1b3fab"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
202 {file = "watchdog-2.1.7-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:0b4a1fe6201c6e5a1926f5767b8664b45f0fcb429b62564a41f490ff1ce1dc7a"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
203 {file = "watchdog-2.1.7-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6e6ae29b72977f2e1ee3d0b760d7ee47896cb53e831cbeede3e64485e5633cc8"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
204 {file = "watchdog-2.1.7-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b9777664848160449e5b4260e0b7bc1ae0f6f4992a8b285db4ec1ef119ffa0e2"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
205 {file = "watchdog-2.1.7-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:19b36d436578eb437e029c6b838e732ed08054956366f6dd11875434a62d2b99"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
206 {file = "watchdog-2.1.7-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b61acffaf5cd5d664af555c0850f9747cc5f2baf71e54bbac164c58398d6ca7b"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
207 {file = "watchdog-2.1.7-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1e877c70245424b06c41ac258023ea4bd0c8e4ff15d7c1368f17cd0ae6e351dd"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
208 {file = "watchdog-2.1.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d802d65262a560278cf1a65ef7cae4e2bc7ecfe19e5451349e4c67e23c9dc420"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
209 {file = "watchdog-2.1.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b3750ee5399e6e9c69eae8b125092b871ee9e2fcbd657a92747aea28f9056a5c"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
210 {file = "watchdog-2.1.7-py3-none-manylinux2014_aarch64.whl", hash = "sha256:ed6d9aad09a2a948572224663ab00f8975fae242aa540509737bb4507133fa2d"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
211 {file = "watchdog-2.1.7-py3-none-manylinux2014_armv7l.whl", hash = "sha256:b26e13e8008dcaea6a909e91d39b629a39635d1a8a7239dd35327c74f4388601"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
212 {file = "watchdog-2.1.7-py3-none-manylinux2014_i686.whl", hash = "sha256:0908bb50f6f7de54d5d31ec3da1654cb7287c6b87bce371954561e6de379d690"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
213 {file = "watchdog-2.1.7-py3-none-manylinux2014_ppc64.whl", hash = "sha256:bdcbf75580bf4b960fb659bbccd00123d83119619195f42d721e002c1621602f"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
214 {file = "watchdog-2.1.7-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:81a5861d0158a7e55fe149335fb2bbfa6f48cbcbd149b52dbe2cd9a544034bbd"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
215 {file = "watchdog-2.1.7-py3-none-manylinux2014_s390x.whl", hash = "sha256:03b43d583df0f18782a0431b6e9e9965c5b3f7cf8ec36a00b930def67942c385"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
216 {file = "watchdog-2.1.7-py3-none-manylinux2014_x86_64.whl", hash = "sha256:ae934e34c11aa8296c18f70bf66ed60e9870fcdb4cc19129a04ca83ab23e7055"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
217 {file = "watchdog-2.1.7-py3-none-win32.whl", hash = "sha256:49639865e3db4be032a96695c98ac09eed39bbb43fe876bb217da8f8101689a6"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
218 {file = "watchdog-2.1.7-py3-none-win_amd64.whl", hash = "sha256:340b875aecf4b0e6672076a6f05cfce6686935559bb6d34cebedee04126a9566"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
219 {file = "watchdog-2.1.7-py3-none-win_ia64.whl", hash = "sha256:351e09b6d9374d5bcb947e6ac47a608ec25b9d70583e9db00b2fcdb97b00b572"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
220 {file = "watchdog-2.1.7.tar.gz", hash = "sha256:3fd47815353be9c44eebc94cc28fe26b2b0c5bd889dafc4a5a7cbdf924143480"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
221 ]
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
222 "yapf 0.32.0" = [
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
223 {file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
224 {file = "yapf-0.32.0.tar.gz", hash = "sha256:a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b"},
263ccb9e00df port to asyncio and pdm
drewp@bigasterisk.com
parents:
diff changeset
225 ]