Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 1 | [[package]] |
| 2 | name = "attrs" |
| 3 | version = "22.1.0" |
| 4 | description = "Classes Without Boilerplate" |
| 5 | category = "dev" |
| 6 | optional = false |
| 7 | python-versions = ">=3.5" |
| 8 | |
| 9 | [package.extras] |
| 10 | dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy (>=0.900,!=0.940)", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "sphinx", "sphinx-notfound-page", "zope.interface"] |
| 11 | docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"] |
| 12 | tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "zope.interface"] |
| 13 | tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] |
| 14 | |
| 15 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 16 | name = "better-exceptions" |
| 17 | version = "0.3.3" |
| 18 | description = "Pretty and helpful exceptions, automatically" |
| 19 | category = "main" |
| 20 | optional = false |
| 21 | python-versions = "*" |
| 22 | |
| 23 | [package.dependencies] |
| 24 | colorama = {version = "*", markers = "sys_platform == \"win32\""} |
| 25 | |
| 26 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 27 | name = "certifi" |
| 28 | version = "2022.9.14" |
| 29 | description = "Python package for providing Mozilla's CA Bundle." |
| 30 | category = "main" |
| 31 | optional = false |
| 32 | python-versions = ">=3.6" |
| 33 | |
| 34 | [[package]] |
| 35 | name = "charset-normalizer" |
| 36 | version = "2.1.1" |
| 37 | description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." |
| 38 | category = "main" |
| 39 | optional = false |
| 40 | python-versions = ">=3.6.0" |
| 41 | |
| 42 | [package.extras] |
| 43 | unicode_backport = ["unicodedata2"] |
| 44 | |
| 45 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 46 | name = "click" |
| 47 | version = "8.1.3" |
| 48 | description = "Composable command line interface toolkit" |
| 49 | category = "dev" |
| 50 | optional = false |
| 51 | python-versions = ">=3.7" |
| 52 | |
| 53 | [package.dependencies] |
| 54 | colorama = {version = "*", markers = "platform_system == \"Windows\""} |
| 55 | |
| 56 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 57 | name = "colorama" |
| 58 | version = "0.4.5" |
| 59 | description = "Cross-platform colored terminal text." |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 60 | category = "main" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 61 | optional = false |
| 62 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
| 63 | |
| 64 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 65 | name = "commonmark" |
| 66 | version = "0.9.1" |
| 67 | description = "Python parser for the CommonMark Markdown spec" |
| 68 | category = "main" |
| 69 | optional = false |
| 70 | python-versions = "*" |
| 71 | |
| 72 | [package.extras] |
| 73 | test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"] |
| 74 | |
| 75 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 76 | name = "confspirator" |
| 77 | version = "0.3.0" |
| 78 | description = "A config library for handling nested incode config groups." |
| 79 | category = "main" |
| 80 | optional = false |
| 81 | python-versions = "*" |
| 82 | |
| 83 | [package.dependencies] |
| 84 | netaddr = ">=0.7.18" |
| 85 | pbr = ">=5.2.0" |
| 86 | python-slugify = ">=3.0.2" |
| 87 | PyYAML = ">=5.1" |
| 88 | rfc3986 = ">=1.2.0" |
| 89 | six = ">=1.12.0" |
| 90 | toml = ">=0.10.2" |
| 91 | |
| 92 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 93 | name = "coverage" |
| 94 | version = "6.4.4" |
| 95 | description = "Code coverage measurement for Python" |
| 96 | category = "dev" |
| 97 | optional = false |
| 98 | python-versions = ">=3.7" |
| 99 | |
| 100 | [package.dependencies] |
| 101 | tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""} |
| 102 | |
| 103 | [package.extras] |
| 104 | toml = ["tomli"] |
| 105 | |
| 106 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 107 | name = "flake8" |
| 108 | version = "5.0.4" |
| 109 | description = "the modular source code checker: pep8 pyflakes and co" |
| 110 | category = "dev" |
| 111 | optional = false |
| 112 | python-versions = ">=3.6.1" |
| 113 | |
| 114 | [package.dependencies] |
| 115 | mccabe = ">=0.7.0,<0.8.0" |
| 116 | pycodestyle = ">=2.9.0,<2.10.0" |
| 117 | pyflakes = ">=2.5.0,<2.6.0" |
| 118 | |
| 119 | [[package]] |
| 120 | name = "flake8-isort" |
| 121 | version = "4.2.0" |
| 122 | description = "flake8 plugin that integrates isort ." |
| 123 | category = "dev" |
| 124 | optional = false |
| 125 | python-versions = "*" |
| 126 | |
| 127 | [package.dependencies] |
| 128 | flake8 = ">=3.2.1,<6" |
| 129 | isort = ">=4.3.5,<6" |
| 130 | |
| 131 | [package.extras] |
| 132 | test = ["pytest-cov"] |
| 133 | |
| 134 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 135 | name = "idna" |
| 136 | version = "3.4" |
| 137 | description = "Internationalized Domain Names in Applications (IDNA)" |
| 138 | category = "main" |
| 139 | optional = false |
| 140 | python-versions = ">=3.5" |
| 141 | |
| 142 | [[package]] |
| 143 | name = "iniconfig" |
| 144 | version = "1.1.1" |
| 145 | description = "iniconfig: brain-dead simple config-ini parsing" |
| 146 | category = "dev" |
| 147 | optional = false |
| 148 | python-versions = "*" |
| 149 | |
| 150 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 151 | name = "isort" |
| 152 | version = "5.10.1" |
| 153 | description = "A Python utility / library to sort Python imports." |
| 154 | category = "dev" |
| 155 | optional = false |
| 156 | python-versions = ">=3.6.1,<4.0" |
| 157 | |
| 158 | [package.extras] |
| 159 | colors = ["colorama (>=0.4.3,<0.5.0)"] |
| 160 | pipfile_deprecated_finder = ["pipreqs", "requirementslib"] |
| 161 | plugins = ["setuptools"] |
| 162 | requirements_deprecated_finder = ["pip-api", "pipreqs"] |
| 163 | |
| 164 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 165 | name = "Jinja2" |
| 166 | version = "3.1.2" |
| 167 | description = "A very fast and expressive template engine." |
| 168 | category = "dev" |
| 169 | optional = false |
| 170 | python-versions = ">=3.7" |
| 171 | |
| 172 | [package.dependencies] |
| 173 | MarkupSafe = ">=2.0" |
| 174 | |
| 175 | [package.extras] |
| 176 | i18n = ["Babel (>=2.7)"] |
| 177 | |
| 178 | [[package]] |
| 179 | name = "jinja2-base64-filters" |
| 180 | version = "0.1.4" |
| 181 | description = "Tiny jinja2 extension to add b64encode and b64decode filters." |
| 182 | category = "dev" |
| 183 | optional = false |
| 184 | python-versions = "*" |
| 185 | |
| 186 | [package.dependencies] |
| 187 | jinja2 = "*" |
| 188 | |
| 189 | [[package]] |
| 190 | name = "MarkupSafe" |
| 191 | version = "2.1.1" |
| 192 | description = "Safely add untrusted strings to HTML/XML markup." |
| 193 | category = "dev" |
| 194 | optional = false |
| 195 | python-versions = ">=3.7" |
| 196 | |
| 197 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 198 | name = "mccabe" |
| 199 | version = "0.7.0" |
| 200 | description = "McCabe checker, plugin for flake8" |
| 201 | category = "dev" |
| 202 | optional = false |
| 203 | python-versions = ">=3.6" |
| 204 | |
| 205 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 206 | name = "netaddr" |
| 207 | version = "0.8.0" |
| 208 | description = "A network address manipulation library for Python" |
| 209 | category = "main" |
| 210 | optional = false |
| 211 | python-versions = "*" |
| 212 | |
| 213 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 214 | name = "packaging" |
| 215 | version = "21.3" |
| 216 | description = "Core utilities for Python packages" |
| 217 | category = "dev" |
| 218 | optional = false |
| 219 | python-versions = ">=3.6" |
| 220 | |
| 221 | [package.dependencies] |
| 222 | pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" |
| 223 | |
| 224 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 225 | name = "pbr" |
| 226 | version = "5.10.0" |
| 227 | description = "Python Build Reasonableness" |
| 228 | category = "main" |
| 229 | optional = false |
| 230 | python-versions = ">=2.6" |
| 231 | |
| 232 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 233 | name = "pluggy" |
| 234 | version = "1.0.0" |
| 235 | description = "plugin and hook calling mechanisms for python" |
| 236 | category = "dev" |
| 237 | optional = false |
| 238 | python-versions = ">=3.6" |
| 239 | |
| 240 | [package.extras] |
| 241 | dev = ["pre-commit", "tox"] |
| 242 | testing = ["pytest", "pytest-benchmark"] |
| 243 | |
| 244 | [[package]] |
| 245 | name = "py" |
| 246 | version = "1.11.0" |
| 247 | description = "library with cross-python path, ini-parsing, io, code, log facilities" |
| 248 | category = "dev" |
| 249 | optional = false |
| 250 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
| 251 | |
| 252 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 253 | name = "pycodestyle" |
| 254 | version = "2.9.1" |
| 255 | description = "Python style guide checker" |
| 256 | category = "dev" |
| 257 | optional = false |
| 258 | python-versions = ">=3.6" |
| 259 | |
| 260 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 261 | name = "pydantic" |
| 262 | version = "1.10.2" |
| 263 | description = "Data validation and settings management using python type hints" |
| 264 | category = "dev" |
| 265 | optional = false |
| 266 | python-versions = ">=3.7" |
| 267 | |
| 268 | [package.dependencies] |
| 269 | typing-extensions = ">=4.1.0" |
| 270 | |
| 271 | [package.extras] |
| 272 | dotenv = ["python-dotenv (>=0.10.4)"] |
| 273 | email = ["email-validator (>=1.0.3)"] |
| 274 | |
| 275 | [[package]] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 276 | name = "pyflakes" |
| 277 | version = "2.5.0" |
| 278 | description = "passive checker of Python programs" |
| 279 | category = "dev" |
| 280 | optional = false |
| 281 | python-versions = ">=3.6" |
| 282 | |
| 283 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 284 | name = "Pygments" |
| 285 | version = "2.13.0" |
| 286 | description = "Pygments is a syntax highlighting package written in Python." |
| 287 | category = "main" |
| 288 | optional = false |
| 289 | python-versions = ">=3.6" |
| 290 | |
| 291 | [package.extras] |
| 292 | plugins = ["importlib-metadata"] |
| 293 | |
| 294 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 295 | name = "pykube-ng" |
| 296 | version = "22.7.0" |
| 297 | description = "Python client library for Kubernetes" |
| 298 | category = "main" |
| 299 | optional = false |
| 300 | python-versions = ">=3.8,<4" |
| 301 | |
| 302 | [package.dependencies] |
| 303 | pyyaml = "*" |
| 304 | requests = ">=2.12" |
| 305 | urllib3 = ">=1.26.9" |
| 306 | |
| 307 | [package.extras] |
| 308 | gcp = ["google-auth", "jsonpath-ng"] |
| 309 | oidc = ["requests-oauthlib (>=1.3.0,<2.0.0)"] |
| 310 | |
| 311 | [[package]] |
| 312 | name = "pyparsing" |
| 313 | version = "3.0.9" |
| 314 | description = "pyparsing module - Classes and methods to define and execute parsing grammars" |
| 315 | category = "dev" |
| 316 | optional = false |
| 317 | python-versions = ">=3.6.8" |
| 318 | |
| 319 | [package.extras] |
| 320 | diagrams = ["jinja2", "railroad-diagrams"] |
| 321 | |
| 322 | [[package]] |
| 323 | name = "pytest" |
| 324 | version = "7.1.3" |
| 325 | description = "pytest: simple powerful testing with Python" |
| 326 | category = "dev" |
| 327 | optional = false |
| 328 | python-versions = ">=3.7" |
| 329 | |
| 330 | [package.dependencies] |
| 331 | attrs = ">=19.2.0" |
| 332 | colorama = {version = "*", markers = "sys_platform == \"win32\""} |
| 333 | iniconfig = "*" |
| 334 | packaging = "*" |
| 335 | pluggy = ">=0.12,<2.0" |
| 336 | py = ">=1.8.2" |
| 337 | tomli = ">=1.0.0" |
| 338 | |
| 339 | [package.extras] |
| 340 | testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] |
| 341 | |
| 342 | [[package]] |
| 343 | name = "pytest-cov" |
| 344 | version = "3.0.0" |
| 345 | description = "Pytest plugin for measuring coverage." |
| 346 | category = "dev" |
| 347 | optional = false |
| 348 | python-versions = ">=3.6" |
| 349 | |
| 350 | [package.dependencies] |
| 351 | coverage = {version = ">=5.2.1", extras = ["toml"]} |
| 352 | pytest = ">=4.6" |
| 353 | |
| 354 | [package.extras] |
| 355 | testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtualenv"] |
| 356 | |
| 357 | [[package]] |
| 358 | name = "pytest-kind" |
| 359 | version = "22.9.0" |
| 360 | description = "Kubernetes test support with KIND for pytest" |
| 361 | category = "dev" |
| 362 | optional = false |
| 363 | python-versions = ">=3.7" |
| 364 | |
| 365 | [package.dependencies] |
| 366 | pykube-ng = ">=0.30" |
| 367 | |
| 368 | [[package]] |
| 369 | name = "pytest-mock" |
| 370 | version = "3.8.2" |
| 371 | description = "Thin-wrapper around the mock package for easier use with pytest" |
| 372 | category = "dev" |
| 373 | optional = false |
| 374 | python-versions = ">=3.7" |
| 375 | |
| 376 | [package.dependencies] |
| 377 | pytest = ">=5.0" |
| 378 | |
| 379 | [package.extras] |
| 380 | dev = ["pre-commit", "pytest-asyncio", "tox"] |
| 381 | |
| 382 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 383 | name = "python-on-whales" |
| 384 | version = "0.52.0" |
| 385 | description = "A Docker client for Python, designed to be fun and intuitive!" |
| 386 | category = "dev" |
| 387 | optional = false |
| 388 | python-versions = ">=3.7, <4" |
| 389 | |
| 390 | [package.dependencies] |
| 391 | pydantic = "*" |
| 392 | requests = "*" |
| 393 | tqdm = "*" |
| 394 | typer = ">=0.4.1" |
| 395 | typing-extensions = "*" |
| 396 | |
| 397 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 398 | name = "python-slugify" |
| 399 | version = "6.1.2" |
| 400 | description = "A Python slugify application that also handles Unicode" |
| 401 | category = "main" |
| 402 | optional = false |
| 403 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" |
| 404 | |
| 405 | [package.dependencies] |
| 406 | text-unidecode = ">=1.3" |
| 407 | |
| 408 | [package.extras] |
| 409 | unidecode = ["Unidecode (>=1.1.1)"] |
| 410 | |
| 411 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 412 | name = "PyYAML" |
| 413 | version = "6.0" |
| 414 | description = "YAML parser and emitter for Python" |
| 415 | category = "main" |
| 416 | optional = false |
| 417 | python-versions = ">=3.6" |
| 418 | |
| 419 | [[package]] |
| 420 | name = "requests" |
| 421 | version = "2.28.1" |
| 422 | description = "Python HTTP for Humans." |
| 423 | category = "main" |
| 424 | optional = false |
| 425 | python-versions = ">=3.7, <4" |
| 426 | |
| 427 | [package.dependencies] |
| 428 | certifi = ">=2017.4.17" |
| 429 | charset-normalizer = ">=2,<3" |
| 430 | idna = ">=2.5,<4" |
| 431 | urllib3 = ">=1.21.1,<1.27" |
| 432 | |
| 433 | [package.extras] |
| 434 | socks = ["PySocks (>=1.5.6,!=1.5.7)"] |
| 435 | use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"] |
| 436 | |
| 437 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 438 | name = "rfc3986" |
| 439 | version = "2.0.0" |
| 440 | description = "Validating URI References per RFC 3986" |
| 441 | category = "main" |
| 442 | optional = false |
| 443 | python-versions = ">=3.7" |
| 444 | |
| 445 | [package.extras] |
| 446 | idna2008 = ["idna"] |
| 447 | |
| 448 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 449 | name = "rich" |
| 450 | version = "12.5.1" |
| 451 | description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" |
| 452 | category = "main" |
| 453 | optional = false |
| 454 | python-versions = ">=3.6.3,<4.0.0" |
| 455 | |
| 456 | [package.dependencies] |
| 457 | commonmark = ">=0.9.0,<0.10.0" |
| 458 | pygments = ">=2.6.0,<3.0.0" |
| 459 | |
| 460 | [package.extras] |
| 461 | jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] |
| 462 | |
| 463 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 464 | name = "schematics" |
| 465 | version = "2.1.1" |
| 466 | description = "Python Data Structures for Humans" |
| 467 | category = "main" |
| 468 | optional = false |
| 469 | python-versions = "*" |
| 470 | |
| 471 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 472 | name = "six" |
| 473 | version = "1.16.0" |
| 474 | description = "Python 2 and 3 compatibility utilities" |
| 475 | category = "main" |
| 476 | optional = false |
| 477 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" |
| 478 | |
| 479 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 480 | name = "structlog" |
| 481 | version = "22.1.0" |
| 482 | description = "Structured Logging for Python" |
| 483 | category = "main" |
| 484 | optional = false |
| 485 | python-versions = ">=3.7" |
| 486 | |
| 487 | [package.extras] |
| 488 | dev = ["cogapp", "coverage[toml]", "freezegun (>=0.2.8)", "furo", "myst-parser", "pre-commit", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "rich", "simplejson", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "tomli", "twisted"] |
| 489 | docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-mermaid", "twisted"] |
| 490 | tests = ["coverage[toml]", "freezegun (>=0.2.8)", "pretend", "pytest (>=6.0)", "pytest-asyncio (>=0.17)", "simplejson"] |
| 491 | |
| 492 | [[package]] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 493 | name = "text-unidecode" |
| 494 | version = "1.3" |
| 495 | description = "The most basic Text::Unidecode port" |
| 496 | category = "main" |
| 497 | optional = false |
| 498 | python-versions = "*" |
| 499 | |
| 500 | [[package]] |
| 501 | name = "toml" |
| 502 | version = "0.10.2" |
| 503 | description = "Python Library for Tom's Obvious, Minimal Language" |
| 504 | category = "main" |
| 505 | optional = false |
| 506 | python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
| 507 | |
| 508 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 509 | name = "tomli" |
| 510 | version = "2.0.1" |
| 511 | description = "A lil' TOML parser" |
| 512 | category = "dev" |
| 513 | optional = false |
| 514 | python-versions = ">=3.7" |
| 515 | |
| 516 | [[package]] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 517 | name = "tqdm" |
| 518 | version = "4.64.1" |
| 519 | description = "Fast, Extensible Progress Meter" |
| 520 | category = "dev" |
| 521 | optional = false |
| 522 | python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" |
| 523 | |
| 524 | [package.dependencies] |
| 525 | colorama = {version = "*", markers = "platform_system == \"Windows\""} |
| 526 | |
| 527 | [package.extras] |
| 528 | dev = ["py-make (>=0.1.0)", "twine", "wheel"] |
| 529 | notebook = ["ipywidgets (>=6)"] |
| 530 | slack = ["slack-sdk"] |
| 531 | telegram = ["requests"] |
| 532 | |
| 533 | [[package]] |
| 534 | name = "typer" |
| 535 | version = "0.6.1" |
| 536 | description = "Typer, build great CLIs. Easy to code. Based on Python type hints." |
| 537 | category = "dev" |
| 538 | optional = false |
| 539 | python-versions = ">=3.6" |
| 540 | |
| 541 | [package.dependencies] |
| 542 | click = ">=7.1.1,<9.0.0" |
| 543 | |
| 544 | [package.extras] |
| 545 | all = ["colorama (>=0.4.3,<0.5.0)", "rich (>=10.11.0,<13.0.0)", "shellingham (>=1.3.0,<2.0.0)"] |
| 546 | dev = ["autoflake (>=1.3.1,<2.0.0)", "flake8 (>=3.8.3,<4.0.0)", "pre-commit (>=2.17.0,<3.0.0)"] |
| 547 | doc = ["mdx-include (>=1.4.1,<2.0.0)", "mkdocs (>=1.1.2,<2.0.0)", "mkdocs-material (>=8.1.4,<9.0.0)"] |
| 548 | test = ["black (>=22.3.0,<23.0.0)", "coverage (>=5.2,<6.0)", "isort (>=5.0.6,<6.0.0)", "mypy (==0.910)", "pytest (>=4.4.0,<5.4.0)", "pytest-cov (>=2.10.0,<3.0.0)", "pytest-sugar (>=0.9.4,<0.10.0)", "pytest-xdist (>=1.32.0,<2.0.0)", "rich (>=10.11.0,<13.0.0)", "shellingham (>=1.3.0,<2.0.0)"] |
| 549 | |
| 550 | [[package]] |
| 551 | name = "typing-extensions" |
| 552 | version = "4.3.0" |
| 553 | description = "Backported and Experimental Type Hints for Python 3.7+" |
| 554 | category = "dev" |
| 555 | optional = false |
| 556 | python-versions = ">=3.7" |
| 557 | |
| 558 | [[package]] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 559 | name = "urllib3" |
| 560 | version = "1.26.12" |
| 561 | description = "HTTP library with thread-safe connection pooling, file post, and more." |
| 562 | category = "main" |
| 563 | optional = false |
| 564 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4" |
| 565 | |
| 566 | [package.extras] |
| 567 | brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] |
| 568 | secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] |
| 569 | socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] |
| 570 | |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 571 | [[package]] |
| 572 | name = "watchdog" |
| 573 | version = "2.1.9" |
| 574 | description = "Filesystem events monitoring" |
| 575 | category = "main" |
| 576 | optional = false |
| 577 | python-versions = ">=3.6" |
| 578 | |
| 579 | [package.extras] |
| 580 | watchmedo = ["PyYAML (>=3.10)"] |
| 581 | |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 582 | [metadata] |
| 583 | lock-version = "1.1" |
| 584 | python-versions = "^3.10" |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 585 | content-hash = "ae045171e759b6046d62b6ff9d02a37859631a6becb9ea8f91e72fb0325c98d7" |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 586 | |
| 587 | [metadata.files] |
| 588 | attrs = [ |
| 589 | {file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"}, |
| 590 | {file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"}, |
| 591 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 592 | better-exceptions = [ |
| 593 | {file = "better_exceptions-0.3.3-py3-none-any.whl", hash = "sha256:9c70b1c61d5a179b84cd2c9d62c3324b667d74286207343645ed4306fdaad976"}, |
| 594 | {file = "better_exceptions-0.3.3-py3.8.egg", hash = "sha256:bf111d0c9994ac1123f29c24907362bed2320a86809c85f0d858396000667ce2"}, |
| 595 | {file = "better_exceptions-0.3.3.tar.gz", hash = "sha256:e4e6bc18444d5f04e6e894b10381e5e921d3d544240418162c7db57e9eb3453b"}, |
| 596 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 597 | certifi = [ |
| 598 | {file = "certifi-2022.9.14-py3-none-any.whl", hash = "sha256:e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516"}, |
| 599 | {file = "certifi-2022.9.14.tar.gz", hash = "sha256:36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5"}, |
| 600 | ] |
| 601 | charset-normalizer = [ |
| 602 | {file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"}, |
| 603 | {file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"}, |
| 604 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 605 | click = [ |
| 606 | {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, |
| 607 | {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, |
| 608 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 609 | colorama = [ |
| 610 | {file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"}, |
| 611 | {file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"}, |
| 612 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 613 | commonmark = [ |
| 614 | {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"}, |
| 615 | {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"}, |
| 616 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 617 | confspirator = [ |
| 618 | {file = "confspirator-0.3.0.tar.gz", hash = "sha256:065c22e8c317c623668fd71c6c40038829b934ec320785c7d21e05b6a5b2c711"}, |
| 619 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 620 | coverage = [ |
| 621 | {file = "coverage-6.4.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e7b4da9bafad21ea45a714d3ea6f3e1679099e420c8741c74905b92ee9bfa7cc"}, |
| 622 | {file = "coverage-6.4.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fde17bc42e0716c94bf19d92e4c9f5a00c5feb401f5bc01101fdf2a8b7cacf60"}, |
| 623 | {file = "coverage-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdbb0d89923c80dbd435b9cf8bba0ff55585a3cdb28cbec65f376c041472c60d"}, |
| 624 | {file = "coverage-6.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:67f9346aeebea54e845d29b487eb38ec95f2ecf3558a3cffb26ee3f0dcc3e760"}, |
| 625 | {file = "coverage-6.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42c499c14efd858b98c4e03595bf914089b98400d30789511577aa44607a1b74"}, |
| 626 | {file = "coverage-6.4.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:c35cca192ba700979d20ac43024a82b9b32a60da2f983bec6c0f5b84aead635c"}, |
| 627 | {file = "coverage-6.4.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:9cc4f107009bca5a81caef2fca843dbec4215c05e917a59dec0c8db5cff1d2aa"}, |
| 628 | {file = "coverage-6.4.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5f444627b3664b80d078c05fe6a850dd711beeb90d26731f11d492dcbadb6973"}, |
| 629 | {file = "coverage-6.4.4-cp310-cp310-win32.whl", hash = "sha256:66e6df3ac4659a435677d8cd40e8eb1ac7219345d27c41145991ee9bf4b806a0"}, |
| 630 | {file = "coverage-6.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:35ef1f8d8a7a275aa7410d2f2c60fa6443f4a64fae9be671ec0696a68525b875"}, |
| 631 | {file = "coverage-6.4.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c1328d0c2f194ffda30a45f11058c02410e679456276bfa0bbe0b0ee87225fac"}, |
| 632 | {file = "coverage-6.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:61b993f3998ee384935ee423c3d40894e93277f12482f6e777642a0141f55782"}, |
| 633 | {file = "coverage-6.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d5dd4b8e9cd0deb60e6fcc7b0647cbc1da6c33b9e786f9c79721fd303994832f"}, |
| 634 | {file = "coverage-6.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7026f5afe0d1a933685d8f2169d7c2d2e624f6255fb584ca99ccca8c0e966fd7"}, |
| 635 | {file = "coverage-6.4.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:9c7b9b498eb0c0d48b4c2abc0e10c2d78912203f972e0e63e3c9dc21f15abdaa"}, |
| 636 | {file = "coverage-6.4.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:ee2b2fb6eb4ace35805f434e0f6409444e1466a47f620d1d5763a22600f0f892"}, |
| 637 | {file = "coverage-6.4.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:ab066f5ab67059d1f1000b5e1aa8bbd75b6ed1fc0014559aea41a9eb66fc2ce0"}, |
| 638 | {file = "coverage-6.4.4-cp311-cp311-win32.whl", hash = "sha256:9d6e1f3185cbfd3d91ac77ea065d85d5215d3dfa45b191d14ddfcd952fa53796"}, |
| 639 | {file = "coverage-6.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:e3d3c4cc38b2882f9a15bafd30aec079582b819bec1b8afdbde8f7797008108a"}, |
| 640 | {file = "coverage-6.4.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a095aa0a996ea08b10580908e88fbaf81ecf798e923bbe64fb98d1807db3d68a"}, |
| 641 | {file = "coverage-6.4.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ef6f44409ab02e202b31a05dd6666797f9de2aa2b4b3534e9d450e42dea5e817"}, |
| 642 | {file = "coverage-6.4.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b7101938584d67e6f45f0015b60e24a95bf8dea19836b1709a80342e01b472f"}, |
| 643 | {file = "coverage-6.4.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14a32ec68d721c3d714d9b105c7acf8e0f8a4f4734c811eda75ff3718570b5e3"}, |
| 644 | {file = "coverage-6.4.4-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6a864733b22d3081749450466ac80698fe39c91cb6849b2ef8752fd7482011f3"}, |
| 645 | {file = "coverage-6.4.4-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:08002f9251f51afdcc5e3adf5d5d66bb490ae893d9e21359b085f0e03390a820"}, |
| 646 | {file = "coverage-6.4.4-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:a3b2752de32c455f2521a51bd3ffb53c5b3ae92736afde67ce83477f5c1dd928"}, |
| 647 | {file = "coverage-6.4.4-cp37-cp37m-win32.whl", hash = "sha256:f855b39e4f75abd0dfbcf74a82e84ae3fc260d523fcb3532786bcbbcb158322c"}, |
| 648 | {file = "coverage-6.4.4-cp37-cp37m-win_amd64.whl", hash = "sha256:ee6ae6bbcac0786807295e9687169fba80cb0617852b2fa118a99667e8e6815d"}, |
| 649 | {file = "coverage-6.4.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:564cd0f5b5470094df06fab676c6d77547abfdcb09b6c29c8a97c41ad03b103c"}, |
| 650 | {file = "coverage-6.4.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:cbbb0e4cd8ddcd5ef47641cfac97d8473ab6b132dd9a46bacb18872828031685"}, |
| 651 | {file = "coverage-6.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6113e4df2fa73b80f77663445be6d567913fb3b82a86ceb64e44ae0e4b695de1"}, |
| 652 | {file = "coverage-6.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8d032bfc562a52318ae05047a6eb801ff31ccee172dc0d2504614e911d8fa83e"}, |
| 653 | {file = "coverage-6.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e431e305a1f3126477abe9a184624a85308da8edf8486a863601d58419d26ffa"}, |
| 654 | {file = "coverage-6.4.4-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:cf2afe83a53f77aec067033199797832617890e15bed42f4a1a93ea24794ae3e"}, |
| 655 | {file = "coverage-6.4.4-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:783bc7c4ee524039ca13b6d9b4186a67f8e63d91342c713e88c1865a38d0892a"}, |
| 656 | {file = "coverage-6.4.4-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:ff934ced84054b9018665ca3967fc48e1ac99e811f6cc99ea65978e1d384454b"}, |
| 657 | {file = "coverage-6.4.4-cp38-cp38-win32.whl", hash = "sha256:e1fabd473566fce2cf18ea41171d92814e4ef1495e04471786cbc943b89a3781"}, |
| 658 | {file = "coverage-6.4.4-cp38-cp38-win_amd64.whl", hash = "sha256:4179502f210ebed3ccfe2f78bf8e2d59e50b297b598b100d6c6e3341053066a2"}, |
| 659 | {file = "coverage-6.4.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:98c0b9e9b572893cdb0a00e66cf961a238f8d870d4e1dc8e679eb8bdc2eb1b86"}, |
| 660 | {file = "coverage-6.4.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fc600f6ec19b273da1d85817eda339fb46ce9eef3e89f220055d8696e0a06908"}, |
| 661 | {file = "coverage-6.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7a98d6bf6d4ca5c07a600c7b4e0c5350cd483c85c736c522b786be90ea5bac4f"}, |
| 662 | {file = "coverage-6.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:01778769097dbd705a24e221f42be885c544bb91251747a8a3efdec6eb4788f2"}, |
| 663 | {file = "coverage-6.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dfa0b97eb904255e2ab24166071b27408f1f69c8fbda58e9c0972804851e0558"}, |
| 664 | {file = "coverage-6.4.4-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:fcbe3d9a53e013f8ab88734d7e517eb2cd06b7e689bedf22c0eb68db5e4a0a19"}, |
| 665 | {file = "coverage-6.4.4-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:15e38d853ee224e92ccc9a851457fb1e1f12d7a5df5ae44544ce7863691c7a0d"}, |
| 666 | {file = "coverage-6.4.4-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:6913dddee2deff8ab2512639c5168c3e80b3ebb0f818fed22048ee46f735351a"}, |
| 667 | {file = "coverage-6.4.4-cp39-cp39-win32.whl", hash = "sha256:354df19fefd03b9a13132fa6643527ef7905712109d9c1c1903f2133d3a4e145"}, |
| 668 | {file = "coverage-6.4.4-cp39-cp39-win_amd64.whl", hash = "sha256:1238b08f3576201ebf41f7c20bf59baa0d05da941b123c6656e42cdb668e9827"}, |
| 669 | {file = "coverage-6.4.4-pp36.pp37.pp38-none-any.whl", hash = "sha256:f67cf9f406cf0d2f08a3515ce2db5b82625a7257f88aad87904674def6ddaec1"}, |
| 670 | {file = "coverage-6.4.4.tar.gz", hash = "sha256:e16c45b726acb780e1e6f88b286d3c10b3914ab03438f32117c4aa52d7f30d58"}, |
| 671 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 672 | flake8 = [ |
| 673 | {file = "flake8-5.0.4-py2.py3-none-any.whl", hash = "sha256:7a1cf6b73744f5806ab95e526f6f0d8c01c66d7bbe349562d22dfca20610b248"}, |
| 674 | {file = "flake8-5.0.4.tar.gz", hash = "sha256:6fbe320aad8d6b95cec8b8e47bc933004678dc63095be98528b7bdd2a9f510db"}, |
| 675 | ] |
| 676 | flake8-isort = [ |
| 677 | {file = "flake8-isort-4.2.0.tar.gz", hash = "sha256:26571500cd54976bbc0cf1006ffbcd1a68dd102f816b7a1051b219616ba9fee0"}, |
| 678 | {file = "flake8_isort-4.2.0-py3-none-any.whl", hash = "sha256:5b87630fb3719bf4c1833fd11e0d9534f43efdeba524863e15d8f14a7ef6adbf"}, |
| 679 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 680 | idna = [ |
| 681 | {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, |
| 682 | {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, |
| 683 | ] |
| 684 | iniconfig = [ |
| 685 | {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, |
| 686 | {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, |
| 687 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 688 | isort = [ |
| 689 | {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, |
| 690 | {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, |
| 691 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 692 | Jinja2 = [ |
| 693 | {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"}, |
| 694 | {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"}, |
| 695 | ] |
| 696 | jinja2-base64-filters = [ |
| 697 | {file = "jinja2_base64_filters-0.1.4-py2-none-any.whl", hash = "sha256:d007d543a9ce1e66a7a65645eef9100bc21a5d060a60b193fa4d4c4239bb3a86"}, |
| 698 | {file = "jinja2_base64_filters-0.1.4.tar.gz", hash = "sha256:f5f5d3e0476c4918ab3266093e8757918aed7cc47dab12338f9bda048cdbacd9"}, |
| 699 | ] |
| 700 | MarkupSafe = [ |
| 701 | {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, |
| 702 | {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"}, |
| 703 | {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"}, |
| 704 | {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"}, |
| 705 | {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"}, |
| 706 | {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"}, |
| 707 | {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"}, |
| 708 | {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"}, |
| 709 | {file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"}, |
| 710 | {file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"}, |
| 711 | {file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"}, |
| 712 | {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"}, |
| 713 | {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"}, |
| 714 | {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"}, |
| 715 | {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"}, |
| 716 | {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"}, |
| 717 | {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"}, |
| 718 | {file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"}, |
| 719 | {file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"}, |
| 720 | {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"}, |
| 721 | {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"}, |
| 722 | {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"}, |
| 723 | {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"}, |
| 724 | {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"}, |
| 725 | {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"}, |
| 726 | {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"}, |
| 727 | {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"}, |
| 728 | {file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"}, |
| 729 | {file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"}, |
| 730 | {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"}, |
| 731 | {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"}, |
| 732 | {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"}, |
| 733 | {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"}, |
| 734 | {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"}, |
| 735 | {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"}, |
| 736 | {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"}, |
| 737 | {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"}, |
| 738 | {file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"}, |
| 739 | {file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"}, |
| 740 | {file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"}, |
| 741 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 742 | mccabe = [ |
| 743 | {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, |
| 744 | {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, |
| 745 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 746 | netaddr = [ |
| 747 | {file = "netaddr-0.8.0-py2.py3-none-any.whl", hash = "sha256:9666d0232c32d2656e5e5f8d735f58fd6c7457ce52fc21c98d45f2af78f990ac"}, |
| 748 | {file = "netaddr-0.8.0.tar.gz", hash = "sha256:d6cc57c7a07b1d9d2e917aa8b36ae8ce61c35ba3fcd1b83ca31c5a0ee2b5a243"}, |
| 749 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 750 | packaging = [ |
| 751 | {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"}, |
| 752 | {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, |
| 753 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 754 | pbr = [ |
| 755 | {file = "pbr-5.10.0-py2.py3-none-any.whl", hash = "sha256:da3e18aac0a3c003e9eea1a81bd23e5a3a75d745670dcf736317b7d966887fdf"}, |
| 756 | {file = "pbr-5.10.0.tar.gz", hash = "sha256:cfcc4ff8e698256fc17ea3ff796478b050852585aa5bae79ecd05b2ab7b39b9a"}, |
| 757 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 758 | pluggy = [ |
| 759 | {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, |
| 760 | {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, |
| 761 | ] |
| 762 | py = [ |
| 763 | {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, |
| 764 | {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, |
| 765 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 766 | pycodestyle = [ |
| 767 | {file = "pycodestyle-2.9.1-py2.py3-none-any.whl", hash = "sha256:d1735fc58b418fd7c5f658d28d943854f8a849b01a5d0a1e6f3f3fdd0166804b"}, |
| 768 | {file = "pycodestyle-2.9.1.tar.gz", hash = "sha256:2c9607871d58c76354b697b42f5d57e1ada7d261c261efac224b664affdc5785"}, |
| 769 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 770 | pydantic = [ |
| 771 | {file = "pydantic-1.10.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb6ad4489af1bac6955d38ebcb95079a836af31e4c4f74aba1ca05bb9f6027bd"}, |
| 772 | {file = "pydantic-1.10.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a1f5a63a6dfe19d719b1b6e6106561869d2efaca6167f84f5ab9347887d78b98"}, |
| 773 | {file = "pydantic-1.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:352aedb1d71b8b0736c6d56ad2bd34c6982720644b0624462059ab29bd6e5912"}, |
| 774 | {file = "pydantic-1.10.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19b3b9ccf97af2b7519c42032441a891a5e05c68368f40865a90eb88833c2559"}, |
| 775 | {file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e9069e1b01525a96e6ff49e25876d90d5a563bc31c658289a8772ae186552236"}, |
| 776 | {file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:355639d9afc76bcb9b0c3000ddcd08472ae75318a6eb67a15866b87e2efa168c"}, |
| 777 | {file = "pydantic-1.10.2-cp310-cp310-win_amd64.whl", hash = "sha256:ae544c47bec47a86bc7d350f965d8b15540e27e5aa4f55170ac6a75e5f73b644"}, |
| 778 | {file = "pydantic-1.10.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a4c805731c33a8db4b6ace45ce440c4ef5336e712508b4d9e1aafa617dc9907f"}, |
| 779 | {file = "pydantic-1.10.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d49f3db871575e0426b12e2f32fdb25e579dea16486a26e5a0474af87cb1ab0a"}, |
| 780 | {file = "pydantic-1.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37c90345ec7dd2f1bcef82ce49b6235b40f282b94d3eec47e801baf864d15525"}, |
| 781 | {file = "pydantic-1.10.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b5ba54d026c2bd2cb769d3468885f23f43710f651688e91f5fb1edcf0ee9283"}, |
| 782 | {file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:05e00dbebbe810b33c7a7362f231893183bcc4251f3f2ff991c31d5c08240c42"}, |
| 783 | {file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2d0567e60eb01bccda3a4df01df677adf6b437958d35c12a3ac3e0f078b0ee52"}, |
| 784 | {file = "pydantic-1.10.2-cp311-cp311-win_amd64.whl", hash = "sha256:c6f981882aea41e021f72779ce2a4e87267458cc4d39ea990729e21ef18f0f8c"}, |
| 785 | {file = "pydantic-1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c4aac8e7103bf598373208f6299fa9a5cfd1fc571f2d40bf1dd1955a63d6eeb5"}, |
| 786 | {file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81a7b66c3f499108b448f3f004801fcd7d7165fb4200acb03f1c2402da73ce4c"}, |
| 787 | {file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bedf309630209e78582ffacda64a21f96f3ed2e51fbf3962d4d488e503420254"}, |
| 788 | {file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:9300fcbebf85f6339a02c6994b2eb3ff1b9c8c14f502058b5bf349d42447dcf5"}, |
| 789 | {file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:216f3bcbf19c726b1cc22b099dd409aa371f55c08800bcea4c44c8f74b73478d"}, |
| 790 | {file = "pydantic-1.10.2-cp37-cp37m-win_amd64.whl", hash = "sha256:dd3f9a40c16daf323cf913593083698caee97df2804aa36c4b3175d5ac1b92a2"}, |
| 791 | {file = "pydantic-1.10.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b97890e56a694486f772d36efd2ba31612739bc6f3caeee50e9e7e3ebd2fdd13"}, |
| 792 | {file = "pydantic-1.10.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9cabf4a7f05a776e7793e72793cd92cc865ea0e83a819f9ae4ecccb1b8aa6116"}, |
| 793 | {file = "pydantic-1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06094d18dd5e6f2bbf93efa54991c3240964bb663b87729ac340eb5014310624"}, |
| 794 | {file = "pydantic-1.10.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cc78cc83110d2f275ec1970e7a831f4e371ee92405332ebfe9860a715f8336e1"}, |
| 795 | {file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:1ee433e274268a4b0c8fde7ad9d58ecba12b069a033ecc4645bb6303c062d2e9"}, |
| 796 | {file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7c2abc4393dea97a4ccbb4ec7d8658d4e22c4765b7b9b9445588f16c71ad9965"}, |
| 797 | {file = "pydantic-1.10.2-cp38-cp38-win_amd64.whl", hash = "sha256:0b959f4d8211fc964772b595ebb25f7652da3f22322c007b6fed26846a40685e"}, |
| 798 | {file = "pydantic-1.10.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c33602f93bfb67779f9c507e4d69451664524389546bacfe1bee13cae6dc7488"}, |
| 799 | {file = "pydantic-1.10.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5760e164b807a48a8f25f8aa1a6d857e6ce62e7ec83ea5d5c5a802eac81bad41"}, |
| 800 | {file = "pydantic-1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6eb843dcc411b6a2237a694f5e1d649fc66c6064d02b204a7e9d194dff81eb4b"}, |
| 801 | {file = "pydantic-1.10.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b8795290deaae348c4eba0cebb196e1c6b98bdbe7f50b2d0d9a4a99716342fe"}, |
| 802 | {file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:e0bedafe4bc165ad0a56ac0bd7695df25c50f76961da29c050712596cf092d6d"}, |
| 803 | {file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:2e05aed07fa02231dbf03d0adb1be1d79cabb09025dd45aa094aa8b4e7b9dcda"}, |
| 804 | {file = "pydantic-1.10.2-cp39-cp39-win_amd64.whl", hash = "sha256:c1ba1afb396148bbc70e9eaa8c06c1716fdddabaf86e7027c5988bae2a829ab6"}, |
| 805 | {file = "pydantic-1.10.2-py3-none-any.whl", hash = "sha256:1b6ee725bd6e83ec78b1aa32c5b1fa67a3a65badddde3976bca5fe4568f27709"}, |
| 806 | {file = "pydantic-1.10.2.tar.gz", hash = "sha256:91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410"}, |
| 807 | ] |
Mohammed Naser | 491bbd6 | 2022-09-15 21:03:41 -0400 | [diff] [blame] | 808 | pyflakes = [ |
| 809 | {file = "pyflakes-2.5.0-py2.py3-none-any.whl", hash = "sha256:4579f67d887f804e67edb544428f264b7b24f435b263c4614f384135cea553d2"}, |
| 810 | {file = "pyflakes-2.5.0.tar.gz", hash = "sha256:491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3"}, |
| 811 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 812 | Pygments = [ |
| 813 | {file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"}, |
| 814 | {file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, |
| 815 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 816 | pykube-ng = [ |
| 817 | {file = "pykube-ng-22.7.0.tar.gz", hash = "sha256:1d59564485eea86677c695cc0724b4998bc5ff0b69e37d21fa8bf36379b683ce"}, |
| 818 | {file = "pykube_ng-22.7.0-py3-none-any.whl", hash = "sha256:b804e1f1ded3ec202b97837517a40f4f0a13278236452fa09b9186a447187c8a"}, |
| 819 | ] |
| 820 | pyparsing = [ |
| 821 | {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, |
| 822 | {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, |
| 823 | ] |
| 824 | pytest = [ |
| 825 | {file = "pytest-7.1.3-py3-none-any.whl", hash = "sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7"}, |
| 826 | {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, |
| 827 | ] |
| 828 | pytest-cov = [ |
| 829 | {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, |
| 830 | {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, |
| 831 | ] |
| 832 | pytest-kind = [ |
| 833 | {file = "pytest-kind-22.9.0.tar.gz", hash = "sha256:e329763bf90f2f6a8ca65f37044f4e61f8437f77c63e2de1d2da23e4e0e99b1a"}, |
| 834 | {file = "pytest_kind-22.9.0-py3-none-any.whl", hash = "sha256:9a9b693400a60822b10f3419e4f6862b5e85410af4a6780ebf0aea5878e15b26"}, |
| 835 | ] |
| 836 | pytest-mock = [ |
| 837 | {file = "pytest-mock-3.8.2.tar.gz", hash = "sha256:77f03f4554392558700295e05aed0b1096a20d4a60a4f3ddcde58b0c31c8fca2"}, |
| 838 | {file = "pytest_mock-3.8.2-py3-none-any.whl", hash = "sha256:8a9e226d6c0ef09fcf20c94eb3405c388af438a90f3e39687f84166da82d5948"}, |
| 839 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 840 | python-on-whales = [ |
| 841 | {file = "python-on-whales-0.52.0.tar.gz", hash = "sha256:015c95164850a72036aec73ad334a763278f9a410d6b9590d43fffd6969e8c0b"}, |
| 842 | {file = "python_on_whales-0.52.0-py3-none-any.whl", hash = "sha256:5fbf6fa3f16e3fa60d2432f4eaee0c59f8cdaba19c088d4c17e5a68cc02f29f3"}, |
| 843 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 844 | python-slugify = [ |
| 845 | {file = "python-slugify-6.1.2.tar.gz", hash = "sha256:272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1"}, |
| 846 | {file = "python_slugify-6.1.2-py2.py3-none-any.whl", hash = "sha256:7b2c274c308b62f4269a9ba701aa69a797e9bca41aeee5b3a9e79e36b6656927"}, |
| 847 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 848 | PyYAML = [ |
| 849 | {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, |
| 850 | {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"}, |
| 851 | {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"}, |
| 852 | {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"}, |
| 853 | {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"}, |
| 854 | {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"}, |
| 855 | {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"}, |
| 856 | {file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"}, |
| 857 | {file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"}, |
| 858 | {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"}, |
| 859 | {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"}, |
| 860 | {file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"}, |
| 861 | {file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"}, |
| 862 | {file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"}, |
| 863 | {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"}, |
| 864 | {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"}, |
| 865 | {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"}, |
| 866 | {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"}, |
| 867 | {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"}, |
| 868 | {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"}, |
| 869 | {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"}, |
| 870 | {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"}, |
| 871 | {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"}, |
| 872 | {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"}, |
| 873 | {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"}, |
| 874 | {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"}, |
| 875 | {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"}, |
| 876 | {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"}, |
| 877 | {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"}, |
| 878 | {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"}, |
| 879 | {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"}, |
| 880 | {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"}, |
| 881 | {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"}, |
| 882 | {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"}, |
| 883 | {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"}, |
| 884 | {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"}, |
| 885 | {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"}, |
| 886 | {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"}, |
| 887 | {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"}, |
| 888 | {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, |
| 889 | ] |
| 890 | requests = [ |
| 891 | {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, |
| 892 | {file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"}, |
| 893 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 894 | rfc3986 = [ |
| 895 | {file = "rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd"}, |
| 896 | {file = "rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c"}, |
| 897 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 898 | rich = [ |
| 899 | {file = "rich-12.5.1-py3-none-any.whl", hash = "sha256:2eb4e6894cde1e017976d2975ac210ef515d7548bc595ba20e195fb9628acdeb"}, |
| 900 | {file = "rich-12.5.1.tar.gz", hash = "sha256:63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca"}, |
| 901 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 902 | schematics = [ |
| 903 | {file = "schematics-2.1.1-py2.py3-none-any.whl", hash = "sha256:be2d451bfb86789975e5ec0864aec569b63cea9010f0d24cbbd992a4e564c647"}, |
| 904 | {file = "schematics-2.1.1.tar.gz", hash = "sha256:34c87f51a25063bb498ae1cc201891b134cfcb329baf9e9f4f3ae869b767560f"}, |
| 905 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 906 | six = [ |
| 907 | {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, |
| 908 | {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, |
| 909 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 910 | structlog = [ |
| 911 | {file = "structlog-22.1.0-py3-none-any.whl", hash = "sha256:760d37b8839bd4fe1747bed7b80f7f4de160078405f4b6a1db9270ccbfce6c30"}, |
| 912 | {file = "structlog-22.1.0.tar.gz", hash = "sha256:94b29b1d62b2659db154f67a9379ec1770183933d6115d21f21aa25cfc9a7393"}, |
| 913 | ] |
Mohammed Naser | d531f36 | 2022-09-16 11:38:55 -0400 | [diff] [blame] | 914 | text-unidecode = [ |
| 915 | {file = "text-unidecode-1.3.tar.gz", hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"}, |
| 916 | {file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"}, |
| 917 | ] |
| 918 | toml = [ |
| 919 | {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, |
| 920 | {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, |
| 921 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 922 | tomli = [ |
| 923 | {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, |
| 924 | {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, |
| 925 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 926 | tqdm = [ |
| 927 | {file = "tqdm-4.64.1-py2.py3-none-any.whl", hash = "sha256:6fee160d6ffcd1b1c68c65f14c829c22832bc401726335ce92c52d395944a6a1"}, |
| 928 | {file = "tqdm-4.64.1.tar.gz", hash = "sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"}, |
| 929 | ] |
| 930 | typer = [ |
| 931 | {file = "typer-0.6.1-py3-none-any.whl", hash = "sha256:54b19e5df18654070a82f8c2aa1da456a4ac16a2a83e6dcd9f170e291c56338e"}, |
| 932 | {file = "typer-0.6.1.tar.gz", hash = "sha256:2d5720a5e63f73eaf31edaa15f6ab87f35f0690f8ca233017d7d23d743a91d73"}, |
| 933 | ] |
| 934 | typing-extensions = [ |
| 935 | {file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"}, |
| 936 | {file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"}, |
| 937 | ] |
Mohammed Naser | 12676ed | 2022-09-15 20:16:15 -0400 | [diff] [blame] | 938 | urllib3 = [ |
| 939 | {file = "urllib3-1.26.12-py2.py3-none-any.whl", hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997"}, |
| 940 | {file = "urllib3-1.26.12.tar.gz", hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e"}, |
| 941 | ] |
Mohammed Naser | f9cb89b | 2022-09-18 10:42:37 -0400 | [diff] [blame^] | 942 | watchdog = [ |
| 943 | {file = "watchdog-2.1.9-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a735a990a1095f75ca4f36ea2ef2752c99e6ee997c46b0de507ba40a09bf7330"}, |
| 944 | {file = "watchdog-2.1.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6b17d302850c8d412784d9246cfe8d7e3af6bcd45f958abb2d08a6f8bedf695d"}, |
| 945 | {file = "watchdog-2.1.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ee3e38a6cc050a8830089f79cbec8a3878ec2fe5160cdb2dc8ccb6def8552658"}, |
| 946 | {file = "watchdog-2.1.9-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64a27aed691408a6abd83394b38503e8176f69031ca25d64131d8d640a307591"}, |
| 947 | {file = "watchdog-2.1.9-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:195fc70c6e41237362ba720e9aaf394f8178bfc7fa68207f112d108edef1af33"}, |
| 948 | {file = "watchdog-2.1.9-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:bfc4d351e6348d6ec51df007432e6fe80adb53fd41183716017026af03427846"}, |
| 949 | {file = "watchdog-2.1.9-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8250546a98388cbc00c3ee3cc5cf96799b5a595270dfcfa855491a64b86ef8c3"}, |
| 950 | {file = "watchdog-2.1.9-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:117ffc6ec261639a0209a3252546b12800670d4bf5f84fbd355957a0595fe654"}, |
| 951 | {file = "watchdog-2.1.9-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:97f9752208f5154e9e7b76acc8c4f5a58801b338de2af14e7e181ee3b28a5d39"}, |
| 952 | {file = "watchdog-2.1.9-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:247dcf1df956daa24828bfea5a138d0e7a7c98b1a47cf1fa5b0c3c16241fcbb7"}, |
| 953 | {file = "watchdog-2.1.9-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:226b3c6c468ce72051a4c15a4cc2ef317c32590d82ba0b330403cafd98a62cfd"}, |
| 954 | {file = "watchdog-2.1.9-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d9820fe47c20c13e3c9dd544d3706a2a26c02b2b43c993b62fcd8011bcc0adb3"}, |
| 955 | {file = "watchdog-2.1.9-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:70af927aa1613ded6a68089a9262a009fbdf819f46d09c1a908d4b36e1ba2b2d"}, |
| 956 | {file = "watchdog-2.1.9-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ed80a1628cee19f5cfc6bb74e173f1b4189eb532e705e2a13e3250312a62e0c9"}, |
| 957 | {file = "watchdog-2.1.9-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9f05a5f7c12452f6a27203f76779ae3f46fa30f1dd833037ea8cbc2887c60213"}, |
| 958 | {file = "watchdog-2.1.9-py3-none-manylinux2014_armv7l.whl", hash = "sha256:255bb5758f7e89b1a13c05a5bceccec2219f8995a3a4c4d6968fe1de6a3b2892"}, |
| 959 | {file = "watchdog-2.1.9-py3-none-manylinux2014_i686.whl", hash = "sha256:d3dda00aca282b26194bdd0adec21e4c21e916956d972369359ba63ade616153"}, |
| 960 | {file = "watchdog-2.1.9-py3-none-manylinux2014_ppc64.whl", hash = "sha256:186f6c55abc5e03872ae14c2f294a153ec7292f807af99f57611acc8caa75306"}, |
| 961 | {file = "watchdog-2.1.9-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:083171652584e1b8829581f965b9b7723ca5f9a2cd7e20271edf264cfd7c1412"}, |
| 962 | {file = "watchdog-2.1.9-py3-none-manylinux2014_s390x.whl", hash = "sha256:b530ae007a5f5d50b7fbba96634c7ee21abec70dc3e7f0233339c81943848dc1"}, |
| 963 | {file = "watchdog-2.1.9-py3-none-manylinux2014_x86_64.whl", hash = "sha256:4f4e1c4aa54fb86316a62a87b3378c025e228178d55481d30d857c6c438897d6"}, |
| 964 | {file = "watchdog-2.1.9-py3-none-win32.whl", hash = "sha256:5952135968519e2447a01875a6f5fc8c03190b24d14ee52b0f4b1682259520b1"}, |
| 965 | {file = "watchdog-2.1.9-py3-none-win_amd64.whl", hash = "sha256:7a833211f49143c3d336729b0020ffd1274078e94b0ae42e22f596999f50279c"}, |
| 966 | {file = "watchdog-2.1.9-py3-none-win_ia64.whl", hash = "sha256:ad576a565260d8f99d97f2e64b0f97a48228317095908568a9d5c786c829d428"}, |
| 967 | {file = "watchdog-2.1.9.tar.gz", hash = "sha256:43ce20ebb36a51f21fa376f76d1d4692452b2527ccd601950d69ed36b9e21609"}, |
| 968 | ] |