Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 2 | name = "ansible-compat" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 3 | version = "2.2.7" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 4 | description = "Ansible compatibility goodies" |
| 5 | category = "dev" |
| 6 | optional = false |
| 7 | python-versions = ">=3.8" |
| 8 | |
| 9 | [package.dependencies] |
| 10 | jsonschema = ">=4.6.0" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 11 | packaging = "*" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 12 | PyYAML = "*" |
| 13 | subprocess-tee = ">=0.3.5" |
| 14 | |
| 15 | [package.extras] |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 16 | docs = ["myst-parser", "sphinx (>=5.3.0)", "sphinx-ansible-theme", "sphinx-autobuild (>=2021.3.14)"] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 17 | test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus"] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 18 | |
| 19 | [[package]] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 20 | name = "ansible-core" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 21 | version = "2.14.1" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 22 | description = "Radically simple IT automation" |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 23 | category = "main" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 24 | optional = false |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 25 | python-versions = ">=3.9" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 26 | |
| 27 | [package.dependencies] |
| 28 | cryptography = "*" |
| 29 | jinja2 = ">=3.0.0" |
| 30 | packaging = "*" |
| 31 | PyYAML = ">=5.1" |
| 32 | resolvelib = ">=0.5.3,<0.9.0" |
| 33 | |
| 34 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 35 | name = "appdirs" |
| 36 | version = "1.4.4" |
| 37 | description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
| 38 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 39 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 40 | python-versions = "*" |
| 41 | |
| 42 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 43 | name = "arrow" |
| 44 | version = "1.2.3" |
| 45 | description = "Better dates & times for Python" |
| 46 | category = "dev" |
| 47 | optional = false |
| 48 | python-versions = ">=3.6" |
| 49 | |
| 50 | [package.dependencies] |
| 51 | python-dateutil = ">=2.7.0" |
| 52 | |
| 53 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 54 | name = "attrs" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 55 | version = "22.2.0" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 56 | description = "Classes Without Boilerplate" |
Mohammed Naser | 24abccb | 2023-01-29 22:50:42 +0000 | [diff] [blame] | 57 | category = "dev" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 58 | optional = false |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 59 | python-versions = ">=3.6" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 60 | |
| 61 | [package.extras] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 62 | cov = ["attrs[tests]", "coverage-enable-subprocess", "coverage[toml] (>=5.3)"] |
| 63 | dev = ["attrs[docs,tests]"] |
| 64 | docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope.interface"] |
| 65 | tests = ["attrs[tests-no-zope]", "zope.interface"] |
| 66 | tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=0.971,<0.990)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] |
| 67 | tests_no_zope = ["cloudpickle", "hypothesis", "mypy (>=0.971,<0.990)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 68 | |
| 69 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 70 | name = "binaryornot" |
| 71 | version = "0.4.4" |
| 72 | description = "Ultra-lightweight pure Python package to check if a file is binary or text." |
| 73 | category = "dev" |
| 74 | optional = false |
| 75 | python-versions = "*" |
| 76 | |
| 77 | [package.dependencies] |
| 78 | chardet = ">=3.0.2" |
| 79 | |
| 80 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 81 | name = "certifi" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 82 | version = "2022.12.7" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 83 | description = "Python package for providing Mozilla's CA Bundle." |
| 84 | category = "main" |
| 85 | optional = false |
| 86 | python-versions = ">=3.6" |
| 87 | |
| 88 | [[package]] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 89 | name = "cffi" |
| 90 | version = "1.15.1" |
| 91 | description = "Foreign Function Interface for Python calling C code." |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 92 | category = "main" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 93 | optional = false |
| 94 | python-versions = "*" |
| 95 | |
| 96 | [package.dependencies] |
| 97 | pycparser = "*" |
| 98 | |
| 99 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 100 | name = "chardet" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 101 | version = "5.1.0" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 102 | description = "Universal encoding detector for Python 3" |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 103 | category = "dev" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 104 | optional = false |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 105 | python-versions = ">=3.7" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 106 | |
| 107 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 108 | name = "charset-normalizer" |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 109 | version = "2.1.1" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 110 | description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." |
| 111 | category = "main" |
| 112 | optional = false |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 113 | python-versions = ">=3.6.0" |
| 114 | |
| 115 | [package.extras] |
| 116 | unicode_backport = ["unicodedata2"] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 117 | |
| 118 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 119 | name = "click" |
| 120 | version = "8.1.3" |
| 121 | description = "Composable command line interface toolkit" |
Mohammed Naser | 24abccb | 2023-01-29 22:50:42 +0000 | [diff] [blame] | 122 | category = "dev" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 123 | optional = false |
| 124 | python-versions = ">=3.7" |
| 125 | |
| 126 | [package.dependencies] |
| 127 | colorama = {version = "*", markers = "platform_system == \"Windows\""} |
| 128 | |
| 129 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 130 | name = "click-help-colors" |
| 131 | version = "0.9.1" |
| 132 | description = "Colorization of help messages in Click" |
| 133 | category = "dev" |
| 134 | optional = false |
| 135 | python-versions = "*" |
| 136 | |
| 137 | [package.dependencies] |
| 138 | click = ">=7.0,<9" |
| 139 | |
| 140 | [package.extras] |
| 141 | dev = ["pytest"] |
| 142 | |
| 143 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 144 | name = "colorama" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 145 | version = "0.4.6" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 146 | description = "Cross-platform colored terminal text." |
Mohammed Naser | 24abccb | 2023-01-29 22:50:42 +0000 | [diff] [blame] | 147 | category = "dev" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 148 | optional = false |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 149 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 150 | |
| 151 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 152 | name = "cookiecutter" |
| 153 | version = "2.1.1" |
| 154 | description = "A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template." |
| 155 | category = "dev" |
| 156 | optional = false |
| 157 | python-versions = ">=3.7" |
| 158 | |
| 159 | [package.dependencies] |
| 160 | binaryornot = ">=0.4.4" |
| 161 | click = ">=7.0,<9.0.0" |
| 162 | Jinja2 = ">=2.7,<4.0.0" |
| 163 | jinja2-time = ">=0.2.0" |
| 164 | python-slugify = ">=4.0.0" |
| 165 | pyyaml = ">=5.3.1" |
| 166 | requests = ">=2.23.0" |
| 167 | |
| 168 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 169 | name = "coverage" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 170 | version = "7.1.0" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 171 | description = "Code coverage measurement for Python" |
| 172 | category = "dev" |
| 173 | optional = false |
| 174 | python-versions = ">=3.7" |
| 175 | |
| 176 | [package.dependencies] |
| 177 | tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""} |
| 178 | |
| 179 | [package.extras] |
| 180 | toml = ["tomli"] |
| 181 | |
| 182 | [[package]] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 183 | name = "cryptography" |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 184 | version = "39.0.0" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 185 | description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 186 | category = "main" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 187 | optional = false |
| 188 | python-versions = ">=3.6" |
| 189 | |
| 190 | [package.dependencies] |
| 191 | cffi = ">=1.12" |
| 192 | |
| 193 | [package.extras] |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 194 | docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1,!=5.2.0,!=5.2.0.post0)", "sphinx-rtd-theme"] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 195 | docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"] |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 196 | pep8test = ["black", "ruff"] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 197 | sdist = ["setuptools-rust (>=0.11.4)"] |
| 198 | ssh = ["bcrypt (>=3.1.5)"] |
| 199 | test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"] |
| 200 | |
| 201 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 202 | name = "decorator" |
| 203 | version = "5.1.1" |
| 204 | description = "Decorators for Humans" |
| 205 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 206 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 207 | python-versions = ">=3.5" |
| 208 | |
| 209 | [[package]] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 210 | name = "docker-image-py" |
| 211 | version = "0.1.12" |
| 212 | description = "Parse docker image as distribution does." |
| 213 | category = "main" |
| 214 | optional = false |
| 215 | python-versions = "*" |
| 216 | |
| 217 | [package.dependencies] |
| 218 | regex = ">=2019.4.14" |
| 219 | |
| 220 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 221 | name = "dogpile.cache" |
| 222 | version = "1.1.8" |
| 223 | description = "A caching front-end based on the Dogpile lock." |
| 224 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 225 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 226 | python-versions = ">=3.6" |
| 227 | |
| 228 | [package.dependencies] |
| 229 | decorator = ">=4.0.0" |
| 230 | stevedore = ">=3.0.0" |
| 231 | |
| 232 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 233 | name = "enrich" |
| 234 | version = "1.2.7" |
| 235 | description = "enrich" |
| 236 | category = "dev" |
| 237 | optional = false |
| 238 | python-versions = ">=3.6" |
| 239 | |
| 240 | [package.dependencies] |
| 241 | rich = ">=9.5.1" |
| 242 | |
| 243 | [package.extras] |
| 244 | test = ["mock (>=3.0.5)", "pytest (>=5.4.0)", "pytest-cov (>=2.7.1)", "pytest-mock (>=3.3.1)", "pytest-plus", "pytest-xdist (>=1.29.0)"] |
| 245 | |
| 246 | [[package]] |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 247 | name = "exceptiongroup" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 248 | version = "1.1.0" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 249 | description = "Backport of PEP 654 (exception groups)" |
| 250 | category = "dev" |
| 251 | optional = false |
| 252 | python-versions = ">=3.7" |
| 253 | |
| 254 | [package.extras] |
| 255 | test = ["pytest (>=6)"] |
| 256 | |
| 257 | [[package]] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 258 | name = "execnet" |
| 259 | version = "1.9.0" |
| 260 | description = "execnet: rapid multi-Python deployment" |
| 261 | category = "dev" |
| 262 | optional = false |
| 263 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
| 264 | |
| 265 | [package.extras] |
| 266 | testing = ["pre-commit"] |
| 267 | |
| 268 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 269 | name = "flake8" |
| 270 | version = "5.0.4" |
| 271 | description = "the modular source code checker: pep8 pyflakes and co" |
| 272 | category = "dev" |
| 273 | optional = false |
| 274 | python-versions = ">=3.6.1" |
| 275 | |
| 276 | [package.dependencies] |
| 277 | mccabe = ">=0.7.0,<0.8.0" |
| 278 | pycodestyle = ">=2.9.0,<2.10.0" |
| 279 | pyflakes = ">=2.5.0,<2.6.0" |
| 280 | |
| 281 | [[package]] |
| 282 | name = "flake8-isort" |
| 283 | version = "4.2.0" |
| 284 | description = "flake8 plugin that integrates isort ." |
| 285 | category = "dev" |
| 286 | optional = false |
| 287 | python-versions = "*" |
| 288 | |
| 289 | [package.dependencies] |
| 290 | flake8 = ">=3.2.1,<6" |
| 291 | isort = ">=4.3.5,<6" |
| 292 | |
| 293 | [package.extras] |
| 294 | test = ["pytest-cov"] |
| 295 | |
| 296 | [[package]] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 297 | name = "ghp-import" |
| 298 | version = "2.1.0" |
| 299 | description = "Copy your docs directly to the gh-pages branch." |
| 300 | category = "dev" |
| 301 | optional = false |
| 302 | python-versions = "*" |
| 303 | |
| 304 | [package.dependencies] |
| 305 | python-dateutil = ">=2.8.1" |
| 306 | |
| 307 | [package.extras] |
| 308 | dev = ["flake8", "markdown", "twine", "wheel"] |
| 309 | |
| 310 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 311 | name = "idna" |
| 312 | version = "3.4" |
| 313 | description = "Internationalized Domain Names in Applications (IDNA)" |
| 314 | category = "main" |
| 315 | optional = false |
| 316 | python-versions = ">=3.5" |
| 317 | |
| 318 | [[package]] |
| 319 | name = "iniconfig" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 320 | version = "2.0.0" |
| 321 | description = "brain-dead simple config-ini parsing" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 322 | category = "dev" |
| 323 | optional = false |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 324 | python-versions = ">=3.7" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 325 | |
| 326 | [[package]] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 327 | name = "iso8601" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 328 | version = "1.1.0" |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 329 | description = "Simple module to parse ISO 8601 dates" |
| 330 | category = "main" |
| 331 | optional = false |
| 332 | python-versions = ">=3.6.2,<4.0" |
| 333 | |
| 334 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 335 | name = "isort" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 336 | version = "5.11.4" |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 337 | description = "A Python utility / library to sort Python imports." |
| 338 | category = "dev" |
| 339 | optional = false |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 340 | python-versions = ">=3.7.0" |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 341 | |
| 342 | [package.extras] |
| 343 | colors = ["colorama (>=0.4.3,<0.5.0)"] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 344 | pipfile-deprecated-finder = ["pipreqs", "requirementslib"] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 345 | plugins = ["setuptools"] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 346 | requirements-deprecated-finder = ["pip-api", "pipreqs"] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 347 | |
| 348 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 349 | name = "Jinja2" |
| 350 | version = "3.1.2" |
| 351 | description = "A very fast and expressive template engine." |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 352 | category = "main" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 353 | optional = false |
| 354 | python-versions = ">=3.7" |
| 355 | |
| 356 | [package.dependencies] |
| 357 | MarkupSafe = ">=2.0" |
| 358 | |
| 359 | [package.extras] |
| 360 | i18n = ["Babel (>=2.7)"] |
| 361 | |
| 362 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 363 | name = "jinja2-time" |
| 364 | version = "0.2.0" |
| 365 | description = "Jinja2 Extension for Dates and Times" |
| 366 | category = "dev" |
| 367 | optional = false |
| 368 | python-versions = "*" |
| 369 | |
| 370 | [package.dependencies] |
| 371 | arrow = "*" |
| 372 | jinja2 = "*" |
| 373 | |
| 374 | [[package]] |
okozachenko1203 | fc13f38 | 2022-10-26 00:34:55 +1100 | [diff] [blame] | 375 | name = "jmespath" |
| 376 | version = "1.0.1" |
| 377 | description = "JSON Matching Expressions" |
| 378 | category = "main" |
| 379 | optional = false |
| 380 | python-versions = ">=3.7" |
| 381 | |
| 382 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 383 | name = "jsonpatch" |
| 384 | version = "1.32" |
| 385 | description = "Apply JSON-Patches (RFC 6902)" |
| 386 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 387 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 388 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
| 389 | |
| 390 | [package.dependencies] |
| 391 | jsonpointer = ">=1.9" |
| 392 | |
| 393 | [[package]] |
| 394 | name = "jsonpointer" |
| 395 | version = "2.3" |
| 396 | description = "Identify specific nodes in a JSON document (RFC 6901)" |
| 397 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 398 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 399 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
| 400 | |
| 401 | [[package]] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 402 | name = "jsonschema" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 403 | version = "4.17.3" |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 404 | description = "An implementation of JSON Schema validation for Python" |
Mohammed Naser | 3817909 | 2023-01-28 19:37:25 +0000 | [diff] [blame] | 405 | category = "dev" |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 406 | optional = false |
| 407 | python-versions = ">=3.7" |
| 408 | |
| 409 | [package.dependencies] |
| 410 | attrs = ">=17.4.0" |
| 411 | pyrsistent = ">=0.14.0,<0.17.0 || >0.17.0,<0.17.1 || >0.17.1,<0.17.2 || >0.17.2" |
| 412 | |
| 413 | [package.extras] |
| 414 | format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"] |
| 415 | format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=1.11)"] |
| 416 | |
| 417 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 418 | name = "keystoneauth1" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 419 | version = "5.1.1" |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 420 | description = "Authentication Library for OpenStack Identity" |
| 421 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 422 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 423 | python-versions = "*" |
| 424 | |
| 425 | [package.dependencies] |
| 426 | iso8601 = ">=0.1.11" |
| 427 | os-service-types = ">=1.2.0" |
| 428 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 429 | requests = ">=2.14.2" |
| 430 | six = ">=1.10.0" |
| 431 | stevedore = ">=1.20.0" |
| 432 | |
| 433 | [package.extras] |
| 434 | betamax = ["betamax (>=0.7.0)", "fixtures (>=3.0.0)", "mock (>=2.0.0)"] |
| 435 | kerberos = ["requests-kerberos (>=0.8.0)"] |
| 436 | oauth1 = ["oauthlib (>=0.6.2)"] |
| 437 | saml2 = ["lxml (>=4.2.0)"] |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 438 | test = ["PyYAML (>=3.12)", "bandit (>=1.1.0,<1.6.0)", "betamax (>=0.7.0)", "coverage (>=4.0,!=4.4)", "fixtures (>=3.0.0)", "flake8-docstrings (>=1.6.0,<1.7.0)", "flake8-import-order (>=0.17.1)", "hacking (>=4.1.0,<4.2.0)", "lxml (>=4.2.0)", "oauthlib (>=0.6.2)", "oslo.config (>=5.2.0)", "oslo.utils (>=3.33.0)", "oslotest (>=3.2.0)", "reno (>=3.1.0)", "requests-kerberos (>=0.8.0)", "requests-mock (>=1.2.0)", "stestr (>=1.0.0)", "testresources (>=2.0.0)", "testtools (>=2.2.0)"] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 439 | |
| 440 | [[package]] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 441 | name = "Markdown" |
| 442 | version = "3.3.7" |
| 443 | description = "Python implementation of Markdown." |
| 444 | category = "dev" |
| 445 | optional = false |
| 446 | python-versions = ">=3.6" |
| 447 | |
| 448 | [package.extras] |
| 449 | testing = ["coverage", "pyyaml"] |
| 450 | |
| 451 | [[package]] |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 452 | name = "markdown-it-py" |
| 453 | version = "2.1.0" |
| 454 | description = "Python port of markdown-it. Markdown parsing, done right!" |
| 455 | category = "dev" |
| 456 | optional = false |
| 457 | python-versions = ">=3.7" |
| 458 | |
| 459 | [package.dependencies] |
| 460 | mdurl = ">=0.1,<1.0" |
| 461 | |
| 462 | [package.extras] |
| 463 | benchmarking = ["psutil", "pytest", "pytest-benchmark (>=3.2,<4.0)"] |
| 464 | code_style = ["pre-commit (==2.6)"] |
| 465 | compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.3.6,<3.4.0)", "mistletoe (>=0.8.1,<0.9.0)", "mistune (>=2.0.2,<2.1.0)", "panflute (>=2.1.3,<2.2.0)"] |
| 466 | linkify = ["linkify-it-py (>=1.0,<2.0)"] |
| 467 | plugins = ["mdit-py-plugins"] |
| 468 | profiling = ["gprof2dot"] |
| 469 | rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx_book_theme"] |
| 470 | testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] |
| 471 | |
| 472 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 473 | name = "MarkupSafe" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 474 | version = "2.1.2" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 475 | description = "Safely add untrusted strings to HTML/XML markup." |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 476 | category = "main" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 477 | optional = false |
| 478 | python-versions = ">=3.7" |
| 479 | |
| 480 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 481 | name = "mccabe" |
| 482 | version = "0.7.0" |
| 483 | description = "McCabe checker, plugin for flake8" |
| 484 | category = "dev" |
| 485 | optional = false |
| 486 | python-versions = ">=3.6" |
| 487 | |
| 488 | [[package]] |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 489 | name = "mdurl" |
| 490 | version = "0.1.2" |
| 491 | description = "Markdown URL utilities" |
| 492 | category = "dev" |
| 493 | optional = false |
| 494 | python-versions = ">=3.7" |
| 495 | |
| 496 | [[package]] |
Mohammed Naser | 0f98213 | 2022-09-19 10:48:42 -0400 | [diff] [blame] | 497 | name = "mergedeep" |
| 498 | version = "1.3.4" |
| 499 | description = "A deep merge function for 🐍." |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 500 | category = "dev" |
Mohammed Naser | 0f98213 | 2022-09-19 10:48:42 -0400 | [diff] [blame] | 501 | optional = false |
| 502 | python-versions = ">=3.6" |
| 503 | |
| 504 | [[package]] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 505 | name = "mkdocs" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 506 | version = "1.4.2" |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 507 | description = "Project documentation with Markdown." |
| 508 | category = "dev" |
| 509 | optional = false |
| 510 | python-versions = ">=3.7" |
| 511 | |
| 512 | [package.dependencies] |
| 513 | click = ">=7.0" |
| 514 | colorama = {version = ">=0.4", markers = "platform_system == \"Windows\""} |
| 515 | ghp-import = ">=1.0" |
| 516 | jinja2 = ">=2.11.1" |
| 517 | markdown = ">=3.2.1,<3.4" |
| 518 | mergedeep = ">=1.3.4" |
| 519 | packaging = ">=20.5" |
| 520 | pyyaml = ">=5.1" |
| 521 | pyyaml-env-tag = ">=0.1" |
| 522 | watchdog = ">=2.0" |
| 523 | |
| 524 | [package.extras] |
| 525 | i18n = ["babel (>=2.9.0)"] |
| 526 | min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-import (==1.0)", "importlib-metadata (==4.3)", "jinja2 (==2.11.1)", "markdown (==3.2.1)", "markupsafe (==2.0.1)", "mergedeep (==1.3.4)", "packaging (==20.5)", "pyyaml (==5.1)", "pyyaml-env-tag (==0.1)", "typing-extensions (==3.10)", "watchdog (==2.0)"] |
| 527 | |
| 528 | [[package]] |
| 529 | name = "mkdocs-material" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 530 | version = "8.5.11" |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 531 | description = "Documentation that simply works" |
| 532 | category = "dev" |
| 533 | optional = false |
| 534 | python-versions = ">=3.7" |
| 535 | |
| 536 | [package.dependencies] |
| 537 | jinja2 = ">=3.0.2" |
| 538 | markdown = ">=3.2" |
| 539 | mkdocs = ">=1.4.0" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 540 | mkdocs-material-extensions = ">=1.1" |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 541 | pygments = ">=2.12" |
| 542 | pymdown-extensions = ">=9.4" |
| 543 | requests = ">=2.26" |
| 544 | |
| 545 | [[package]] |
| 546 | name = "mkdocs-material-extensions" |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 547 | version = "1.1.1" |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 548 | description = "Extension pack for Python Markdown and MkDocs Material." |
| 549 | category = "dev" |
| 550 | optional = false |
| 551 | python-versions = ">=3.7" |
| 552 | |
| 553 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 554 | name = "molecule" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 555 | version = "4.0.4" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 556 | description = "Molecule aids in the development and testing of Ansible roles" |
| 557 | category = "dev" |
| 558 | optional = false |
| 559 | python-versions = ">=3.8" |
| 560 | |
| 561 | [package.dependencies] |
| 562 | ansible-compat = ">=2.2.0" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 563 | click = ">=8.0,<9" |
| 564 | click-help-colors = ">=0.9" |
| 565 | cookiecutter = ">=1.7.3" |
| 566 | enrich = ">=1.2.7" |
| 567 | Jinja2 = ">=2.11.3" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 568 | jsonschema = ">=4.9.1" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 569 | packaging = "*" |
| 570 | pluggy = ">=0.7.1,<2.0" |
| 571 | PyYAML = ">=5.1" |
| 572 | rich = ">=9.5.1" |
| 573 | |
| 574 | [package.extras] |
| 575 | docker = ["molecule-docker (>=1.0.0)"] |
| 576 | docs = ["Sphinx (>=5.0.0,<6.0.0)", "ansible-core (>=2.12.0)", "jinja2 (<3.2.0)", "simplejson (>=3.17.2)", "sphinx-ansible-theme (>=0.8.0,<0.10.0)", "sphinx-notfound-page (>=0.7.1)"] |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 577 | lint = ["check-jsonschema (>=0.18.3)", "flake8 (>=3.8.4)", "jsonschema (>=4.16.0)", "pre-commit (>=2.10.1)", "yamllint"] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 578 | podman = ["molecule-podman (>=1.0.1)"] |
| 579 | test = ["ansi2html (>=1.6.0)", "coverage (>=6.2)", "filelock", "pexpect (>=4.8.0,<5)", "pytest (>=6.1.2)", "pytest-cov (>=2.10.1)", "pytest-html (>=3.0.0)", "pytest-mock (>=3.3.1)", "pytest-plus (>=0.2)", "pytest-testinfra (>=6.1.0)", "pytest-xdist (>=2.1.0)"] |
| 580 | windows = ["pywinrm"] |
| 581 | |
| 582 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 583 | name = "munch" |
| 584 | version = "2.5.0" |
| 585 | description = "A dot-accessible dictionary (a la JavaScript objects)" |
| 586 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 587 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 588 | python-versions = "*" |
| 589 | |
| 590 | [package.dependencies] |
| 591 | six = "*" |
| 592 | |
| 593 | [package.extras] |
| 594 | testing = ["astroid (>=1.5.3,<1.6.0)", "astroid (>=2.0)", "coverage", "pylint (>=1.7.2,<1.8.0)", "pylint (>=2.3.1,<2.4.0)", "pytest"] |
| 595 | yaml = ["PyYAML (>=5.1.0)"] |
| 596 | |
| 597 | [[package]] |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 598 | name = "netaddr" |
| 599 | version = "0.8.0" |
| 600 | description = "A network address manipulation library for Python" |
| 601 | category = "main" |
| 602 | optional = false |
| 603 | python-versions = "*" |
| 604 | |
| 605 | [[package]] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 606 | name = "netifaces" |
| 607 | version = "0.11.0" |
| 608 | description = "Portable network interface information." |
| 609 | category = "main" |
| 610 | optional = false |
| 611 | python-versions = "*" |
| 612 | |
| 613 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 614 | name = "openstacksdk" |
okozachenko1203 | 1f48491 | 2022-12-29 01:30:24 +1100 | [diff] [blame] | 615 | version = "0.61.0" |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 616 | description = "An SDK for building applications to work with OpenStack" |
| 617 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 618 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 619 | python-versions = ">=3.6" |
| 620 | |
| 621 | [package.dependencies] |
| 622 | appdirs = ">=1.3.0" |
| 623 | cryptography = ">=2.7" |
| 624 | decorator = ">=4.4.1" |
| 625 | "dogpile.cache" = ">=0.6.5" |
| 626 | iso8601 = ">=0.1.11" |
| 627 | jmespath = ">=0.9.0" |
| 628 | jsonpatch = ">=1.16,<1.20 || >1.20" |
| 629 | keystoneauth1 = ">=3.18.0" |
| 630 | munch = ">=2.1.0" |
| 631 | netifaces = ">=0.10.4" |
| 632 | os-service-types = ">=1.7.0" |
| 633 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 634 | PyYAML = ">=3.13" |
| 635 | requestsexceptions = ">=1.2.0" |
| 636 | |
| 637 | [[package]] |
| 638 | name = "os-service-types" |
| 639 | version = "1.7.0" |
| 640 | description = "Python library for consuming OpenStack sevice-types-authority data" |
| 641 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 642 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 643 | python-versions = "*" |
| 644 | |
| 645 | [package.dependencies] |
| 646 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 647 | |
| 648 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 649 | name = "packaging" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 650 | version = "23.0" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 651 | description = "Core utilities for Python packages" |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 652 | category = "main" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 653 | optional = false |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 654 | python-versions = ">=3.7" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 655 | |
| 656 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 657 | name = "pbr" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 658 | version = "5.11.1" |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 659 | description = "Python Build Reasonableness" |
| 660 | category = "main" |
| 661 | optional = false |
| 662 | python-versions = ">=2.6" |
| 663 | |
| 664 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 665 | name = "pluggy" |
| 666 | version = "1.0.0" |
| 667 | description = "plugin and hook calling mechanisms for python" |
| 668 | category = "dev" |
| 669 | optional = false |
| 670 | python-versions = ">=3.6" |
| 671 | |
| 672 | [package.extras] |
| 673 | dev = ["pre-commit", "tox"] |
| 674 | testing = ["pytest", "pytest-benchmark"] |
| 675 | |
| 676 | [[package]] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 677 | name = "py" |
| 678 | version = "1.11.0" |
| 679 | description = "library with cross-python path, ini-parsing, io, code, log facilities" |
| 680 | category = "dev" |
| 681 | optional = false |
| 682 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
| 683 | |
| 684 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 685 | name = "pycodestyle" |
| 686 | version = "2.9.1" |
| 687 | description = "Python style guide checker" |
| 688 | category = "dev" |
| 689 | optional = false |
| 690 | python-versions = ">=3.6" |
| 691 | |
| 692 | [[package]] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 693 | name = "pycparser" |
| 694 | version = "2.21" |
| 695 | description = "C parser in Python" |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 696 | category = "main" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 697 | optional = false |
| 698 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
| 699 | |
| 700 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 701 | name = "pyflakes" |
| 702 | version = "2.5.0" |
| 703 | description = "passive checker of Python programs" |
| 704 | category = "dev" |
| 705 | optional = false |
| 706 | python-versions = ">=3.6" |
| 707 | |
| 708 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 709 | name = "Pygments" |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 710 | version = "2.14.0" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 711 | description = "Pygments is a syntax highlighting package written in Python." |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 712 | category = "dev" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 713 | optional = false |
| 714 | python-versions = ">=3.6" |
| 715 | |
| 716 | [package.extras] |
| 717 | plugins = ["importlib-metadata"] |
| 718 | |
| 719 | [[package]] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 720 | name = "pymdown-extensions" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 721 | version = "9.9.2" |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 722 | description = "Extension pack for Python Markdown." |
| 723 | category = "dev" |
| 724 | optional = false |
| 725 | python-versions = ">=3.7" |
| 726 | |
| 727 | [package.dependencies] |
| 728 | markdown = ">=3.2" |
| 729 | |
| 730 | [[package]] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 731 | name = "pyrsistent" |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 732 | version = "0.19.3" |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 733 | description = "Persistent/Functional/Immutable data structures" |
Mohammed Naser | 3817909 | 2023-01-28 19:37:25 +0000 | [diff] [blame] | 734 | category = "dev" |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 735 | optional = false |
| 736 | python-versions = ">=3.7" |
| 737 | |
| 738 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 739 | name = "pytest" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 740 | version = "7.2.1" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 741 | description = "pytest: simple powerful testing with Python" |
| 742 | category = "dev" |
| 743 | optional = false |
| 744 | python-versions = ">=3.7" |
| 745 | |
| 746 | [package.dependencies] |
| 747 | attrs = ">=19.2.0" |
| 748 | colorama = {version = "*", markers = "sys_platform == \"win32\""} |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 749 | exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 750 | iniconfig = "*" |
| 751 | packaging = "*" |
| 752 | pluggy = ">=0.12,<2.0" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 753 | tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 754 | |
| 755 | [package.extras] |
| 756 | testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] |
| 757 | |
| 758 | [[package]] |
| 759 | name = "pytest-cov" |
| 760 | version = "3.0.0" |
| 761 | description = "Pytest plugin for measuring coverage." |
| 762 | category = "dev" |
| 763 | optional = false |
| 764 | python-versions = ">=3.6" |
| 765 | |
| 766 | [package.dependencies] |
| 767 | coverage = {version = ">=5.2.1", extras = ["toml"]} |
| 768 | pytest = ">=4.6" |
| 769 | |
| 770 | [package.extras] |
| 771 | testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] |
| 772 | |
| 773 | [[package]] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 774 | name = "pytest-forked" |
| 775 | version = "1.4.0" |
| 776 | description = "run tests in isolated forked subprocesses" |
| 777 | category = "dev" |
| 778 | optional = false |
| 779 | python-versions = ">=3.6" |
| 780 | |
| 781 | [package.dependencies] |
| 782 | py = "*" |
| 783 | pytest = ">=3.10" |
| 784 | |
| 785 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 786 | name = "pytest-mock" |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 787 | version = "3.10.0" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 788 | description = "Thin-wrapper around the mock package for easier use with pytest" |
| 789 | category = "dev" |
| 790 | optional = false |
| 791 | python-versions = ">=3.7" |
| 792 | |
| 793 | [package.dependencies] |
| 794 | pytest = ">=5.0" |
| 795 | |
| 796 | [package.extras] |
| 797 | dev = ["pre-commit", "pytest-asyncio", "tox"] |
| 798 | |
| 799 | [[package]] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 800 | name = "pytest-xdist" |
| 801 | version = "3.1.0" |
| 802 | description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" |
| 803 | category = "dev" |
| 804 | optional = false |
| 805 | python-versions = ">=3.7" |
| 806 | |
| 807 | [package.dependencies] |
| 808 | execnet = ">=1.1" |
| 809 | pytest = ">=6.2.0" |
| 810 | |
| 811 | [package.extras] |
| 812 | psutil = ["psutil (>=3.0)"] |
| 813 | setproctitle = ["setproctitle"] |
| 814 | testing = ["filelock"] |
| 815 | |
| 816 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 817 | name = "python-dateutil" |
| 818 | version = "2.8.2" |
| 819 | description = "Extensions to the standard Python datetime module" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 820 | category = "dev" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 821 | optional = false |
| 822 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" |
| 823 | |
| 824 | [package.dependencies] |
| 825 | six = ">=1.5" |
| 826 | |
| 827 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 828 | name = "python-slugify" |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 829 | version = "7.0.0" |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 830 | description = "A Python slugify application that also handles Unicode" |
Mohammed Naser | 5c804a2 | 2022-09-29 21:27:21 -0400 | [diff] [blame] | 831 | category = "dev" |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 832 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 833 | python-versions = ">=3.7" |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 834 | |
| 835 | [package.dependencies] |
| 836 | text-unidecode = ">=1.3" |
| 837 | |
| 838 | [package.extras] |
| 839 | unidecode = ["Unidecode (>=1.1.1)"] |
| 840 | |
| 841 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 842 | name = "PyYAML" |
| 843 | version = "6.0" |
| 844 | description = "YAML parser and emitter for Python" |
| 845 | category = "main" |
| 846 | optional = false |
| 847 | python-versions = ">=3.6" |
| 848 | |
| 849 | [[package]] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 850 | name = "pyyaml_env_tag" |
| 851 | version = "0.1" |
| 852 | description = "A custom YAML tag for referencing environment variables in YAML files. " |
| 853 | category = "dev" |
| 854 | optional = false |
| 855 | python-versions = ">=3.6" |
| 856 | |
| 857 | [package.dependencies] |
| 858 | pyyaml = "*" |
| 859 | |
| 860 | [[package]] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 861 | name = "regex" |
| 862 | version = "2022.10.31" |
| 863 | description = "Alternative regular expression module, to replace re." |
| 864 | category = "main" |
| 865 | optional = false |
| 866 | python-versions = ">=3.6" |
| 867 | |
| 868 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 869 | name = "requests" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 870 | version = "2.28.2" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 871 | description = "Python HTTP for Humans." |
| 872 | category = "main" |
| 873 | optional = false |
| 874 | python-versions = ">=3.7, <4" |
| 875 | |
| 876 | [package.dependencies] |
| 877 | certifi = ">=2017.4.17" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 878 | charset-normalizer = ">=2,<4" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 879 | idna = ">=2.5,<4" |
| 880 | urllib3 = ">=1.21.1,<1.27" |
| 881 | |
| 882 | [package.extras] |
| 883 | socks = ["PySocks (>=1.5.6,!=1.5.7)"] |
| 884 | use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] |
| 885 | |
| 886 | [[package]] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 887 | name = "requestsexceptions" |
| 888 | version = "1.4.0" |
| 889 | description = "Import exceptions from potentially bundled packages in requests." |
| 890 | category = "main" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 891 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 892 | python-versions = "*" |
| 893 | |
| 894 | [[package]] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 895 | name = "resolvelib" |
| 896 | version = "0.8.1" |
| 897 | description = "Resolve abstract dependencies into concrete ones" |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 898 | category = "main" |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 899 | optional = false |
| 900 | python-versions = "*" |
| 901 | |
| 902 | [package.extras] |
| 903 | examples = ["html5lib", "packaging", "pygraphviz", "requests"] |
| 904 | lint = ["black", "flake8", "isort", "mypy", "types-requests"] |
| 905 | release = ["build", "towncrier", "twine"] |
| 906 | test = ["commentjson", "packaging", "pytest"] |
| 907 | |
| 908 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 909 | name = "rich" |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 910 | version = "13.3.0" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 911 | description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 912 | category = "dev" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 913 | optional = false |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 914 | python-versions = ">=3.7.0" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 915 | |
| 916 | [package.dependencies] |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 917 | markdown-it-py = ">=2.1.0,<3.0.0" |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 918 | pygments = ">=2.14.0,<3.0.0" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 919 | |
| 920 | [package.extras] |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 921 | jupyter = ["ipywidgets (>=7.5.1,<9)"] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 922 | |
| 923 | [[package]] |
Mohammed Naser | 273d3ca | 2023-01-29 22:28:54 +0000 | [diff] [blame] | 924 | name = "rjsonnet" |
| 925 | version = "0.5.2" |
| 926 | description = "Python bindings to Rust jrsonnet crate" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 927 | category = "main" |
Mohammed Naser | 273d3ca | 2023-01-29 22:28:54 +0000 | [diff] [blame] | 928 | optional = false |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 929 | python-versions = "*" |
| 930 | |
| 931 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 932 | name = "six" |
| 933 | version = "1.16.0" |
| 934 | description = "Python 2 and 3 compatibility utilities" |
| 935 | category = "main" |
| 936 | optional = false |
| 937 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" |
| 938 | |
| 939 | [[package]] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 940 | name = "stevedore" |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 941 | version = "4.1.1" |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 942 | description = "Manage dynamic plugins for Python applications" |
| 943 | category = "main" |
| 944 | optional = false |
| 945 | python-versions = ">=3.8" |
| 946 | |
| 947 | [package.dependencies] |
| 948 | pbr = ">=2.0.0,<2.1.0 || >2.1.0" |
| 949 | |
| 950 | [[package]] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 951 | name = "subprocess-tee" |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 952 | version = "0.4.1" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 953 | description = "subprocess-tee" |
| 954 | category = "dev" |
| 955 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 956 | python-versions = ">=3.8" |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 957 | |
| 958 | [package.extras] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 959 | test = ["enrich (>=1.2.6)", "molecule (>=3.4.0)", "pytest (>=6.2.5)", "pytest-cov (>=2.12.1)", "pytest-plus (>=0.2)", "pytest-xdist (>=2.3.0)"] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 960 | |
| 961 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 962 | name = "text-unidecode" |
| 963 | version = "1.3" |
| 964 | description = "The most basic Text::Unidecode port" |
Mohammed Naser | 5c804a2 | 2022-09-29 21:27:21 -0400 | [diff] [blame] | 965 | category = "dev" |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 966 | optional = false |
| 967 | python-versions = "*" |
| 968 | |
| 969 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 970 | name = "tomli" |
| 971 | version = "2.0.1" |
| 972 | description = "A lil' TOML parser" |
Mohammed Naser | 273d3ca | 2023-01-29 22:28:54 +0000 | [diff] [blame] | 973 | category = "dev" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 974 | optional = false |
| 975 | python-versions = ">=3.7" |
| 976 | |
| 977 | [[package]] |
| 978 | name = "urllib3" |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 979 | version = "1.26.14" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 980 | description = "HTTP library with thread-safe connection pooling, file post, and more." |
| 981 | category = "main" |
| 982 | optional = false |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 983 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 984 | |
| 985 | [package.extras] |
| 986 | brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] |
| 987 | secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] |
| 988 | socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] |
| 989 | |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 990 | [[package]] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 991 | name = "watchdog" |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 992 | version = "2.2.1" |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 993 | description = "Filesystem events monitoring" |
| 994 | category = "dev" |
| 995 | optional = false |
| 996 | python-versions = ">=3.6" |
| 997 | |
| 998 | [package.extras] |
| 999 | watchmedo = ["PyYAML (>=3.10)"] |
| 1000 | |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1001 | [metadata] |
| 1002 | lock-version = "1.1" |
| 1003 | python-versions = "^3.10" |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 1004 | content-hash = "f1f3f10a60e61ca6846b1f7dede530bdbe6a47a3e70a9080f2b81ab5c11aca89" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1005 | |
| 1006 | [metadata.files] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1007 | ansible-compat = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1008 | {file = "ansible-compat-2.2.7.tar.gz", hash = "sha256:08deddcd0a1dc6baabe674b07c6ff882118492c123d281f56f01905271a7ffc4"}, |
| 1009 | {file = "ansible_compat-2.2.7-py3-none-any.whl", hash = "sha256:77fd80841279d8b0664df61faab65c32275d1a2b0079f60bf30c3d44251f6301"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1010 | ] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1011 | ansible-core = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1012 | {file = "ansible-core-2.14.1.tar.gz", hash = "sha256:589257f2560fffd5d4465352cd4504e2cbfc418ba49e0c4265cd54e16070c938"}, |
| 1013 | {file = "ansible_core-2.14.1-py3-none-any.whl", hash = "sha256:06e136c8eda4d8695251995d3c3efa612ebb3ac66948bf42492d4c7b46a75ff2"}, |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1014 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1015 | appdirs = [ |
| 1016 | {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, |
| 1017 | {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"}, |
| 1018 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1019 | arrow = [ |
| 1020 | {file = "arrow-1.2.3-py3-none-any.whl", hash = "sha256:5a49ab92e3b7b71d96cd6bfcc4df14efefc9dfa96ea19045815914a6ab6b1fe2"}, |
| 1021 | {file = "arrow-1.2.3.tar.gz", hash = "sha256:3934b30ca1b9f292376d9db15b19446088d12ec58629bc3f0da28fd55fb633a1"}, |
| 1022 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1023 | attrs = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1024 | {file = "attrs-22.2.0-py3-none-any.whl", hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"}, |
| 1025 | {file = "attrs-22.2.0.tar.gz", hash = "sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1026 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1027 | binaryornot = [ |
| 1028 | {file = "binaryornot-0.4.4-py2.py3-none-any.whl", hash = "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4"}, |
| 1029 | {file = "binaryornot-0.4.4.tar.gz", hash = "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061"}, |
| 1030 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1031 | certifi = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1032 | {file = "certifi-2022.12.7-py3-none-any.whl", hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18"}, |
| 1033 | {file = "certifi-2022.12.7.tar.gz", hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1034 | ] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1035 | cffi = [ |
| 1036 | {file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"}, |
| 1037 | {file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2"}, |
| 1038 | {file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914"}, |
| 1039 | {file = "cffi-1.15.1-cp27-cp27m-win32.whl", hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3"}, |
| 1040 | {file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e"}, |
| 1041 | {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162"}, |
| 1042 | {file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b"}, |
| 1043 | {file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21"}, |
| 1044 | {file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185"}, |
| 1045 | {file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd"}, |
| 1046 | {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc"}, |
| 1047 | {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f"}, |
| 1048 | {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e"}, |
| 1049 | {file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4"}, |
| 1050 | {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01"}, |
| 1051 | {file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e"}, |
| 1052 | {file = "cffi-1.15.1-cp310-cp310-win32.whl", hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2"}, |
| 1053 | {file = "cffi-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d"}, |
| 1054 | {file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac"}, |
| 1055 | {file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83"}, |
| 1056 | {file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9"}, |
| 1057 | {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c"}, |
| 1058 | {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325"}, |
| 1059 | {file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c"}, |
| 1060 | {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef"}, |
| 1061 | {file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8"}, |
| 1062 | {file = "cffi-1.15.1-cp311-cp311-win32.whl", hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d"}, |
| 1063 | {file = "cffi-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104"}, |
| 1064 | {file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7"}, |
| 1065 | {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6"}, |
| 1066 | {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d"}, |
| 1067 | {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a"}, |
| 1068 | {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405"}, |
| 1069 | {file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e"}, |
| 1070 | {file = "cffi-1.15.1-cp36-cp36m-win32.whl", hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf"}, |
| 1071 | {file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl", hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497"}, |
| 1072 | {file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375"}, |
| 1073 | {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e"}, |
| 1074 | {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82"}, |
| 1075 | {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b"}, |
| 1076 | {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c"}, |
| 1077 | {file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426"}, |
| 1078 | {file = "cffi-1.15.1-cp37-cp37m-win32.whl", hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9"}, |
| 1079 | {file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045"}, |
| 1080 | {file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3"}, |
| 1081 | {file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a"}, |
| 1082 | {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5"}, |
| 1083 | {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca"}, |
| 1084 | {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02"}, |
| 1085 | {file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192"}, |
| 1086 | {file = "cffi-1.15.1-cp38-cp38-win32.whl", hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314"}, |
| 1087 | {file = "cffi-1.15.1-cp38-cp38-win_amd64.whl", hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5"}, |
| 1088 | {file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585"}, |
| 1089 | {file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0"}, |
| 1090 | {file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415"}, |
| 1091 | {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d"}, |
| 1092 | {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984"}, |
| 1093 | {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35"}, |
| 1094 | {file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27"}, |
| 1095 | {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76"}, |
| 1096 | {file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3"}, |
| 1097 | {file = "cffi-1.15.1-cp39-cp39-win32.whl", hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee"}, |
| 1098 | {file = "cffi-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c"}, |
| 1099 | {file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"}, |
| 1100 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1101 | chardet = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1102 | {file = "chardet-5.1.0-py3-none-any.whl", hash = "sha256:362777fb014af596ad31334fde1e8c327dfdb076e1960d1694662d46a6917ab9"}, |
| 1103 | {file = "chardet-5.1.0.tar.gz", hash = "sha256:0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1104 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1105 | charset-normalizer = [ |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 1106 | {file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"}, |
| 1107 | {file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1108 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1109 | click = [ |
| 1110 | {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, |
| 1111 | {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, |
| 1112 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1113 | click-help-colors = [ |
| 1114 | {file = "click-help-colors-0.9.1.tar.gz", hash = "sha256:78cbcf30cfa81c5fc2a52f49220121e1a8190cd19197d9245997605d3405824d"}, |
| 1115 | {file = "click_help_colors-0.9.1-py3-none-any.whl", hash = "sha256:25a6bd22d8abbc72c18a416a1cf21ab65b6120bee48e9637829666cbad22d51d"}, |
| 1116 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1117 | colorama = [ |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 1118 | {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, |
| 1119 | {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1120 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1121 | cookiecutter = [ |
| 1122 | {file = "cookiecutter-2.1.1-py2.py3-none-any.whl", hash = "sha256:9f3ab027cec4f70916e28f03470bdb41e637a3ad354b4d65c765d93aad160022"}, |
| 1123 | {file = "cookiecutter-2.1.1.tar.gz", hash = "sha256:f3982be8d9c53dac1261864013fdec7f83afd2e42ede6f6dd069c5e149c540d5"}, |
| 1124 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1125 | coverage = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1126 | {file = "coverage-7.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:3b946bbcd5a8231383450b195cfb58cb01cbe7f8949f5758566b881df4b33baf"}, |
| 1127 | {file = "coverage-7.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ec8e767f13be637d056f7e07e61d089e555f719b387a7070154ad80a0ff31801"}, |
| 1128 | {file = "coverage-7.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d4a5a5879a939cb84959d86869132b00176197ca561c664fc21478c1eee60d75"}, |
| 1129 | {file = "coverage-7.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b643cb30821e7570c0aaf54feaf0bfb630b79059f85741843e9dc23f33aaca2c"}, |
| 1130 | {file = "coverage-7.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:32df215215f3af2c1617a55dbdfb403b772d463d54d219985ac7cd3bf124cada"}, |
| 1131 | {file = "coverage-7.1.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:33d1ae9d4079e05ac4cc1ef9e20c648f5afabf1a92adfaf2ccf509c50b85717f"}, |
| 1132 | {file = "coverage-7.1.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:29571503c37f2ef2138a306d23e7270687c0efb9cab4bd8038d609b5c2393a3a"}, |
| 1133 | {file = "coverage-7.1.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:63ffd21aa133ff48c4dff7adcc46b7ec8b565491bfc371212122dd999812ea1c"}, |
| 1134 | {file = "coverage-7.1.0-cp310-cp310-win32.whl", hash = "sha256:4b14d5e09c656de5038a3f9bfe5228f53439282abcab87317c9f7f1acb280352"}, |
| 1135 | {file = "coverage-7.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:8361be1c2c073919500b6601220a6f2f98ea0b6d2fec5014c1d9cfa23dd07038"}, |
| 1136 | {file = "coverage-7.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:da9b41d4539eefd408c46725fb76ecba3a50a3367cafb7dea5f250d0653c1040"}, |
| 1137 | {file = "coverage-7.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c5b15ed7644ae4bee0ecf74fee95808dcc34ba6ace87e8dfbf5cb0dc20eab45a"}, |
| 1138 | {file = "coverage-7.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d12d076582507ea460ea2a89a8c85cb558f83406c8a41dd641d7be9a32e1274f"}, |
| 1139 | {file = "coverage-7.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e2617759031dae1bf183c16cef8fcfb3de7617f394c813fa5e8e46e9b82d4222"}, |
| 1140 | {file = "coverage-7.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c4e4881fa9e9667afcc742f0c244d9364d197490fbc91d12ac3b5de0bf2df146"}, |
| 1141 | {file = "coverage-7.1.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:9d58885215094ab4a86a6aef044e42994a2bd76a446dc59b352622655ba6621b"}, |
| 1142 | {file = "coverage-7.1.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:ffeeb38ee4a80a30a6877c5c4c359e5498eec095878f1581453202bfacc8fbc2"}, |
| 1143 | {file = "coverage-7.1.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3baf5f126f30781b5e93dbefcc8271cb2491647f8283f20ac54d12161dff080e"}, |
| 1144 | {file = "coverage-7.1.0-cp311-cp311-win32.whl", hash = "sha256:ded59300d6330be27bc6cf0b74b89ada58069ced87c48eaf9344e5e84b0072f7"}, |
| 1145 | {file = "coverage-7.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:6a43c7823cd7427b4ed763aa7fb63901ca8288591323b58c9cd6ec31ad910f3c"}, |
| 1146 | {file = "coverage-7.1.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:7a726d742816cb3a8973c8c9a97539c734b3a309345236cd533c4883dda05b8d"}, |
| 1147 | {file = "coverage-7.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bc7c85a150501286f8b56bd8ed3aa4093f4b88fb68c0843d21ff9656f0009d6a"}, |
| 1148 | {file = "coverage-7.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f5b4198d85a3755d27e64c52f8c95d6333119e49fd001ae5798dac872c95e0f8"}, |
| 1149 | {file = "coverage-7.1.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ddb726cb861c3117a553f940372a495fe1078249ff5f8a5478c0576c7be12050"}, |
| 1150 | {file = "coverage-7.1.0-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:51b236e764840a6df0661b67e50697aaa0e7d4124ca95e5058fa3d7cbc240b7c"}, |
| 1151 | {file = "coverage-7.1.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:7ee5c9bb51695f80878faaa5598040dd6c9e172ddcf490382e8aedb8ec3fec8d"}, |
| 1152 | {file = "coverage-7.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:c31b75ae466c053a98bf26843563b3b3517b8f37da4d47b1c582fdc703112bc3"}, |
| 1153 | {file = "coverage-7.1.0-cp37-cp37m-win32.whl", hash = "sha256:3b155caf3760408d1cb903b21e6a97ad4e2bdad43cbc265e3ce0afb8e0057e73"}, |
| 1154 | {file = "coverage-7.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2a60d6513781e87047c3e630b33b4d1e89f39836dac6e069ffee28c4786715f5"}, |
| 1155 | {file = "coverage-7.1.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f2cba5c6db29ce991029b5e4ac51eb36774458f0a3b8d3137241b32d1bb91f06"}, |
| 1156 | {file = "coverage-7.1.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:beeb129cacea34490ffd4d6153af70509aa3cda20fdda2ea1a2be870dfec8d52"}, |
| 1157 | {file = "coverage-7.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0c45948f613d5d18c9ec5eaa203ce06a653334cf1bd47c783a12d0dd4fd9c851"}, |
| 1158 | {file = "coverage-7.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef382417db92ba23dfb5864a3fc9be27ea4894e86620d342a116b243ade5d35d"}, |
| 1159 | {file = "coverage-7.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7c7c0d0827e853315c9bbd43c1162c006dd808dbbe297db7ae66cd17b07830f0"}, |
| 1160 | {file = "coverage-7.1.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:e5cdbb5cafcedea04924568d990e20ce7f1945a1dd54b560f879ee2d57226912"}, |
| 1161 | {file = "coverage-7.1.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:9817733f0d3ea91bea80de0f79ef971ae94f81ca52f9b66500c6a2fea8e4b4f8"}, |
| 1162 | {file = "coverage-7.1.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:218fe982371ac7387304153ecd51205f14e9d731b34fb0568181abaf7b443ba0"}, |
| 1163 | {file = "coverage-7.1.0-cp38-cp38-win32.whl", hash = "sha256:04481245ef966fbd24ae9b9e537ce899ae584d521dfbe78f89cad003c38ca2ab"}, |
| 1164 | {file = "coverage-7.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:8ae125d1134bf236acba8b83e74c603d1b30e207266121e76484562bc816344c"}, |
| 1165 | {file = "coverage-7.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:2bf1d5f2084c3932b56b962a683074a3692bce7cabd3aa023c987a2a8e7612f6"}, |
| 1166 | {file = "coverage-7.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:98b85dd86514d889a2e3dd22ab3c18c9d0019e696478391d86708b805f4ea0fa"}, |
| 1167 | {file = "coverage-7.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:38da2db80cc505a611938d8624801158e409928b136c8916cd2e203970dde4dc"}, |
| 1168 | {file = "coverage-7.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3164d31078fa9efe406e198aecd2a02d32a62fecbdef74f76dad6a46c7e48311"}, |
| 1169 | {file = "coverage-7.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:db61a79c07331e88b9a9974815c075fbd812bc9dbc4dc44b366b5368a2936063"}, |
| 1170 | {file = "coverage-7.1.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9ccb092c9ede70b2517a57382a601619d20981f56f440eae7e4d7eaafd1d1d09"}, |
| 1171 | {file = "coverage-7.1.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:33ff26d0f6cc3ca8de13d14fde1ff8efe1456b53e3f0273e63cc8b3c84a063d8"}, |
| 1172 | {file = "coverage-7.1.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:d47dd659a4ee952e90dc56c97d78132573dc5c7b09d61b416a9deef4ebe01a0c"}, |
| 1173 | {file = "coverage-7.1.0-cp39-cp39-win32.whl", hash = "sha256:d248cd4a92065a4d4543b8331660121b31c4148dd00a691bfb7a5cdc7483cfa4"}, |
| 1174 | {file = "coverage-7.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:7ed681b0f8e8bcbbffa58ba26fcf5dbc8f79e7997595bf071ed5430d8c08d6f3"}, |
| 1175 | {file = "coverage-7.1.0-pp37.pp38.pp39-none-any.whl", hash = "sha256:755e89e32376c850f826c425ece2c35a4fc266c081490eb0a841e7c1cb0d3bda"}, |
| 1176 | {file = "coverage-7.1.0.tar.gz", hash = "sha256:10188fe543560ec4874f974b5305cd1a8bdcfa885ee00ea3a03733464c4ca265"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1177 | ] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1178 | cryptography = [ |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 1179 | {file = "cryptography-39.0.0-cp36-abi3-macosx_10_12_universal2.whl", hash = "sha256:c52a1a6f81e738d07f43dab57831c29e57d21c81a942f4602fac7ee21b27f288"}, |
| 1180 | {file = "cryptography-39.0.0-cp36-abi3-macosx_10_12_x86_64.whl", hash = "sha256:80ee674c08aaef194bc4627b7f2956e5ba7ef29c3cc3ca488cf15854838a8f72"}, |
| 1181 | {file = "cryptography-39.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:887cbc1ea60786e534b00ba8b04d1095f4272d380ebd5f7a7eb4cc274710fad9"}, |
| 1182 | {file = "cryptography-39.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f97109336df5c178ee7c9c711b264c502b905c2d2a29ace99ed761533a3460f"}, |
| 1183 | {file = "cryptography-39.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1a6915075c6d3a5e1215eab5d99bcec0da26036ff2102a1038401d6ef5bef25b"}, |
| 1184 | {file = "cryptography-39.0.0-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:76c24dd4fd196a80f9f2f5405a778a8ca132f16b10af113474005635fe7e066c"}, |
| 1185 | {file = "cryptography-39.0.0-cp36-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:bae6c7f4a36a25291b619ad064a30a07110a805d08dc89984f4f441f6c1f3f96"}, |
| 1186 | {file = "cryptography-39.0.0-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:875aea1039d78557c7c6b4db2fe0e9d2413439f4676310a5f269dd342ca7a717"}, |
| 1187 | {file = "cryptography-39.0.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:f6c0db08d81ead9576c4d94bbb27aed8d7a430fa27890f39084c2d0e2ec6b0df"}, |
| 1188 | {file = "cryptography-39.0.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f3ed2d864a2fa1666e749fe52fb8e23d8e06b8012e8bd8147c73797c506e86f1"}, |
| 1189 | {file = "cryptography-39.0.0-cp36-abi3-win32.whl", hash = "sha256:f671c1bb0d6088e94d61d80c606d65baacc0d374e67bf895148883461cd848de"}, |
| 1190 | {file = "cryptography-39.0.0-cp36-abi3-win_amd64.whl", hash = "sha256:e324de6972b151f99dc078defe8fb1b0a82c6498e37bff335f5bc6b1e3ab5a1e"}, |
| 1191 | {file = "cryptography-39.0.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:754978da4d0457e7ca176f58c57b1f9de6556591c19b25b8bcce3c77d314f5eb"}, |
| 1192 | {file = "cryptography-39.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1ee1fd0de9851ff32dbbb9362a4d833b579b4a6cc96883e8e6d2ff2a6bc7104f"}, |
| 1193 | {file = "cryptography-39.0.0-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:fec8b932f51ae245121c4671b4bbc030880f363354b2f0e0bd1366017d891458"}, |
| 1194 | {file = "cryptography-39.0.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:407cec680e811b4fc829de966f88a7c62a596faa250fc1a4b520a0355b9bc190"}, |
| 1195 | {file = "cryptography-39.0.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:7dacfdeee048814563eaaec7c4743c8aea529fe3dd53127313a792f0dadc1773"}, |
| 1196 | {file = "cryptography-39.0.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ad04f413436b0781f20c52a661660f1e23bcd89a0e9bb1d6d20822d048cf2856"}, |
| 1197 | {file = "cryptography-39.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50386acb40fbabbceeb2986332f0287f50f29ccf1497bae31cf5c3e7b4f4b34f"}, |
| 1198 | {file = "cryptography-39.0.0-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:e5d71c5d5bd5b5c3eebcf7c5c2bb332d62ec68921a8c593bea8c394911a005ce"}, |
| 1199 | {file = "cryptography-39.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:844ad4d7c3850081dffba91cdd91950038ee4ac525c575509a42d3fc806b83c8"}, |
| 1200 | {file = "cryptography-39.0.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:e0a05aee6a82d944f9b4edd6a001178787d1546ec7c6223ee9a848a7ade92e39"}, |
| 1201 | {file = "cryptography-39.0.0.tar.gz", hash = "sha256:f964c7dcf7802d133e8dbd1565914fa0194f9d683d82411989889ecd701e8adf"}, |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1202 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1203 | decorator = [ |
| 1204 | {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"}, |
| 1205 | {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"}, |
| 1206 | ] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1207 | docker-image-py = [ |
| 1208 | {file = "docker-image-py-0.1.12.tar.gz", hash = "sha256:c0eebb6c25714b2a4f91a1462183e70252fa34fb189496d3c54711a64f12f96e"}, |
| 1209 | {file = "docker_image_py-0.1.12-py2-none-any.whl", hash = "sha256:44e18e8000aaaddbd2e02d40050dca850acd071c4780cbe2b3366cb5dc1a6d62"}, |
| 1210 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1211 | "dogpile.cache" = [ |
| 1212 | {file = "dogpile.cache-1.1.8-py3-none-any.whl", hash = "sha256:3f0ca10b46b165e0b0e65e0e74b1a4b36187787b69db7c0f7073077adff2f05d"}, |
| 1213 | {file = "dogpile.cache-1.1.8.tar.gz", hash = "sha256:d844e8bb638cc4f544a4c89a834dfd36fe935400b71a16cbd744ebdfb720fd4e"}, |
| 1214 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1215 | enrich = [ |
| 1216 | {file = "enrich-1.2.7-py3-none-any.whl", hash = "sha256:f29b2c8c124b4dbd7c975ab5c3568f6c7a47938ea3b7d2106c8a3bd346545e4f"}, |
| 1217 | {file = "enrich-1.2.7.tar.gz", hash = "sha256:0a2ab0d2931dff8947012602d1234d2a3ee002d9a355b5d70be6bf5466008893"}, |
| 1218 | ] |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 1219 | exceptiongroup = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1220 | {file = "exceptiongroup-1.1.0-py3-none-any.whl", hash = "sha256:327cbda3da756e2de031a3107b81ab7b3770a602c4d16ca618298c526f4bec1e"}, |
| 1221 | {file = "exceptiongroup-1.1.0.tar.gz", hash = "sha256:bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23"}, |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 1222 | ] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 1223 | execnet = [ |
| 1224 | {file = "execnet-1.9.0-py2.py3-none-any.whl", hash = "sha256:a295f7cc774947aac58dde7fdc85f4aa00c42adf5d8f5468fc630c1acf30a142"}, |
| 1225 | {file = "execnet-1.9.0.tar.gz", hash = "sha256:8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5"}, |
| 1226 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1227 | flake8 = [ |
| 1228 | {file = "flake8-5.0.4-py2.py3-none-any.whl", hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248"}, |
| 1229 | {file = "flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"}, |
| 1230 | ] |
| 1231 | flake8-isort = [ |
| 1232 | {file = "flake8-isort-4.2.0.tar.gz", hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0"}, |
| 1233 | {file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"}, |
| 1234 | ] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1235 | ghp-import = [ |
| 1236 | {file = "ghp-import-2.1.0.tar.gz", hash = "sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343"}, |
| 1237 | {file = "ghp_import-2.1.0-py3-none-any.whl", hash = "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619"}, |
| 1238 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1239 | idna = [ |
| 1240 | {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, |
| 1241 | {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, |
| 1242 | ] |
| 1243 | iniconfig = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1244 | {file = "iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374"}, |
| 1245 | {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1246 | ] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1247 | iso8601 = [ |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 1248 | {file = "iso8601-1.1.0-py3-none-any.whl", hash = "sha256:8400e90141bf792bce2634df533dc57e3bee19ea120a87bebcd3da89a58ad73f"}, |
| 1249 | {file = "iso8601-1.1.0.tar.gz", hash = "sha256:32811e7b81deee2063ea6d2e94f8819a86d1f3811e49d23623a41fa832bef03f"}, |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1250 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1251 | isort = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1252 | {file = "isort-5.11.4-py3-none-any.whl", hash = "sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b"}, |
| 1253 | {file = "isort-5.11.4.tar.gz", hash = "sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6"}, |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1254 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1255 | Jinja2 = [ |
| 1256 | {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, |
| 1257 | {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, |
| 1258 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1259 | jinja2-time = [ |
| 1260 | {file = "jinja2-time-0.2.0.tar.gz", hash = "sha256:d14eaa4d315e7688daa4969f616f226614350c48730bfa1692d2caebd8c90d40"}, |
| 1261 | {file = "jinja2_time-0.2.0-py2.py3-none-any.whl", hash = "sha256:d3eab6605e3ec8b7a0863df09cc1d23714908fa61aa6986a845c20ba488b4efa"}, |
| 1262 | ] |
okozachenko1203 | fc13f38 | 2022-10-26 00:34:55 +1100 | [diff] [blame] | 1263 | jmespath = [ |
| 1264 | {file = "jmespath-1.0.1-py3-none-any.whl", hash = "sha256:02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980"}, |
| 1265 | {file = "jmespath-1.0.1.tar.gz", hash = "sha256:90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe"}, |
| 1266 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1267 | jsonpatch = [ |
| 1268 | {file = "jsonpatch-1.32-py2.py3-none-any.whl", hash = "sha256:26ac385719ac9f54df8a2f0827bb8253aa3ea8ab7b3368457bcdb8c14595a397"}, |
| 1269 | {file = "jsonpatch-1.32.tar.gz", hash = "sha256:b6ddfe6c3db30d81a96aaeceb6baf916094ffa23d7dd5fa2c13e13f8b6e600c2"}, |
| 1270 | ] |
| 1271 | jsonpointer = [ |
| 1272 | {file = "jsonpointer-2.3-py2.py3-none-any.whl", hash = "sha256:51801e558539b4e9cd268638c078c6c5746c9ac96bc38152d443400e4f3793e9"}, |
| 1273 | {file = "jsonpointer-2.3.tar.gz", hash = "sha256:97cba51526c829282218feb99dab1b1e6bdf8efd1c43dc9d57be093c0d69c99a"}, |
| 1274 | ] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1275 | jsonschema = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1276 | {file = "jsonschema-4.17.3-py3-none-any.whl", hash = "sha256:a870ad254da1a8ca84b6a2905cac29d265f805acc57af304784962a2aa6508f6"}, |
| 1277 | {file = "jsonschema-4.17.3.tar.gz", hash = "sha256:0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1278 | ] |
| 1279 | keystoneauth1 = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1280 | {file = "keystoneauth1-5.1.1-py3-none-any.whl", hash = "sha256:7fd532490ce4cf3f41d7b3a5804bf293fc58e2d88b8365d4cad90c0faf95f68f"}, |
| 1281 | {file = "keystoneauth1-5.1.1.tar.gz", hash = "sha256:8ca23b5bf9cb6bc2c836790326505c85c01ad78d707b43d6b766197bdb26d1d3"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1282 | ] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1283 | Markdown = [ |
| 1284 | {file = "Markdown-3.3.7-py3-none-any.whl", hash = "sha256:f5da449a6e1c989a4cea2631aa8ee67caa5a2ef855d551c88f9e309f4634c621"}, |
| 1285 | {file = "Markdown-3.3.7.tar.gz", hash = "sha256:cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874"}, |
| 1286 | ] |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1287 | markdown-it-py = [ |
| 1288 | {file = "markdown-it-py-2.1.0.tar.gz", hash = "sha256:cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da"}, |
| 1289 | {file = "markdown_it_py-2.1.0-py3-none-any.whl", hash = "sha256:93de681e5c021a432c63147656fe21790bc01231e0cd2da73626f1aa3ac0fe27"}, |
| 1290 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1291 | MarkupSafe = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1292 | {file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:665a36ae6f8f20a4676b53224e33d456a6f5a72657d9c83c2aa00765072f31f7"}, |
| 1293 | {file = "MarkupSafe-2.1.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:340bea174e9761308703ae988e982005aedf427de816d1afe98147668cc03036"}, |
| 1294 | {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22152d00bf4a9c7c83960521fc558f55a1adbc0631fbb00a9471e097b19d72e1"}, |
| 1295 | {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28057e985dace2f478e042eaa15606c7efccb700797660629da387eb289b9323"}, |
| 1296 | {file = "MarkupSafe-2.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca244fa73f50a800cf8c3ebf7fd93149ec37f5cb9596aa8873ae2c1d23498601"}, |
| 1297 | {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d9d971ec1e79906046aa3ca266de79eac42f1dbf3612a05dc9368125952bd1a1"}, |
| 1298 | {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:7e007132af78ea9df29495dbf7b5824cb71648d7133cf7848a2a5dd00d36f9ff"}, |
| 1299 | {file = "MarkupSafe-2.1.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7313ce6a199651c4ed9d7e4cfb4aa56fe923b1adf9af3b420ee14e6d9a73df65"}, |
| 1300 | {file = "MarkupSafe-2.1.2-cp310-cp310-win32.whl", hash = "sha256:c4a549890a45f57f1ebf99c067a4ad0cb423a05544accaf2b065246827ed9603"}, |
| 1301 | {file = "MarkupSafe-2.1.2-cp310-cp310-win_amd64.whl", hash = "sha256:835fb5e38fd89328e9c81067fd642b3593c33e1e17e2fdbf77f5676abb14a156"}, |
| 1302 | {file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:2ec4f2d48ae59bbb9d1f9d7efb9236ab81429a764dedca114f5fdabbc3788013"}, |
| 1303 | {file = "MarkupSafe-2.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:608e7073dfa9e38a85d38474c082d4281f4ce276ac0010224eaba11e929dd53a"}, |
| 1304 | {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:65608c35bfb8a76763f37036547f7adfd09270fbdbf96608be2bead319728fcd"}, |
| 1305 | {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2bfb563d0211ce16b63c7cb9395d2c682a23187f54c3d79bfec33e6705473c6"}, |
| 1306 | {file = "MarkupSafe-2.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:da25303d91526aac3672ee6d49a2f3db2d9502a4a60b55519feb1a4c7714e07d"}, |
| 1307 | {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:9cad97ab29dfc3f0249b483412c85c8ef4766d96cdf9dcf5a1e3caa3f3661cf1"}, |
| 1308 | {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:085fd3201e7b12809f9e6e9bc1e5c96a368c8523fad5afb02afe3c051ae4afcc"}, |
| 1309 | {file = "MarkupSafe-2.1.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1bea30e9bf331f3fef67e0a3877b2288593c98a21ccb2cf29b74c581a4eb3af0"}, |
| 1310 | {file = "MarkupSafe-2.1.2-cp311-cp311-win32.whl", hash = "sha256:7df70907e00c970c60b9ef2938d894a9381f38e6b9db73c5be35e59d92e06625"}, |
| 1311 | {file = "MarkupSafe-2.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:e55e40ff0cc8cc5c07996915ad367fa47da6b3fc091fdadca7f5403239c5fec3"}, |
| 1312 | {file = "MarkupSafe-2.1.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a6e40afa7f45939ca356f348c8e23048e02cb109ced1eb8420961b2f40fb373a"}, |
| 1313 | {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cf877ab4ed6e302ec1d04952ca358b381a882fbd9d1b07cccbfd61783561f98a"}, |
| 1314 | {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:63ba06c9941e46fa389d389644e2d8225e0e3e5ebcc4ff1ea8506dce646f8c8a"}, |
| 1315 | {file = "MarkupSafe-2.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f1cd098434e83e656abf198f103a8207a8187c0fc110306691a2e94a78d0abb2"}, |
| 1316 | {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:55f44b440d491028addb3b88f72207d71eeebfb7b5dbf0643f7c023ae1fba619"}, |
| 1317 | {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:a6f2fcca746e8d5910e18782f976489939d54a91f9411c32051b4aab2bd7c513"}, |
| 1318 | {file = "MarkupSafe-2.1.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:0b462104ba25f1ac006fdab8b6a01ebbfbce9ed37fd37fd4acd70c67c973e460"}, |
| 1319 | {file = "MarkupSafe-2.1.2-cp37-cp37m-win32.whl", hash = "sha256:7668b52e102d0ed87cb082380a7e2e1e78737ddecdde129acadb0eccc5423859"}, |
| 1320 | {file = "MarkupSafe-2.1.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6d6607f98fcf17e534162f0709aaad3ab7a96032723d8ac8750ffe17ae5a0666"}, |
| 1321 | {file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a806db027852538d2ad7555b203300173dd1b77ba116de92da9afbc3a3be3eed"}, |
| 1322 | {file = "MarkupSafe-2.1.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a4abaec6ca3ad8660690236d11bfe28dfd707778e2442b45addd2f086d6ef094"}, |
| 1323 | {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f03a532d7dee1bed20bc4884194a16160a2de9ffc6354b3878ec9682bb623c54"}, |
| 1324 | {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4cf06cdc1dda95223e9d2d3c58d3b178aa5dacb35ee7e3bbac10e4e1faacb419"}, |
| 1325 | {file = "MarkupSafe-2.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22731d79ed2eb25059ae3df1dfc9cb1546691cc41f4e3130fe6bfbc3ecbbecfa"}, |
| 1326 | {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f8ffb705ffcf5ddd0e80b65ddf7bed7ee4f5a441ea7d3419e861a12eaf41af58"}, |
| 1327 | {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:8db032bf0ce9022a8e41a22598eefc802314e81b879ae093f36ce9ddf39ab1ba"}, |
| 1328 | {file = "MarkupSafe-2.1.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2298c859cfc5463f1b64bd55cb3e602528db6fa0f3cfd568d3605c50678f8f03"}, |
| 1329 | {file = "MarkupSafe-2.1.2-cp38-cp38-win32.whl", hash = "sha256:50c42830a633fa0cf9e7d27664637532791bfc31c731a87b202d2d8ac40c3ea2"}, |
| 1330 | {file = "MarkupSafe-2.1.2-cp38-cp38-win_amd64.whl", hash = "sha256:bb06feb762bade6bf3c8b844462274db0c76acc95c52abe8dbed28ae3d44a147"}, |
| 1331 | {file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:99625a92da8229df6d44335e6fcc558a5037dd0a760e11d84be2260e6f37002f"}, |
| 1332 | {file = "MarkupSafe-2.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:8bca7e26c1dd751236cfb0c6c72d4ad61d986e9a41bbf76cb445f69488b2a2bd"}, |
| 1333 | {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40627dcf047dadb22cd25ea7ecfe9cbf3bbbad0482ee5920b582f3809c97654f"}, |
| 1334 | {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40dfd3fefbef579ee058f139733ac336312663c6706d1163b82b3003fb1925c4"}, |
| 1335 | {file = "MarkupSafe-2.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:090376d812fb6ac5f171e5938e82e7f2d7adc2b629101cec0db8b267815c85e2"}, |
| 1336 | {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:2e7821bffe00aa6bd07a23913b7f4e01328c3d5cc0b40b36c0bd81d362faeb65"}, |
| 1337 | {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:c0a33bc9f02c2b17c3ea382f91b4db0e6cde90b63b296422a939886a7a80de1c"}, |
| 1338 | {file = "MarkupSafe-2.1.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b8526c6d437855442cdd3d87eede9c425c4445ea011ca38d937db299382e6fa3"}, |
| 1339 | {file = "MarkupSafe-2.1.2-cp39-cp39-win32.whl", hash = "sha256:137678c63c977754abe9086a3ec011e8fd985ab90631145dfb9294ad09c102a7"}, |
| 1340 | {file = "MarkupSafe-2.1.2-cp39-cp39-win_amd64.whl", hash = "sha256:0576fe974b40a400449768941d5d0858cc624e3249dfd1e0c33674e5c7ca7aed"}, |
| 1341 | {file = "MarkupSafe-2.1.2.tar.gz", hash = "sha256:abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1342 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1343 | mccabe = [ |
| 1344 | {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, |
| 1345 | {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, |
| 1346 | ] |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1347 | mdurl = [ |
| 1348 | {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"}, |
| 1349 | {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"}, |
| 1350 | ] |
Mohammed Naser | 0f98213 | 2022-09-19 10:48:42 -0400 | [diff] [blame] | 1351 | mergedeep = [ |
| 1352 | {file = "mergedeep-1.3.4-py3-none-any.whl", hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307"}, |
| 1353 | {file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"}, |
| 1354 | ] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1355 | mkdocs = [ |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 1356 | {file = "mkdocs-1.4.2-py3-none-any.whl", hash = "sha256:c8856a832c1e56702577023cd64cc5f84948280c1c0fcc6af4cd39006ea6aa8c"}, |
| 1357 | {file = "mkdocs-1.4.2.tar.gz", hash = "sha256:8947af423a6d0facf41ea1195b8e1e8c85ad94ac95ae307fe11232e0424b11c5"}, |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1358 | ] |
| 1359 | mkdocs-material = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1360 | {file = "mkdocs_material-8.5.11-py3-none-any.whl", hash = "sha256:c907b4b052240a5778074a30a78f31a1f8ff82d7012356dc26898b97559f082e"}, |
| 1361 | {file = "mkdocs_material-8.5.11.tar.gz", hash = "sha256:b0ea0513fd8cab323e8a825d6692ea07fa83e917bb5db042e523afecc7064ab7"}, |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1362 | ] |
| 1363 | mkdocs-material-extensions = [ |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1364 | {file = "mkdocs_material_extensions-1.1.1-py3-none-any.whl", hash = "sha256:e41d9f38e4798b6617ad98ca8f7f1157b1e4385ac1459ca1e4ea219b556df945"}, |
| 1365 | {file = "mkdocs_material_extensions-1.1.1.tar.gz", hash = "sha256:9c003da71e2cc2493d910237448c672e00cefc800d3d6ae93d2fc69979e3bd93"}, |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1366 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1367 | molecule = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1368 | {file = "molecule-4.0.4-py3-none-any.whl", hash = "sha256:437a0829c3273f542e0db09516ae743607e6a2eda4d8cbdfb407edda3e0facb2"}, |
| 1369 | {file = "molecule-4.0.4.tar.gz", hash = "sha256:aab00c1ba62a42d77edd1a51528dfbb46abca70df7c7147fda0925ee4fe7deda"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1370 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1371 | munch = [ |
| 1372 | {file = "munch-2.5.0-py2.py3-none-any.whl", hash = "sha256:6f44af89a2ce4ed04ff8de41f70b226b984db10a91dcc7b9ac2efc1c77022fdd"}, |
| 1373 | {file = "munch-2.5.0.tar.gz", hash = "sha256:2d735f6f24d4dba3417fa448cae40c6e896ec1fdab6cdb5e6510999758a4dbd2"}, |
| 1374 | ] |
Mohammed Naser | bd34e82 | 2023-01-29 23:45:51 +0000 | [diff] [blame] | 1375 | netaddr = [ |
| 1376 | {file = "netaddr-0.8.0-py2.py3-none-any.whl", hash = "sha256:9666d0232c32d2656e5e5f8d735f58fd6c7457ce52fc21c98d45f2af78f990ac"}, |
| 1377 | {file = "netaddr-0.8.0.tar.gz", hash = "sha256:d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243"}, |
| 1378 | ] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1379 | netifaces = [ |
| 1380 | {file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:eb4813b77d5df99903af4757ce980a98c4d702bbcb81f32a0b305a1537bdf0b1"}, |
| 1381 | {file = "netifaces-0.11.0-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:5f9ca13babe4d845e400921973f6165a4c2f9f3379c7abfc7478160e25d196a4"}, |
| 1382 | {file = "netifaces-0.11.0-cp27-cp27m-win32.whl", hash = "sha256:7dbb71ea26d304e78ccccf6faccef71bb27ea35e259fb883cfd7fd7b4f17ecb1"}, |
| 1383 | {file = "netifaces-0.11.0-cp27-cp27m-win_amd64.whl", hash = "sha256:0f6133ac02521270d9f7c490f0c8c60638ff4aec8338efeff10a1b51506abe85"}, |
| 1384 | {file = "netifaces-0.11.0-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:08e3f102a59f9eaef70948340aeb6c89bd09734e0dca0f3b82720305729f63ea"}, |
| 1385 | {file = "netifaces-0.11.0-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:c03fb2d4ef4e393f2e6ffc6376410a22a3544f164b336b3a355226653e5efd89"}, |
| 1386 | {file = "netifaces-0.11.0-cp34-cp34m-win32.whl", hash = "sha256:73ff21559675150d31deea8f1f8d7e9a9a7e4688732a94d71327082f517fc6b4"}, |
| 1387 | {file = "netifaces-0.11.0-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:815eafdf8b8f2e61370afc6add6194bd5a7252ae44c667e96c4c1ecf418811e4"}, |
| 1388 | {file = "netifaces-0.11.0-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:50721858c935a76b83dd0dd1ab472cad0a3ef540a1408057624604002fcfb45b"}, |
| 1389 | {file = "netifaces-0.11.0-cp35-cp35m-win32.whl", hash = "sha256:c9a3a47cd3aaeb71e93e681d9816c56406ed755b9442e981b07e3618fb71d2ac"}, |
| 1390 | {file = "netifaces-0.11.0-cp36-cp36m-macosx_10_15_x86_64.whl", hash = "sha256:aab1dbfdc55086c789f0eb37affccf47b895b98d490738b81f3b2360100426be"}, |
| 1391 | {file = "netifaces-0.11.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c37a1ca83825bc6f54dddf5277e9c65dec2f1b4d0ba44b8fd42bc30c91aa6ea1"}, |
| 1392 | {file = "netifaces-0.11.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:28f4bf3a1361ab3ed93c5ef360c8b7d4a4ae060176a3529e72e5e4ffc4afd8b0"}, |
| 1393 | {file = "netifaces-0.11.0-cp36-cp36m-win32.whl", hash = "sha256:2650beee182fed66617e18474b943e72e52f10a24dc8cac1db36c41ee9c041b7"}, |
| 1394 | {file = "netifaces-0.11.0-cp36-cp36m-win_amd64.whl", hash = "sha256:cb925e1ca024d6f9b4f9b01d83215fd00fe69d095d0255ff3f64bffda74025c8"}, |
| 1395 | {file = "netifaces-0.11.0-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:84e4d2e6973eccc52778735befc01638498781ce0e39aa2044ccfd2385c03246"}, |
| 1396 | {file = "netifaces-0.11.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:18917fbbdcb2d4f897153c5ddbb56b31fa6dd7c3fa9608b7e3c3a663df8206b5"}, |
| 1397 | {file = "netifaces-0.11.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:48324183af7f1bc44f5f197f3dad54a809ad1ef0c78baee2c88f16a5de02c4c9"}, |
| 1398 | {file = "netifaces-0.11.0-cp37-cp37m-win32.whl", hash = "sha256:8f7da24eab0d4184715d96208b38d373fd15c37b0dafb74756c638bd619ba150"}, |
| 1399 | {file = "netifaces-0.11.0-cp37-cp37m-win_amd64.whl", hash = "sha256:2479bb4bb50968089a7c045f24d120f37026d7e802ec134c4490eae994c729b5"}, |
| 1400 | {file = "netifaces-0.11.0-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:3ecb3f37c31d5d51d2a4d935cfa81c9bc956687c6f5237021b36d6fdc2815b2c"}, |
| 1401 | {file = "netifaces-0.11.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:96c0fe9696398253f93482c84814f0e7290eee0bfec11563bd07d80d701280c3"}, |
| 1402 | {file = "netifaces-0.11.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:c92ff9ac7c2282009fe0dcb67ee3cd17978cffbe0c8f4b471c00fe4325c9b4d4"}, |
| 1403 | {file = "netifaces-0.11.0-cp38-cp38-win32.whl", hash = "sha256:d07b01c51b0b6ceb0f09fc48ec58debd99d2c8430b09e56651addeaf5de48048"}, |
| 1404 | {file = "netifaces-0.11.0-cp38-cp38-win_amd64.whl", hash = "sha256:469fc61034f3daf095e02f9f1bbac07927b826c76b745207287bc594884cfd05"}, |
| 1405 | {file = "netifaces-0.11.0-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:5be83986100ed1fdfa78f11ccff9e4757297735ac17391b95e17e74335c2047d"}, |
| 1406 | {file = "netifaces-0.11.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:54ff6624eb95b8a07e79aa8817288659af174e954cca24cdb0daeeddfc03c4ff"}, |
| 1407 | {file = "netifaces-0.11.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:841aa21110a20dc1621e3dd9f922c64ca64dd1eb213c47267a2c324d823f6c8f"}, |
| 1408 | {file = "netifaces-0.11.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:e76c7f351e0444721e85f975ae92718e21c1f361bda946d60a214061de1f00a1"}, |
| 1409 | {file = "netifaces-0.11.0.tar.gz", hash = "sha256:043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"}, |
| 1410 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1411 | openstacksdk = [ |
okozachenko1203 | 1f48491 | 2022-12-29 01:30:24 +1100 | [diff] [blame] | 1412 | {file = "openstacksdk-0.61.0-py3-none-any.whl", hash = "sha256:9894d3d510563dcfc50c4755287dbfbf98def1f37caf2cfc15e9d0e1fd5d9a41"}, |
| 1413 | {file = "openstacksdk-0.61.0.tar.gz", hash = "sha256:3eed308871230f0c53a8f58b6c5a358b184080c6b2c6bc69ab088eea057aa127"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1414 | ] |
| 1415 | os-service-types = [ |
| 1416 | {file = "os-service-types-1.7.0.tar.gz", hash = "sha256:31800299a82239363995b91f1ebf9106ac7758542a1e4ef6dc737a5932878c6c"}, |
| 1417 | {file = "os_service_types-1.7.0-py2.py3-none-any.whl", hash = "sha256:0505c72205690910077fb72b88f2a1f07533c8d39f2fe75b29583481764965d6"}, |
| 1418 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1419 | packaging = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1420 | {file = "packaging-23.0-py3-none-any.whl", hash = "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2"}, |
| 1421 | {file = "packaging-23.0.tar.gz", hash = "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1422 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1423 | pbr = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1424 | {file = "pbr-5.11.1-py2.py3-none-any.whl", hash = "sha256:567f09558bae2b3ab53cb3c1e2e33e726ff3338e7bae3db5dc954b3a44eef12b"}, |
| 1425 | {file = "pbr-5.11.1.tar.gz", hash = "sha256:aefc51675b0b533d56bb5fd1c8c6c0522fe31896679882e1c4c63d5e4a0fccb3"}, |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1426 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1427 | pluggy = [ |
| 1428 | {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, |
| 1429 | {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, |
| 1430 | ] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 1431 | py = [ |
| 1432 | {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, |
| 1433 | {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, |
| 1434 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1435 | pycodestyle = [ |
| 1436 | {file = "pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"}, |
| 1437 | {file = "pycodestyle-2.9.1.tar.gz", hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"}, |
| 1438 | ] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1439 | pycparser = [ |
| 1440 | {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, |
| 1441 | {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, |
| 1442 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 1443 | pyflakes = [ |
| 1444 | {file = "pyflakes-2.5.0-py2.py3-none-any.whl", hash = "sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2"}, |
| 1445 | {file = "pyflakes-2.5.0.tar.gz", hash = "sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"}, |
| 1446 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1447 | Pygments = [ |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 1448 | {file = "Pygments-2.14.0-py3-none-any.whl", hash = "sha256:fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717"}, |
| 1449 | {file = "Pygments-2.14.0.tar.gz", hash = "sha256:b3ed06a9e8ac9a9aae5a6f5dbe78a8a58655d17b43b93c078f094ddc476ae297"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1450 | ] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1451 | pymdown-extensions = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1452 | {file = "pymdown_extensions-9.9.2-py3-none-any.whl", hash = "sha256:c3d804eb4a42b85bafb5f36436342a5ad38df03878bb24db8855a4aa8b08b765"}, |
| 1453 | {file = "pymdown_extensions-9.9.2.tar.gz", hash = "sha256:ebb33069bafcb64d5f5988043331d4ea4929325dc678a6bcf247ddfcf96499f8"}, |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1454 | ] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1455 | pyrsistent = [ |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 1456 | {file = "pyrsistent-0.19.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:20460ac0ea439a3e79caa1dbd560344b64ed75e85d8703943e0b66c2a6150e4a"}, |
| 1457 | {file = "pyrsistent-0.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c18264cb84b5e68e7085a43723f9e4c1fd1d935ab240ce02c0324a8e01ccb64"}, |
| 1458 | {file = "pyrsistent-0.19.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b774f9288dda8d425adb6544e5903f1fb6c273ab3128a355c6b972b7df39dcf"}, |
| 1459 | {file = "pyrsistent-0.19.3-cp310-cp310-win32.whl", hash = "sha256:5a474fb80f5e0d6c9394d8db0fc19e90fa540b82ee52dba7d246a7791712f74a"}, |
| 1460 | {file = "pyrsistent-0.19.3-cp310-cp310-win_amd64.whl", hash = "sha256:49c32f216c17148695ca0e02a5c521e28a4ee6c5089f97e34fe24163113722da"}, |
| 1461 | {file = "pyrsistent-0.19.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f0774bf48631f3a20471dd7c5989657b639fd2d285b861237ea9e82c36a415a9"}, |
| 1462 | {file = "pyrsistent-0.19.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ab2204234c0ecd8b9368dbd6a53e83c3d4f3cab10ecaf6d0e772f456c442393"}, |
| 1463 | {file = "pyrsistent-0.19.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e42296a09e83028b3476f7073fcb69ffebac0e66dbbfd1bd847d61f74db30f19"}, |
| 1464 | {file = "pyrsistent-0.19.3-cp311-cp311-win32.whl", hash = "sha256:64220c429e42a7150f4bfd280f6f4bb2850f95956bde93c6fda1b70507af6ef3"}, |
| 1465 | {file = "pyrsistent-0.19.3-cp311-cp311-win_amd64.whl", hash = "sha256:016ad1afadf318eb7911baa24b049909f7f3bb2c5b1ed7b6a8f21db21ea3faa8"}, |
| 1466 | {file = "pyrsistent-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c4db1bd596fefd66b296a3d5d943c94f4fac5bcd13e99bffe2ba6a759d959a28"}, |
| 1467 | {file = "pyrsistent-0.19.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aeda827381f5e5d65cced3024126529ddc4289d944f75e090572c77ceb19adbf"}, |
| 1468 | {file = "pyrsistent-0.19.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:42ac0b2f44607eb92ae88609eda931a4f0dfa03038c44c772e07f43e738bcac9"}, |
| 1469 | {file = "pyrsistent-0.19.3-cp37-cp37m-win32.whl", hash = "sha256:e8f2b814a3dc6225964fa03d8582c6e0b6650d68a232df41e3cc1b66a5d2f8d1"}, |
| 1470 | {file = "pyrsistent-0.19.3-cp37-cp37m-win_amd64.whl", hash = "sha256:c9bb60a40a0ab9aba40a59f68214eed5a29c6274c83b2cc206a359c4a89fa41b"}, |
| 1471 | {file = "pyrsistent-0.19.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:a2471f3f8693101975b1ff85ffd19bb7ca7dd7c38f8a81701f67d6b4f97b87d8"}, |
| 1472 | {file = "pyrsistent-0.19.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc5d149f31706762c1f8bda2e8c4f8fead6e80312e3692619a75301d3dbb819a"}, |
| 1473 | {file = "pyrsistent-0.19.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3311cb4237a341aa52ab8448c27e3a9931e2ee09561ad150ba94e4cfd3fc888c"}, |
| 1474 | {file = "pyrsistent-0.19.3-cp38-cp38-win32.whl", hash = "sha256:f0e7c4b2f77593871e918be000b96c8107da48444d57005b6a6bc61fb4331b2c"}, |
| 1475 | {file = "pyrsistent-0.19.3-cp38-cp38-win_amd64.whl", hash = "sha256:c147257a92374fde8498491f53ffa8f4822cd70c0d85037e09028e478cababb7"}, |
| 1476 | {file = "pyrsistent-0.19.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:b735e538f74ec31378f5a1e3886a26d2ca6351106b4dfde376a26fc32a044edc"}, |
| 1477 | {file = "pyrsistent-0.19.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99abb85579e2165bd8522f0c0138864da97847875ecbd45f3e7e2af569bfc6f2"}, |
| 1478 | {file = "pyrsistent-0.19.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3a8cb235fa6d3fd7aae6a4f1429bbb1fec1577d978098da1252f0489937786f3"}, |
| 1479 | {file = "pyrsistent-0.19.3-cp39-cp39-win32.whl", hash = "sha256:c74bed51f9b41c48366a286395c67f4e894374306b197e62810e0fdaf2364da2"}, |
| 1480 | {file = "pyrsistent-0.19.3-cp39-cp39-win_amd64.whl", hash = "sha256:878433581fc23e906d947a6814336eee031a00e6defba224234169ae3d3d6a98"}, |
| 1481 | {file = "pyrsistent-0.19.3-py3-none-any.whl", hash = "sha256:ccf0d6bd208f8111179f0c26fdf84ed7c3891982f2edaeae7422575f47e66b64"}, |
| 1482 | {file = "pyrsistent-0.19.3.tar.gz", hash = "sha256:1a2994773706bbb4995c31a97bc94f1418314923bd1048c6d964837040376440"}, |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1483 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1484 | pytest = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1485 | {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, |
| 1486 | {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1487 | ] |
| 1488 | pytest-cov = [ |
| 1489 | {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, |
| 1490 | {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, |
| 1491 | ] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 1492 | pytest-forked = [ |
| 1493 | {file = "pytest-forked-1.4.0.tar.gz", hash = "sha256:8b67587c8f98cbbadfdd804539ed5455b6ed03802203485dd2f53c1422d7440e"}, |
| 1494 | {file = "pytest_forked-1.4.0-py3-none-any.whl", hash = "sha256:bbbb6717efc886b9d64537b41fb1497cfaf3c9601276be8da2cccfea5a3c8ad8"}, |
| 1495 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1496 | pytest-mock = [ |
Mohammed Naser | 7d3c797 | 2022-11-07 10:54:56 -0500 | [diff] [blame] | 1497 | {file = "pytest-mock-3.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, |
| 1498 | {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1499 | ] |
Mohammed Naser | 21d5581 | 2023-01-13 21:28:47 +0000 | [diff] [blame] | 1500 | pytest-xdist = [ |
| 1501 | {file = "pytest-xdist-3.1.0.tar.gz", hash = "sha256:40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c"}, |
| 1502 | {file = "pytest_xdist-3.1.0-py3-none-any.whl", hash = "sha256:70a76f191d8a1d2d6be69fc440cdf85f3e4c03c08b520fd5dc5d338d6cf07d89"}, |
| 1503 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1504 | python-dateutil = [ |
| 1505 | {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, |
| 1506 | {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, |
| 1507 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1508 | python-slugify = [ |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1509 | {file = "python-slugify-7.0.0.tar.gz", hash = "sha256:7a0f21a39fa6c1c4bf2e5984c9b9ae944483fd10b54804cb0e23a3ccd4954f0b"}, |
| 1510 | {file = "python_slugify-7.0.0-py2.py3-none-any.whl", hash = "sha256:003aee64f9fd955d111549f96c4b58a3f40b9319383c70fad6277a4974bbf570"}, |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1511 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1512 | PyYAML = [ |
| 1513 | {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, |
| 1514 | {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"}, |
| 1515 | {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"}, |
| 1516 | {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"}, |
| 1517 | {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"}, |
| 1518 | {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"}, |
| 1519 | {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"}, |
| 1520 | {file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"}, |
| 1521 | {file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"}, |
| 1522 | {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"}, |
| 1523 | {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"}, |
| 1524 | {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"}, |
| 1525 | {file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"}, |
| 1526 | {file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"}, |
| 1527 | {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"}, |
| 1528 | {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"}, |
| 1529 | {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"}, |
| 1530 | {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"}, |
| 1531 | {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"}, |
| 1532 | {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"}, |
| 1533 | {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"}, |
| 1534 | {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"}, |
| 1535 | {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"}, |
| 1536 | {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"}, |
| 1537 | {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"}, |
| 1538 | {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"}, |
| 1539 | {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"}, |
| 1540 | {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"}, |
| 1541 | {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"}, |
| 1542 | {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"}, |
| 1543 | {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"}, |
| 1544 | {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"}, |
| 1545 | {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"}, |
| 1546 | {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"}, |
| 1547 | {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"}, |
| 1548 | {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"}, |
| 1549 | {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"}, |
| 1550 | {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"}, |
| 1551 | {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"}, |
| 1552 | {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, |
| 1553 | ] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1554 | pyyaml_env_tag = [ |
| 1555 | {file = "pyyaml_env_tag-0.1-py3-none-any.whl", hash = "sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069"}, |
| 1556 | {file = "pyyaml_env_tag-0.1.tar.gz", hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb"}, |
| 1557 | ] |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1558 | regex = [ |
| 1559 | {file = "regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a8ff454ef0bb061e37df03557afda9d785c905dab15584860f982e88be73015f"}, |
| 1560 | {file = "regex-2022.10.31-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1eba476b1b242620c266edf6325b443a2e22b633217a9835a52d8da2b5c051f9"}, |
| 1561 | {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d0e5af9a9effb88535a472e19169e09ce750c3d442fb222254a276d77808620b"}, |
| 1562 | {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d03fe67b2325cb3f09be029fd5da8df9e6974f0cde2c2ac6a79d2634e791dd57"}, |
| 1563 | {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a9d0b68ac1743964755ae2d89772c7e6fb0118acd4d0b7464eaf3921c6b49dd4"}, |
| 1564 | {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a45b6514861916c429e6059a55cf7db74670eaed2052a648e3e4d04f070e001"}, |
| 1565 | {file = "regex-2022.10.31-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8b0886885f7323beea6f552c28bff62cbe0983b9fbb94126531693ea6c5ebb90"}, |
| 1566 | {file = "regex-2022.10.31-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5aefb84a301327ad115e9d346c8e2760009131d9d4b4c6b213648d02e2abe144"}, |
| 1567 | {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:702d8fc6f25bbf412ee706bd73019da5e44a8400861dfff7ff31eb5b4a1276dc"}, |
| 1568 | {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a3c1ebd4ed8e76e886507c9eddb1a891673686c813adf889b864a17fafcf6d66"}, |
| 1569 | {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:50921c140561d3db2ab9f5b11c5184846cde686bb5a9dc64cae442926e86f3af"}, |
| 1570 | {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:7db345956ecce0c99b97b042b4ca7326feeec6b75facd8390af73b18e2650ffc"}, |
| 1571 | {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:763b64853b0a8f4f9cfb41a76a4a85a9bcda7fdda5cb057016e7706fde928e66"}, |
| 1572 | {file = "regex-2022.10.31-cp310-cp310-win32.whl", hash = "sha256:44136355e2f5e06bf6b23d337a75386371ba742ffa771440b85bed367c1318d1"}, |
| 1573 | {file = "regex-2022.10.31-cp310-cp310-win_amd64.whl", hash = "sha256:bfff48c7bd23c6e2aec6454aaf6edc44444b229e94743b34bdcdda2e35126cf5"}, |
| 1574 | {file = "regex-2022.10.31-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4b4b1fe58cd102d75ef0552cf17242705ce0759f9695334a56644ad2d83903fe"}, |
| 1575 | {file = "regex-2022.10.31-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:542e3e306d1669b25936b64917285cdffcd4f5c6f0247636fec037187bd93542"}, |
| 1576 | {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c27cc1e4b197092e50ddbf0118c788d9977f3f8f35bfbbd3e76c1846a3443df7"}, |
| 1577 | {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b8e38472739028e5f2c3a4aded0ab7eadc447f0d84f310c7a8bb697ec417229e"}, |
| 1578 | {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:76c598ca73ec73a2f568e2a72ba46c3b6c8690ad9a07092b18e48ceb936e9f0c"}, |
| 1579 | {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c28d3309ebd6d6b2cf82969b5179bed5fefe6142c70f354ece94324fa11bf6a1"}, |
| 1580 | {file = "regex-2022.10.31-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9af69f6746120998cd9c355e9c3c6aec7dff70d47247188feb4f829502be8ab4"}, |
| 1581 | {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a5f9505efd574d1e5b4a76ac9dd92a12acb2b309551e9aa874c13c11caefbe4f"}, |
| 1582 | {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:5ff525698de226c0ca743bfa71fc6b378cda2ddcf0d22d7c37b1cc925c9650a5"}, |
| 1583 | {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:4fe7fda2fe7c8890d454f2cbc91d6c01baf206fbc96d89a80241a02985118c0c"}, |
| 1584 | {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:2cdc55ca07b4e70dda898d2ab7150ecf17c990076d3acd7a5f3b25cb23a69f1c"}, |
| 1585 | {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:44a6c2f6374e0033873e9ed577a54a3602b4f609867794c1a3ebba65e4c93ee7"}, |
| 1586 | {file = "regex-2022.10.31-cp311-cp311-win32.whl", hash = "sha256:d8716f82502997b3d0895d1c64c3b834181b1eaca28f3f6336a71777e437c2af"}, |
| 1587 | {file = "regex-2022.10.31-cp311-cp311-win_amd64.whl", hash = "sha256:61edbca89aa3f5ef7ecac8c23d975fe7261c12665f1d90a6b1af527bba86ce61"}, |
| 1588 | {file = "regex-2022.10.31-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0a069c8483466806ab94ea9068c34b200b8bfc66b6762f45a831c4baaa9e8cdd"}, |
| 1589 | {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d26166acf62f731f50bdd885b04b38828436d74e8e362bfcb8df221d868b5d9b"}, |
| 1590 | {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac741bf78b9bb432e2d314439275235f41656e189856b11fb4e774d9f7246d81"}, |
| 1591 | {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75f591b2055523fc02a4bbe598aa867df9e953255f0b7f7715d2a36a9c30065c"}, |
| 1592 | {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b30bddd61d2a3261f025ad0f9ee2586988c6a00c780a2fb0a92cea2aa702c54"}, |
| 1593 | {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef4163770525257876f10e8ece1cf25b71468316f61451ded1a6f44273eedeb5"}, |
| 1594 | {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:7b280948d00bd3973c1998f92e22aa3ecb76682e3a4255f33e1020bd32adf443"}, |
| 1595 | {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:d0213671691e341f6849bf33cd9fad21f7b1cb88b89e024f33370733fec58742"}, |
| 1596 | {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:22e7ebc231d28393dfdc19b185d97e14a0f178bedd78e85aad660e93b646604e"}, |
| 1597 | {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:8ad241da7fac963d7573cc67a064c57c58766b62a9a20c452ca1f21050868dfa"}, |
| 1598 | {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:586b36ebda81e6c1a9c5a5d0bfdc236399ba6595e1397842fd4a45648c30f35e"}, |
| 1599 | {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:0653d012b3bf45f194e5e6a41df9258811ac8fc395579fa82958a8b76286bea4"}, |
| 1600 | {file = "regex-2022.10.31-cp36-cp36m-win32.whl", hash = "sha256:144486e029793a733e43b2e37df16a16df4ceb62102636ff3db6033994711066"}, |
| 1601 | {file = "regex-2022.10.31-cp36-cp36m-win_amd64.whl", hash = "sha256:c14b63c9d7bab795d17392c7c1f9aaabbffd4cf4387725a0ac69109fb3b550c6"}, |
| 1602 | {file = "regex-2022.10.31-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4cac3405d8dda8bc6ed499557625585544dd5cbf32072dcc72b5a176cb1271c8"}, |
| 1603 | {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:23cbb932cc53a86ebde0fb72e7e645f9a5eec1a5af7aa9ce333e46286caef783"}, |
| 1604 | {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:74bcab50a13960f2a610cdcd066e25f1fd59e23b69637c92ad470784a51b1347"}, |
| 1605 | {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:78d680ef3e4d405f36f0d6d1ea54e740366f061645930072d39bca16a10d8c93"}, |
| 1606 | {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce6910b56b700bea7be82c54ddf2e0ed792a577dfaa4a76b9af07d550af435c6"}, |
| 1607 | {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:659175b2144d199560d99a8d13b2228b85e6019b6e09e556209dfb8c37b78a11"}, |
| 1608 | {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1ddf14031a3882f684b8642cb74eea3af93a2be68893901b2b387c5fd92a03ec"}, |
| 1609 | {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b683e5fd7f74fb66e89a1ed16076dbab3f8e9f34c18b1979ded614fe10cdc4d9"}, |
| 1610 | {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2bde29cc44fa81c0a0c8686992c3080b37c488df167a371500b2a43ce9f026d1"}, |
| 1611 | {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:4919899577ba37f505aaebdf6e7dc812d55e8f097331312db7f1aab18767cce8"}, |
| 1612 | {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:9c94f7cc91ab16b36ba5ce476f1904c91d6c92441f01cd61a8e2729442d6fcf5"}, |
| 1613 | {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ae1e96785696b543394a4e3f15f3f225d44f3c55dafe3f206493031419fedf95"}, |
| 1614 | {file = "regex-2022.10.31-cp37-cp37m-win32.whl", hash = "sha256:c670f4773f2f6f1957ff8a3962c7dd12e4be54d05839b216cb7fd70b5a1df394"}, |
| 1615 | {file = "regex-2022.10.31-cp37-cp37m-win_amd64.whl", hash = "sha256:8e0caeff18b96ea90fc0eb6e3bdb2b10ab5b01a95128dfeccb64a7238decf5f0"}, |
| 1616 | {file = "regex-2022.10.31-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:131d4be09bea7ce2577f9623e415cab287a3c8e0624f778c1d955ec7c281bd4d"}, |
| 1617 | {file = "regex-2022.10.31-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e613a98ead2005c4ce037c7b061f2409a1a4e45099edb0ef3200ee26ed2a69a8"}, |
| 1618 | {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:052b670fafbe30966bbe5d025e90b2a491f85dfe5b2583a163b5e60a85a321ad"}, |
| 1619 | {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aa62a07ac93b7cb6b7d0389d8ef57ffc321d78f60c037b19dfa78d6b17c928ee"}, |
| 1620 | {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5352bea8a8f84b89d45ccc503f390a6be77917932b1c98c4cdc3565137acc714"}, |
| 1621 | {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:20f61c9944f0be2dc2b75689ba409938c14876c19d02f7585af4460b6a21403e"}, |
| 1622 | {file = "regex-2022.10.31-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:29c04741b9ae13d1e94cf93fca257730b97ce6ea64cfe1eba11cf9ac4e85afb6"}, |
| 1623 | {file = "regex-2022.10.31-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:543883e3496c8b6d58bd036c99486c3c8387c2fc01f7a342b760c1ea3158a318"}, |
| 1624 | {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b7a8b43ee64ca8f4befa2bea4083f7c52c92864d8518244bfa6e88c751fa8fff"}, |
| 1625 | {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6a9a19bea8495bb419dc5d38c4519567781cd8d571c72efc6aa959473d10221a"}, |
| 1626 | {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:6ffd55b5aedc6f25fd8d9f905c9376ca44fcf768673ffb9d160dd6f409bfda73"}, |
| 1627 | {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:4bdd56ee719a8f751cf5a593476a441c4e56c9b64dc1f0f30902858c4ef8771d"}, |
| 1628 | {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8ca88da1bd78990b536c4a7765f719803eb4f8f9971cc22d6ca965c10a7f2c4c"}, |
| 1629 | {file = "regex-2022.10.31-cp38-cp38-win32.whl", hash = "sha256:5a260758454580f11dd8743fa98319bb046037dfab4f7828008909d0aa5292bc"}, |
| 1630 | {file = "regex-2022.10.31-cp38-cp38-win_amd64.whl", hash = "sha256:5e6a5567078b3eaed93558842346c9d678e116ab0135e22eb72db8325e90b453"}, |
| 1631 | {file = "regex-2022.10.31-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5217c25229b6a85049416a5c1e6451e9060a1edcf988641e309dbe3ab26d3e49"}, |
| 1632 | {file = "regex-2022.10.31-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4bf41b8b0a80708f7e0384519795e80dcb44d7199a35d52c15cc674d10b3081b"}, |
| 1633 | {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cf0da36a212978be2c2e2e2d04bdff46f850108fccc1851332bcae51c8907cc"}, |
| 1634 | {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d403d781b0e06d2922435ce3b8d2376579f0c217ae491e273bab8d092727d244"}, |
| 1635 | {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a37d51fa9a00d265cf73f3de3930fa9c41548177ba4f0faf76e61d512c774690"}, |
| 1636 | {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4f781ffedd17b0b834c8731b75cce2639d5a8afe961c1e58ee7f1f20b3af185"}, |
| 1637 | {file = "regex-2022.10.31-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d243b36fbf3d73c25e48014961e83c19c9cc92530516ce3c43050ea6276a2ab7"}, |
| 1638 | {file = "regex-2022.10.31-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:370f6e97d02bf2dd20d7468ce4f38e173a124e769762d00beadec3bc2f4b3bc4"}, |
| 1639 | {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:597f899f4ed42a38df7b0e46714880fb4e19a25c2f66e5c908805466721760f5"}, |
| 1640 | {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7dbdce0c534bbf52274b94768b3498abdf675a691fec5f751b6057b3030f34c1"}, |
| 1641 | {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:22960019a842777a9fa5134c2364efaed5fbf9610ddc5c904bd3a400973b0eb8"}, |
| 1642 | {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:7f5a3ffc731494f1a57bd91c47dc483a1e10048131ffb52d901bfe2beb6102e8"}, |
| 1643 | {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7ef6b5942e6bfc5706301a18a62300c60db9af7f6368042227ccb7eeb22d0892"}, |
| 1644 | {file = "regex-2022.10.31-cp39-cp39-win32.whl", hash = "sha256:395161bbdbd04a8333b9ff9763a05e9ceb4fe210e3c7690f5e68cedd3d65d8e1"}, |
| 1645 | {file = "regex-2022.10.31-cp39-cp39-win_amd64.whl", hash = "sha256:957403a978e10fb3ca42572a23e6f7badff39aa1ce2f4ade68ee452dc6807692"}, |
| 1646 | {file = "regex-2022.10.31.tar.gz", hash = "sha256:a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83"}, |
| 1647 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1648 | requests = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1649 | {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, |
| 1650 | {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1651 | ] |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1652 | requestsexceptions = [ |
| 1653 | {file = "requestsexceptions-1.4.0-py2.py3-none-any.whl", hash = "sha256:3083d872b6e07dc5c323563ef37671d992214ad9a32b0ca4a3d7f5500bf38ce3"}, |
| 1654 | {file = "requestsexceptions-1.4.0.tar.gz", hash = "sha256:b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065"}, |
| 1655 | ] |
Mohammed Naser | 6e557c8 | 2022-10-01 20:10:13 +0000 | [diff] [blame] | 1656 | resolvelib = [ |
| 1657 | {file = "resolvelib-0.8.1-py2.py3-none-any.whl", hash = "sha256:d9b7907f055c3b3a2cfc56c914ffd940122915826ff5fb5b1de0c99778f4de98"}, |
| 1658 | {file = "resolvelib-0.8.1.tar.gz", hash = "sha256:c6ea56732e9fb6fca1b2acc2ccc68a0b6b8c566d8f3e78e0443310ede61dbd37"}, |
| 1659 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1660 | rich = [ |
Mohammed Naser | d508253 | 2023-01-27 20:34:20 +0000 | [diff] [blame] | 1661 | {file = "rich-13.3.0-py3-none-any.whl", hash = "sha256:dd62e48284e540ae03235258699c07d5b48dbc1fd1905c6091b5ce72d7c69195"}, |
| 1662 | {file = "rich-13.3.0.tar.gz", hash = "sha256:98ce3ede653f23fbc02b0f8bd8a16a6b2bb4cfbdcfccf736eb28ba2810af241e"}, |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame] | 1663 | ] |
Mohammed Naser | 273d3ca | 2023-01-29 22:28:54 +0000 | [diff] [blame] | 1664 | rjsonnet = [ |
| 1665 | {file = "rjsonnet-0.5.2-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:f6e72ea6859cd7d64dd04a7c6ba53d7abe6437336b8e51768e482b82f352b380"}, |
| 1666 | {file = "rjsonnet-0.5.2-cp37-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:162e3a5a01591ccc4b0e589a1afcbbe01abab3762fef110cb25f6dbd5be18b1f"}, |
| 1667 | {file = "rjsonnet-0.5.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e2fdf3f967b924020a752c45e772c107586f458c71dff1de18977cf5cc84de48"}, |
| 1668 | {file = "rjsonnet-0.5.2-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a3159d1309bbff4e34406e1f0259191bba5d7b7f91021061f6211298bdc22307"}, |
| 1669 | {file = "rjsonnet-0.5.2-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:357a75e5ea45c674c430b7a7146d3be182e64a1b4fcb569ba9878e0ca04e8369"}, |
| 1670 | {file = "rjsonnet-0.5.2-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d14d5245c0448676125556578d489b93c13525ceb4313aa6ddfba9677b5342c5"}, |
| 1671 | {file = "rjsonnet-0.5.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5a8b72d318b2f1f24df3f7f5ed5436522f02aaf3ee8b8f4d635417fe863f6a7"}, |
| 1672 | {file = "rjsonnet-0.5.2-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4bae1eb251b4e2cd7aadcc57ba99e009f1a0bb257d348095f18e7fb3f882ab36"}, |
| 1673 | {file = "rjsonnet-0.5.2-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:6b01c34690d64068fb01ad62356b5b7b40bdc1b8804cfbcc6fa6a80ee86e6905"}, |
| 1674 | {file = "rjsonnet-0.5.2-cp37-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:1a8a7e587fcab68253d47bb8b76b7fe75821f649612dbca9bc43caccd8d883b9"}, |
| 1675 | {file = "rjsonnet-0.5.2-cp37-abi3-musllinux_1_2_i686.whl", hash = "sha256:1388aeb0b3caa6ce206517f8da95ed22ccca074b6f8eca94a91d526bb76bb392"}, |
| 1676 | {file = "rjsonnet-0.5.2-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:e0f5f447ea76fb279d3310ff695cee6fee52c0101d2260bafb62de2abdc44c8d"}, |
| 1677 | {file = "rjsonnet-0.5.2-cp37-abi3-win32.whl", hash = "sha256:f402453f6051893ddc83377afbda6bcf6cc2a81613a65090d8dc50327ab8996c"}, |
| 1678 | {file = "rjsonnet-0.5.2-cp37-abi3-win_amd64.whl", hash = "sha256:6b7c5d2d1ee0fed32f448681cc011b93bfb718290173a15f5f055124c089ecec"}, |
| 1679 | {file = "rjsonnet-0.5.2.tar.gz", hash = "sha256:95062261ffdef831a9e44a35e2d3a97a91d3870dac364ed6beae57d0851eeecd"}, |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1680 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1681 | six = [ |
| 1682 | {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, |
| 1683 | {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, |
| 1684 | ] |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1685 | stevedore = [ |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1686 | {file = "stevedore-4.1.1-py3-none-any.whl", hash = "sha256:aa6436565c069b2946fe4ebff07f5041e0c8bf18c7376dd29edf80cf7d524e4e"}, |
| 1687 | {file = "stevedore-4.1.1.tar.gz", hash = "sha256:7f8aeb6e3f90f96832c301bff21a7eb5eefbe894c88c506483d355565d88cc1a"}, |
Mohammed Naser | 124a9bc | 2022-09-19 15:13:16 -0400 | [diff] [blame] | 1688 | ] |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1689 | subprocess-tee = [ |
Mohammed Naser | 71ebfe8 | 2022-12-28 05:28:16 +0000 | [diff] [blame] | 1690 | {file = "subprocess-tee-0.4.1.tar.gz", hash = "sha256:b3c124993f8b88d1eb1c2fde0bc2069787eac720ba88771cba17e8c93324825d"}, |
| 1691 | {file = "subprocess_tee-0.4.1-py3-none-any.whl", hash = "sha256:eca56973a1c1237093c2055b2731bcaab784683b83f22c76f26e4c5763402e28"}, |
Mohammed Naser | effebad | 2022-09-19 18:10:14 -0400 | [diff] [blame] | 1692 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 1693 | text-unidecode = [ |
| 1694 | {file = "text-unidecode-1.3.tar.gz", hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"}, |
| 1695 | {file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"}, |
| 1696 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1697 | tomli = [ |
| 1698 | {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, |
| 1699 | {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, |
| 1700 | ] |
| 1701 | urllib3 = [ |
Mohammed Naser | 6d662cd | 2023-01-26 19:29:33 +0000 | [diff] [blame] | 1702 | {file = "urllib3-1.26.14-py2.py3-none-any.whl", hash = "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1"}, |
| 1703 | {file = "urllib3-1.26.14.tar.gz", hash = "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"}, |
Mohammed Naser | 84ba2ec | 2022-11-28 04:31:51 +0000 | [diff] [blame] | 1704 | ] |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1705 | watchdog = [ |
Mohammed Naser | 9766b48 | 2023-01-03 00:51:05 -0500 | [diff] [blame] | 1706 | {file = "watchdog-2.2.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a09483249d25cbdb4c268e020cb861c51baab2d1affd9a6affc68ffe6a231260"}, |
| 1707 | {file = "watchdog-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5100eae58133355d3ca6c1083a33b81355c4f452afa474c2633bd2fbbba398b3"}, |
| 1708 | {file = "watchdog-2.2.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e618a4863726bc7a3c64f95c218437f3349fb9d909eb9ea3a1ed3b567417c661"}, |
| 1709 | {file = "watchdog-2.2.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:102a60093090fc3ff76c983367b19849b7cc24ec414a43c0333680106e62aae1"}, |
| 1710 | {file = "watchdog-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:748ca797ff59962e83cc8e4b233f87113f3cf247c23e6be58b8a2885c7337aa3"}, |
| 1711 | {file = "watchdog-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6ccd8d84b9490a82b51b230740468116b8205822ea5fdc700a553d92661253a3"}, |
| 1712 | {file = "watchdog-2.2.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6e01d699cd260d59b84da6bda019dce0a3353e3fcc774408ae767fe88ee096b7"}, |
| 1713 | {file = "watchdog-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8586d98c494690482c963ffb24c49bf9c8c2fe0589cec4dc2f753b78d1ec301d"}, |
| 1714 | {file = "watchdog-2.2.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:adaf2ece15f3afa33a6b45f76b333a7da9256e1360003032524d61bdb4c422ae"}, |
| 1715 | {file = "watchdog-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:83a7cead445008e880dbde833cb9e5cc7b9a0958edb697a96b936621975f15b9"}, |
| 1716 | {file = "watchdog-2.2.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f8ac23ff2c2df4471a61af6490f847633024e5aa120567e08d07af5718c9d092"}, |
| 1717 | {file = "watchdog-2.2.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d0f29fd9f3f149a5277929de33b4f121a04cf84bb494634707cfa8ea8ae106a8"}, |
| 1718 | {file = "watchdog-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:967636031fa4c4955f0f3f22da3c5c418aa65d50908d31b73b3b3ffd66d60640"}, |
| 1719 | {file = "watchdog-2.2.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:96cbeb494e6cbe3ae6aacc430e678ce4b4dd3ae5125035f72b6eb4e5e9eb4f4e"}, |
| 1720 | {file = "watchdog-2.2.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:61fdb8e9c57baf625e27e1420e7ca17f7d2023929cd0065eb79c83da1dfbeacd"}, |
| 1721 | {file = "watchdog-2.2.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:4cb5ecc332112017fbdb19ede78d92e29a8165c46b68a0b8ccbd0a154f196d5e"}, |
| 1722 | {file = "watchdog-2.2.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a480d122740debf0afac4ddd583c6c0bb519c24f817b42ed6f850e2f6f9d64a8"}, |
| 1723 | {file = "watchdog-2.2.1-py3-none-manylinux2014_aarch64.whl", hash = "sha256:978a1aed55de0b807913b7482d09943b23a2d634040b112bdf31811a422f6344"}, |
| 1724 | {file = "watchdog-2.2.1-py3-none-manylinux2014_armv7l.whl", hash = "sha256:8c28c23972ec9c524967895ccb1954bc6f6d4a557d36e681a36e84368660c4ce"}, |
| 1725 | {file = "watchdog-2.2.1-py3-none-manylinux2014_i686.whl", hash = "sha256:c27d8c1535fd4474e40a4b5e01f4ba6720bac58e6751c667895cbc5c8a7af33c"}, |
| 1726 | {file = "watchdog-2.2.1-py3-none-manylinux2014_ppc64.whl", hash = "sha256:d6b87477752bd86ac5392ecb9eeed92b416898c30bd40c7e2dd03c3146105646"}, |
| 1727 | {file = "watchdog-2.2.1-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:cece1aa596027ff56369f0b50a9de209920e1df9ac6d02c7f9e5d8162eb4f02b"}, |
| 1728 | {file = "watchdog-2.2.1-py3-none-manylinux2014_s390x.whl", hash = "sha256:8b5cde14e5c72b2df5d074774bdff69e9b55da77e102a91f36ef26ca35f9819c"}, |
| 1729 | {file = "watchdog-2.2.1-py3-none-manylinux2014_x86_64.whl", hash = "sha256:e038be858425c4f621900b8ff1a3a1330d9edcfeaa1c0468aeb7e330fb87693e"}, |
| 1730 | {file = "watchdog-2.2.1-py3-none-win32.whl", hash = "sha256:bc43c1b24d2f86b6e1cc15f68635a959388219426109233e606517ff7d0a5a73"}, |
| 1731 | {file = "watchdog-2.2.1-py3-none-win_amd64.whl", hash = "sha256:17f1708f7410af92ddf591e94ae71a27a13974559e72f7e9fde3ec174b26ba2e"}, |
| 1732 | {file = "watchdog-2.2.1-py3-none-win_ia64.whl", hash = "sha256:195ab1d9d611a4c1e5311cbf42273bc541e18ea8c32712f2fb703cfc6ff006f9"}, |
| 1733 | {file = "watchdog-2.2.1.tar.gz", hash = "sha256:cdcc23c9528601a8a293eb4369cbd14f6b4f34f07ae8769421252e9c22718b6f"}, |
Mohammed Naser | c45b71c | 2022-11-01 16:06:26 -0400 | [diff] [blame] | 1734 | ] |