From 0ce246d5b7cfb8aaf53c37ef31f8431077f62484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:50:43 +0000 Subject: [PATCH] Bump cryptography from 35.0.0 to 41.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 35.0.0 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/35.0.0...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 401 +++++----------------------------------------------- 1 file changed, 37 insertions(+), 364 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc5309a5..a232e12b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "absl-py" version = "0.15.0" description = "Abseil Python Common Libraries, see https://github.com/abseil/abseil-py." -category = "dev" optional = false python-versions = "*" files = [ @@ -19,7 +18,6 @@ six = "*" name = "alabaster" version = "0.7.12" description = "A configurable sidebar-enabled Sphinx theme" -category = "main" optional = true python-versions = "*" files = [ @@ -31,7 +29,6 @@ files = [ name = "applaunchservices" version = "0.2.1" description = "Simple package for registering an app with apple Launch Services to handle UTI and URL" -category = "main" optional = true python-versions = "*" files = [ @@ -46,7 +43,6 @@ pyobjc = "*" name = "appnope" version = "0.1.2" description = "Disable App Nap on macOS >= 10.9" -category = "main" optional = true python-versions = "*" files = [ @@ -58,7 +54,6 @@ files = [ name = "argcomplete" version = "1.12.3" description = "Bash tab completion for argparse" -category = "main" optional = true python-versions = "*" files = [ @@ -76,7 +71,6 @@ test = ["coverage", "flake8", "pexpect", "wheel"] name = "arrow" version = "1.2.1" description = "Better dates & times for Python" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -92,7 +86,6 @@ typing-extensions = {version = "*", markers = "python_version < \"3.8\""} name = "astroid" version = "2.6.6" description = "An abstract syntax tree for Python with inference support." -category = "main" optional = true python-versions = "~=3.6" files = [ @@ -111,7 +104,6 @@ wrapt = ">=1.11,<1.13" name = "atomicwrites" version = "1.4.0" description = "Atomic file writes." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -123,7 +115,6 @@ files = [ name = "attrs" version = "21.2.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -141,7 +132,6 @@ tests-no-zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "p name = "autopep8" version = "1.5.7" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" -category = "main" optional = true python-versions = "*" files = [ @@ -157,7 +147,6 @@ toml = "*" name = "babel" version = "2.9.1" description = "Internationalization utilities" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -172,7 +161,6 @@ pytz = ">=2015.7" name = "backcall" version = "0.2.0" description = "Specifications for callback functions passed in to an API" -category = "main" optional = true python-versions = "*" files = [ @@ -184,7 +172,6 @@ files = [ name = "bcrypt" version = "3.2.0" description = "Modern password hashing for your software and your servers" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -212,7 +199,6 @@ typecheck = ["mypy"] name = "binaryornot" version = "0.4.4" description = "Ultra-lightweight pure Python package to check if a file is binary or text." -category = "main" optional = true python-versions = "*" files = [ @@ -227,7 +213,6 @@ chardet = ">=3.0.2" name = "black" version = "21.10b0" description = "The uncompromising code formatter." -category = "main" optional = true python-versions = ">=3.6.2" files = [ @@ -256,7 +241,6 @@ uvloop = ["uvloop (>=0.15.2)"] name = "bleach" version = "4.1.0" description = "An easy safelist-based HTML-sanitizing tool." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -273,7 +257,6 @@ webencodings = "*" name = "cachetools" version = "4.2.4" description = "Extensible memoizing collections and decorators" -category = "dev" optional = false python-versions = "~=3.5" files = [ @@ -285,7 +268,6 @@ files = [ name = "certifi" version = "2021.10.8" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = "*" files = [ @@ -297,8 +279,7 @@ files = [ name = "cffi" version = "1.15.0" description = "Foreign Function Interface for Python calling C code." -category = "main" -optional = true +optional = false python-versions = "*" files = [ {file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"}, @@ -360,7 +341,6 @@ pycparser = "*" name = "cfgv" version = "3.3.1" description = "Validate configuration and produce human readable error messages." -category = "dev" optional = false python-versions = ">=3.6.1" files = [ @@ -372,7 +352,6 @@ files = [ name = "chardet" version = "4.0.0" description = "Universal encoding detector for Python 2 and 3" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -384,7 +363,6 @@ files = [ name = "charset-normalizer" version = "2.0.7" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.5.0" files = [ @@ -399,7 +377,6 @@ unicode-backport = ["unicodedata2"] name = "click" version = "8.0.3" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -415,7 +392,6 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} name = "cloudpickle" version = "2.0.0" description = "Extended pickling support for Python objects" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -427,7 +403,6 @@ files = [ name = "colorama" version = "0.4.3" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -439,7 +414,6 @@ files = [ name = "configparser" version = "5.1.0" description = "Updated configparser from Python 3.8 for Python 2.6+." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -455,7 +429,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "cookiecutter" version = "1.7.3" description = "A command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template." -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -475,50 +448,53 @@ six = ">=1.10" [[package]] name = "cryptography" -version = "35.0.0" +version = "41.0.6" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" -optional = true -python-versions = ">=3.6" +optional = false +python-versions = ">=3.7" files = [ - {file = "cryptography-35.0.0-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:d57e0cdc1b44b6cdf8af1d01807db06886f10177469312fbde8f44ccbb284bc9"}, - {file = "cryptography-35.0.0-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:ced40344e811d6abba00295ced98c01aecf0c2de39481792d87af4fa58b7b4d6"}, - {file = "cryptography-35.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:54b2605e5475944e2213258e0ab8696f4f357a31371e538ef21e8d61c843c28d"}, - {file = "cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:7b7ceeff114c31f285528ba8b390d3e9cfa2da17b56f11d366769a807f17cbaa"}, - {file = "cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d69645f535f4b2c722cfb07a8eab916265545b3475fdb34e0be2f4ee8b0b15e"}, - {file = "cryptography-35.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a2d0e0acc20ede0f06ef7aa58546eee96d2592c00f450c9acb89c5879b61992"}, - {file = "cryptography-35.0.0-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:07bb7fbfb5de0980590ddfc7f13081520def06dc9ed214000ad4372fb4e3c7f6"}, - {file = "cryptography-35.0.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:7eba2cebca600a7806b893cb1d541a6e910afa87e97acf2021a22b32da1df52d"}, - {file = "cryptography-35.0.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:18d90f4711bf63e2fb21e8c8e51ed8189438e6b35a6d996201ebd98a26abbbe6"}, - {file = "cryptography-35.0.0-cp36-abi3-win32.whl", hash = "sha256:c10c797ac89c746e488d2ee92bd4abd593615694ee17b2500578b63cad6b93a8"}, - {file = "cryptography-35.0.0-cp36-abi3-win_amd64.whl", hash = "sha256:7075b304cd567694dc692ffc9747f3e9cb393cc4aa4fb7b9f3abd6f5c4e43588"}, - {file = "cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:a688ebcd08250eab5bb5bca318cc05a8c66de5e4171a65ca51db6bd753ff8953"}, - {file = "cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d99915d6ab265c22873f1b4d6ea5ef462ef797b4140be4c9d8b179915e0985c6"}, - {file = "cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:928185a6d1ccdb816e883f56ebe92e975a262d31cc536429041921f8cb5a62fd"}, - {file = "cryptography-35.0.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl", hash = "sha256:ebeddd119f526bcf323a89f853afb12e225902a24d29b55fe18dd6fcb2838a76"}, - {file = "cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:22a38e96118a4ce3b97509443feace1d1011d0571fae81fc3ad35f25ba3ea999"}, - {file = "cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eb80e8a1f91e4b7ef8b33041591e6d89b2b8e122d787e87eeb2b08da71bb16ad"}, - {file = "cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:abb5a361d2585bb95012a19ed9b2c8f412c5d723a9836418fab7aaa0243e67d2"}, - {file = "cryptography-35.0.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:1ed82abf16df40a60942a8c211251ae72858b25b7421ce2497c2eb7a1cee817c"}, - {file = "cryptography-35.0.0.tar.gz", hash = "sha256:9933f28f70d0517686bd7de36166dda42094eac49415459d9bdf5e7df3e0086d"}, + {file = "cryptography-41.0.6-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:0f27acb55a4e77b9be8d550d762b0513ef3fc658cd3eb15110ebbcbd626db12c"}, + {file = "cryptography-41.0.6-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:ae236bb8760c1e55b7a39b6d4d32d2279bc6c7c8500b7d5a13b6fb9fc97be35b"}, + {file = "cryptography-41.0.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afda76d84b053923c27ede5edc1ed7d53e3c9f475ebaf63c68e69f1403c405a8"}, + {file = "cryptography-41.0.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da46e2b5df770070412c46f87bac0849b8d685c5f2679771de277a422c7d0b86"}, + {file = "cryptography-41.0.6-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ff369dd19e8fe0528b02e8df9f2aeb2479f89b1270d90f96a63500afe9af5cae"}, + {file = "cryptography-41.0.6-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:b648fe2a45e426aaee684ddca2632f62ec4613ef362f4d681a9a6283d10e079d"}, + {file = "cryptography-41.0.6-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:5daeb18e7886a358064a68dbcaf441c036cbdb7da52ae744e7b9207b04d3908c"}, + {file = "cryptography-41.0.6-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:068bc551698c234742c40049e46840843f3d98ad7ce265fd2bd4ec0d11306596"}, + {file = "cryptography-41.0.6-cp37-abi3-win32.whl", hash = "sha256:2132d5865eea673fe6712c2ed5fb4fa49dba10768bb4cc798345748380ee3660"}, + {file = "cryptography-41.0.6-cp37-abi3-win_amd64.whl", hash = "sha256:48783b7e2bef51224020efb61b42704207dde583d7e371ef8fc2a5fb6c0aabc7"}, + {file = "cryptography-41.0.6-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:8efb2af8d4ba9dbc9c9dd8f04d19a7abb5b49eab1f3694e7b5a16a5fc2856f5c"}, + {file = "cryptography-41.0.6-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c5a550dc7a3b50b116323e3d376241829fd326ac47bc195e04eb33a8170902a9"}, + {file = "cryptography-41.0.6-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:85abd057699b98fce40b41737afb234fef05c67e116f6f3650782c10862c43da"}, + {file = "cryptography-41.0.6-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:f39812f70fc5c71a15aa3c97b2bbe213c3f2a460b79bd21c40d033bb34a9bf36"}, + {file = "cryptography-41.0.6-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:742ae5e9a2310e9dade7932f9576606836ed174da3c7d26bc3d3ab4bd49b9f65"}, + {file = "cryptography-41.0.6-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:35f3f288e83c3f6f10752467c48919a7a94b7d88cc00b0668372a0d2ad4f8ead"}, + {file = "cryptography-41.0.6-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:4d03186af98b1c01a4eda396b137f29e4e3fb0173e30f885e27acec8823c1b09"}, + {file = "cryptography-41.0.6-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:b27a7fd4229abef715e064269d98a7e2909ebf92eb6912a9603c7e14c181928c"}, + {file = "cryptography-41.0.6-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:398ae1fc711b5eb78e977daa3cbf47cec20f2c08c5da129b7a296055fbb22aed"}, + {file = "cryptography-41.0.6-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:7e00fb556bda398b99b0da289ce7053639d33b572847181d6483ad89835115f6"}, + {file = "cryptography-41.0.6-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:60e746b11b937911dc70d164060d28d273e31853bb359e2b2033c9e93e6f3c43"}, + {file = "cryptography-41.0.6-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:3288acccef021e3c3c10d58933f44e8602cf04dba96d9796d70d537bb2f4bbc4"}, + {file = "cryptography-41.0.6.tar.gz", hash = "sha256:422e3e31d63743855e43e5a6fcc8b4acab860f560f9321b0ee6269cc7ed70cc3"}, ] [package.dependencies] cffi = ">=1.12" [package.extras] -docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"] -docstest = ["doc8", "pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"] -pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"] -sdist = ["setuptools-rust (>=0.11.4)"] +docs = ["sphinx (>=5.3.0)", "sphinx-rtd-theme (>=1.1.1)"] +docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"] +nox = ["nox"] +pep8test = ["black", "check-sdist", "mypy", "ruff"] +sdist = ["build"] ssh = ["bcrypt (>=3.1.5)"] -test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"] +test = ["pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"] +test-randomorder = ["pytest-randomly"] [[package]] name = "cycler" version = "0.11.0" description = "Composable style cycles" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -530,7 +506,6 @@ files = [ name = "debugpy" version = "1.5.1" description = "An implementation of the Debug Adapter Protocol for Python" -category = "main" optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" files = [ @@ -561,7 +536,6 @@ files = [ name = "decorator" version = "5.1.0" description = "Decorators for Humans" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -573,7 +547,6 @@ files = [ name = "defusedxml" version = "0.7.1" description = "XML bomb protection for Python stdlib modules" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -585,7 +558,6 @@ files = [ name = "diff-match-patch" version = "20200713" description = "Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text." -category = "main" optional = true python-versions = ">=2.7" files = [ @@ -597,7 +569,6 @@ files = [ name = "distlib" version = "0.3.4" description = "Distribution utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -609,7 +580,6 @@ files = [ name = "docker-pycreds" version = "0.4.0" description = "Python bindings for the docker credentials store API" -category = "dev" optional = false python-versions = "*" files = [ @@ -624,7 +594,6 @@ six = ">=1.4.0" name = "docutils" version = "0.15.2" description = "Docutils -- Python Documentation Utilities" -category = "main" optional = true python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -637,7 +606,6 @@ files = [ name = "dunamai" version = "1.7.0" description = "Dynamic version generation" -category = "dev" optional = false python-versions = ">=3.5,<4.0" files = [ @@ -653,7 +621,6 @@ packaging = ">=20.9" name = "entrypoints" version = "0.3" description = "Discover and load entry points from installed packages." -category = "main" optional = true python-versions = ">=2.7" files = [ @@ -665,7 +632,6 @@ files = [ name = "filelock" version = "3.4.2" description = "A platform independent file lock." -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -681,7 +647,6 @@ testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-co name = "flake8" version = "3.9.2" description = "the modular source code checker: pep8 pyflakes and co" -category = "main" optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -699,7 +664,6 @@ pyflakes = ">=2.3.0,<2.4.0" name = "gitdb" version = "4.0.9" description = "Git Object Database" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -714,7 +678,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.24" description = "GitPython is a python library used to interact with Git repositories" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -730,7 +693,6 @@ typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.10\" name = "google-auth" version = "2.3.3" description = "Google Authentication Library" -category = "dev" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" files = [ @@ -754,7 +716,6 @@ reauth = ["pyu2f (>=0.1.5)"] name = "google-auth-oauthlib" version = "0.4.6" description = "Google Authentication Library" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -773,7 +734,6 @@ tool = ["click (>=6.0.0)"] name = "grpcio" version = "1.41.1" description = "HTTP/2-based RPC framework" -category = "dev" optional = false python-versions = "*" files = [ @@ -833,7 +793,6 @@ protobuf = ["grpcio-tools (>=1.41.1)"] name = "gym" version = "0.23.1" description = "Gym: A universal API for reinforcement learning environments" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -861,7 +820,6 @@ toy-text = ["pygame (==2.1.0)", "scipy (>=1.4.1)"] name = "gym-notices" version = "0.0.8" description = "Notices for gym" -category = "main" optional = false python-versions = "*" files = [ @@ -873,7 +831,6 @@ files = [ name = "identify" version = "2.4.5" description = "File identification library for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -888,7 +845,6 @@ license = ["ukkonen"] name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -900,7 +856,6 @@ files = [ name = "imagesize" version = "1.2.0" description = "Getting image size from png/jpeg/jpeg2000/gif file" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -912,7 +867,6 @@ files = [ name = "importlib-metadata" version = "4.13.0" description = "Read metadata from Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -933,7 +887,6 @@ testing = ["flake8 (<5)", "flufl.flake8", "importlib-resources (>=1.3)", "packag name = "importlib-resources" version = "5.4.0" description = "Read resources from Python packages" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -952,7 +905,6 @@ testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", name = "inflection" version = "0.5.1" description = "A port of Ruby on Rails inflector to Python" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -964,7 +916,6 @@ files = [ name = "iniconfig" version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" -category = "dev" optional = false python-versions = "*" files = [ @@ -976,7 +927,6 @@ files = [ name = "intervaltree" version = "3.1.0" description = "Editable interval tree data structure for Python 2 and 3" -category = "main" optional = true python-versions = "*" files = [ @@ -990,7 +940,6 @@ sortedcontainers = ">=2.0,<3.0" name = "ipykernel" version = "6.5.0" description = "IPython Kernel for Jupyter" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -1016,7 +965,6 @@ test = ["flaky", "ipyparallel", "nose", "pytest (!=5.3.4)", "pytest-cov"] name = "ipython" version = "7.29.0" description = "IPython: Productive Interactive Computing" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -1053,7 +1001,6 @@ test = ["ipykernel", "nbformat", "nose (>=0.10.1)", "numpy (>=1.17)", "pygments" name = "ipython-genutils" version = "0.2.0" description = "Vestigial utilities from IPython" -category = "main" optional = true python-versions = "*" files = [ @@ -1065,7 +1012,6 @@ files = [ name = "isort" version = "5.10.0" description = "A Python utility / library to sort Python imports." -category = "main" optional = true python-versions = ">=3.6.1,<4.0" files = [ @@ -1083,7 +1029,6 @@ requirements-deprecated-finder = ["pip-api", "pipreqs"] name = "jedi" version = "0.18.0" description = "An autocompletion tool for Python that can be used for text editors." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -1102,7 +1047,6 @@ testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<6.0.0)"] name = "jeepney" version = "0.7.1" description = "Low-level, pure Python DBus protocol wrapper." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -1118,7 +1062,6 @@ trio = ["async_generator", "trio"] name = "jinja2" version = "3.0.2" description = "A very fast and expressive template engine." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1136,7 +1079,6 @@ i18n = ["Babel (>=2.7)"] name = "jinja2-time" version = "0.2.0" description = "Jinja2 Extension for Dates and Times" -category = "main" optional = true python-versions = "*" files = [ @@ -1152,7 +1094,6 @@ jinja2 = "*" name = "jpype1" version = "1.3.0" description = "A Python to Java bridge." -category = "main" optional = false python-versions = "*" files = [ @@ -1188,7 +1129,6 @@ tests = ["pytest"] name = "jsonschema" version = "4.2.1" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -1210,7 +1150,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jupyter-client" version = "6.2.0" description = "Jupyter protocol implementation and client libraries" -category = "main" optional = true python-versions = ">=3.6.1" files = [ @@ -1234,7 +1173,6 @@ test = ["async-generator", "ipykernel", "ipython", "jedi (<0.18)", "mock", "mypy name = "jupyter-core" version = "4.9.1" description = "Jupyter core package. A base package on which Jupyter projects rely." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -1250,7 +1188,6 @@ traitlets = "*" name = "jupyterlab-pygments" version = "0.1.2" description = "Pygments theme using JupyterLab CSS variables" -category = "main" optional = true python-versions = "*" files = [ @@ -1265,7 +1202,6 @@ pygments = ">=2.4.1,<3" name = "keyring" version = "23.2.1" description = "Store and access your passwords safely." -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -1287,7 +1223,6 @@ testing = ["pytest (>=4.6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4) name = "kiwisolver" version = "1.3.2" description = "A fast implementation of the Cassowary constraint solver" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1341,7 +1276,6 @@ files = [ name = "lazy-object-proxy" version = "1.6.0" description = "A fast and thorough lazy object proxy." -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -1373,7 +1307,6 @@ files = [ name = "markdown" version = "3.3.4" description = "Python implementation of Markdown." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1391,7 +1324,6 @@ testing = ["coverage", "pyyaml"] name = "markupsafe" version = "2.0.1" description = "Safely add untrusted strings to HTML/XML markup." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1470,7 +1402,6 @@ files = [ name = "matplotlib" version = "3.4.3" description = "Python plotting package" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1509,7 +1440,6 @@ python-dateutil = ">=2.7" name = "matplotlib-inline" version = "0.1.3" description = "Inline Matplotlib backend for Jupyter" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -1524,7 +1454,6 @@ traitlets = "*" name = "mccabe" version = "0.6.1" description = "McCabe checker, plugin for flake8" -category = "main" optional = true python-versions = "*" files = [ @@ -1536,7 +1465,6 @@ files = [ name = "mistune" version = "0.8.4" description = "The fastest markdown parser in pure Python" -category = "main" optional = true python-versions = "*" files = [ @@ -1548,7 +1476,6 @@ files = [ name = "mypy-extensions" version = "0.4.3" description = "Experimental type system extensions for programs checked with the mypy typechecker." -category = "main" optional = true python-versions = "*" files = [ @@ -1560,7 +1487,6 @@ files = [ name = "nbclient" version = "0.5.4" description = "A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor." -category = "main" optional = true python-versions = ">=3.6.1" files = [ @@ -1583,7 +1509,6 @@ test = ["black", "bumpversion", "check-manifest", "codecov", "coverage", "flake8 name = "nbconvert" version = "6.2.0" description = "Converting Jupyter Notebooks" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -1617,7 +1542,6 @@ webpdf = ["pyppeteer (==0.2.6)"] name = "nbformat" version = "5.1.3" description = "The Jupyter Notebook format" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -1639,7 +1563,6 @@ test = ["check-manifest", "fastjsonschema", "pytest", "pytest-cov", "testpath"] name = "nest-asyncio" version = "1.5.1" description = "Patch asyncio to allow nested event loops" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -1651,7 +1574,6 @@ files = [ name = "nodeenv" version = "1.6.0" description = "Node.js virtual environment builder" -category = "dev" optional = false python-versions = "*" files = [ @@ -1663,7 +1585,6 @@ files = [ name = "numpy" version = "1.21.4" description = "NumPy is the fundamental package for array computing with Python." -category = "main" optional = false python-versions = ">=3.7,<3.11" files = [ @@ -1703,7 +1624,6 @@ files = [ name = "numpydoc" version = "1.1.0" description = "Sphinx extension to support docstrings in Numpy format" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -1722,7 +1642,6 @@ testing = ["matplotlib", "pytest", "pytest-cov"] name = "oauthlib" version = "3.1.1" description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1739,7 +1658,6 @@ signedtoken = ["cryptography (>=3.0.0,<4)", "pyjwt (>=2.0.0,<3)"] name = "packaging" version = "21.2" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1754,7 +1672,6 @@ pyparsing = ">=2.0.2,<3" name = "pandas" version = "1.3.4" description = "Powerful data structures for data analysis, time series, and statistics" -category = "dev" optional = false python-versions = ">=3.7.1" files = [ @@ -1786,7 +1703,7 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.17.3", markers = "platform_machine != \"aarch64\" and platform_machine != \"arm64\" and python_version < \"3.10\""}, + {version = ">=1.17.3", markers = "(platform_machine != \"aarch64\" and platform_machine != \"arm64\") and python_version < \"3.10\""}, {version = ">=1.19.2", markers = "platform_machine == \"aarch64\" and python_version < \"3.10\""}, {version = ">=1.20.0", markers = "platform_machine == \"arm64\" and python_version < \"3.10\""}, ] @@ -1800,7 +1717,6 @@ test = ["hypothesis (>=3.58)", "pytest (>=6.0)", "pytest-xdist"] name = "pandocfilters" version = "1.5.0" description = "Utilities for writing pandoc filters in python" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1812,7 +1728,6 @@ files = [ name = "paramiko" version = "2.8.0" description = "SSH2 protocol library" -category = "main" optional = true python-versions = "*" files = [ @@ -1835,7 +1750,6 @@ invoke = ["invoke (>=1.3)"] name = "parso" version = "0.8.2" description = "A Python Parser" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -1851,7 +1765,6 @@ testing = ["docopt", "pytest (<6.0.0)"] name = "pathspec" version = "0.9.0" description = "Utility library for gitignore style pattern matching of file paths." -category = "main" optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -1863,7 +1776,6 @@ files = [ name = "pathtools" version = "0.1.2" description = "File system general utilities" -category = "dev" optional = false python-versions = "*" files = [ @@ -1874,7 +1786,6 @@ files = [ name = "peewee" version = "3.14.8" description = "a little orm" -category = "main" optional = false python-versions = "*" files = [ @@ -1885,7 +1796,6 @@ files = [ name = "pettingzoo" version = "1.16.0" description = "Gym for multi-agent reinforcement learning" -category = "main" optional = false python-versions = ">=3.7, <3.11" files = [ @@ -1911,7 +1821,6 @@ tests = ["pynput"] name = "pexpect" version = "4.8.0" description = "Pexpect allows easy control of interactive console applications." -category = "main" optional = true python-versions = "*" files = [ @@ -1926,7 +1835,6 @@ ptyprocess = ">=0.5" name = "pickleshare" version = "0.7.5" description = "Tiny 'shelve'-like database with concurrency support" -category = "main" optional = true python-versions = "*" files = [ @@ -1938,7 +1846,6 @@ files = [ name = "pillow" version = "8.4.0" description = "Python Imaging Library (Fork)" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -1989,7 +1896,6 @@ files = [ name = "platformdirs" version = "2.4.0" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2005,7 +1911,6 @@ test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock name = "pluggy" version = "1.0.0" description = "plugin and hook calling mechanisms for python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2024,7 +1929,6 @@ testing = ["pytest", "pytest-benchmark"] name = "poetry-dynamic-versioning" version = "0.13.1" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" -category = "dev" optional = false python-versions = ">=3.5,<4.0" files = [ @@ -2041,7 +1945,6 @@ tomlkit = ">=0.4" name = "poyo" version = "0.5.0" description = "A lightweight YAML Parser for Python. 🐓" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2053,7 +1956,6 @@ files = [ name = "pre-commit" version = "2.17.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." -category = "dev" optional = false python-versions = ">=3.6.1" files = [ @@ -2074,7 +1976,6 @@ virtualenv = ">=20.0.8" name = "promise" version = "2.3" description = "Promises/A+ implementation for Python" -category = "dev" optional = false python-versions = "*" files = [ @@ -2091,7 +1992,6 @@ test = ["coveralls", "futures", "mock", "pytest (>=2.7.3)", "pytest-benchmark", name = "prompt-toolkit" version = "3.0.22" description = "Library for building powerful interactive command lines in Python" -category = "main" optional = true python-versions = ">=3.6.2" files = [ @@ -2106,7 +2006,6 @@ wcwidth = "*" name = "protobuf" version = "3.19.1" description = "Protocol Buffers" -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -2140,7 +2039,6 @@ files = [ name = "psutil" version = "5.8.0" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2181,7 +2079,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "unittest2", "wmi"] name = "ptyprocess" version = "0.7.0" description = "Run a subprocess in a pseudo terminal" -category = "main" optional = true python-versions = "*" files = [ @@ -2193,7 +2090,6 @@ files = [ name = "py" version = "1.11.0" description = "library with cross-python path, ini-parsing, io, code, log facilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -2205,7 +2101,6 @@ files = [ name = "pyasn1" version = "0.4.8" description = "ASN.1 types and codecs" -category = "dev" optional = false python-versions = "*" files = [ @@ -2217,7 +2112,6 @@ files = [ name = "pyasn1-modules" version = "0.2.8" description = "A collection of ASN.1-based protocols modules." -category = "dev" optional = false python-versions = "*" files = [ @@ -2232,7 +2126,6 @@ pyasn1 = ">=0.4.6,<0.5.0" name = "pycodestyle" version = "2.7.0" description = "Python style guide checker" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2244,8 +2137,7 @@ files = [ name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" -optional = true +optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, @@ -2256,7 +2148,6 @@ files = [ name = "pydocstyle" version = "6.1.1" description = "Python docstring style checker" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2274,7 +2165,6 @@ toml = ["toml"] name = "pyflakes" version = "2.3.1" description = "passive checker of Python programs" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2286,7 +2176,6 @@ files = [ name = "pygments" version = "2.10.0" description = "Pygments is a syntax highlighting package written in Python." -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -2298,7 +2187,6 @@ files = [ name = "pylint" version = "2.9.6" description = "python code static checker" -category = "main" optional = true python-versions = "~=3.6" files = [ @@ -2317,7 +2205,6 @@ toml = ">=0.7.1" name = "pyls-spyder" version = "0.4.0" description = "Spyder extensions for the python-lsp-server" -category = "main" optional = true python-versions = ">= 3.6" files = [ @@ -2332,7 +2219,6 @@ python-lsp-server = ">=1.0.1" name = "pynacl" version = "1.4.0" description = "Python binding to the Networking and Cryptography (NaCl) library" -category = "main" optional = true python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -2368,7 +2254,6 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] name = "pyobjc" version = "7.3" description = "Python<->ObjC Interoperability Module" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2515,7 +2400,6 @@ pyobjc-framework-WebKit = "7.3" name = "pyobjc-core" version = "7.3" description = "Python<->ObjC Interoperability Module" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2533,7 +2417,6 @@ files = [ name = "pyobjc-framework-accessibility" version = "7.3" description = "Wrappers for the framework Accessibility on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2551,7 +2434,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-accounts" version = "7.3" description = "Wrappers for the framework Accounts on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2567,7 +2449,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-addressbook" version = "7.3" description = "Wrappers for the framework AddressBook on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2584,7 +2465,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-adservices" version = "7.3" description = "Wrappers for the framework AdServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2600,7 +2480,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-adsupport" version = "7.3" description = "Wrappers for the framework AdSupport on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2616,7 +2495,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-applescriptkit" version = "7.3" description = "Wrappers for the framework AppleScriptKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2632,7 +2510,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-applescriptobjc" version = "7.3" description = "Wrappers for the framework AppleScriptObjC on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2648,7 +2525,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-applicationservices" version = "7.3" description = "Wrappers for the framework ApplicationServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2671,7 +2547,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-apptrackingtransparency" version = "7.3" description = "Wrappers for the framework AppTrackingTransparency on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2687,7 +2562,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-authenticationservices" version = "7.3" description = "Wrappers for the framework AuthenticationServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2704,7 +2578,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-automaticassessmentconfiguration" version = "7.3" description = "Wrappers for the framework AutomaticAssessmentConfiguration on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2721,7 +2594,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-automator" version = "7.3" description = "Wrappers for the framework Automator on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2737,7 +2609,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-avfoundation" version = "7.3" description = "Wrappers for the framework AVFoundation on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2756,7 +2627,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-avkit" version = "7.3" description = "Wrappers for the framework AVKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2774,7 +2644,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-businesschat" version = "7.3" description = "Wrappers for the framework BusinessChat on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2790,7 +2659,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-calendarstore" version = "7.3" description = "Wrappers for the framework CalendarStore on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2806,7 +2674,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-callkit" version = "7.3" description = "Wrappers for the framework CallKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2822,7 +2689,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-cfnetwork" version = "7.3" description = "Wrappers for the framework CFNetwork on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2839,7 +2705,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-classkit" version = "7.3" description = "Wrappers for the framework ClassKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2856,7 +2721,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-cloudkit" version = "7.3" description = "Wrappers for the framework CloudKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2875,7 +2739,6 @@ pyobjc-framework-CoreLocation = ">=7.3" name = "pyobjc-framework-cocoa" version = "7.3" description = "Wrappers for the Cocoa frameworks on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2896,7 +2759,6 @@ pyobjc-core = ">=7.3" name = "pyobjc-framework-collaboration" version = "7.3" description = "Wrappers for the framework Collaboration on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2912,7 +2774,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-colorsync" version = "7.3" description = "Wrappers for the framework ColorSync on Mac OS X" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2928,7 +2789,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-contacts" version = "7.3" description = "Wrappers for the framework Contacts on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2945,7 +2805,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-contactsui" version = "7.3" description = "Wrappers for the framework ContactsUI on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2963,7 +2822,6 @@ pyobjc-framework-Contacts = ">=7.3" name = "pyobjc-framework-coreaudio" version = "7.3" description = "Wrappers for the framework CoreAudio on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -2985,7 +2843,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coreaudiokit" version = "7.3" description = "Wrappers for the framework CoreAudioKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3003,7 +2860,6 @@ pyobjc-framework-CoreAudio = ">=7.3" name = "pyobjc-framework-corebluetooth" version = "7.3" description = "Wrappers for the framework CoreBluetooth on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3020,7 +2876,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coredata" version = "7.3" description = "Wrappers for the framework CoreData on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3037,7 +2892,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-corehaptics" version = "7.3" description = "Wrappers for the framework CoreHaptics on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3053,7 +2907,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-corelocation" version = "7.3" description = "Wrappers for the framework CoreLocation on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3070,7 +2923,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremedia" version = "7.3" description = "Wrappers for the framework CoreMedia on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3092,7 +2944,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremediaio" version = "7.3" description = "Wrappers for the framework CoreMediaIO on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3109,7 +2960,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremidi" version = "7.3" description = "Wrappers for the framework CoreMIDI on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3126,7 +2976,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coreml" version = "7.3" description = "Wrappers for the framework CoreML on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3143,7 +2992,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremotion" version = "7.3" description = "Wrappers for the framework CoreMotion on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3159,7 +3007,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coreservices" version = "7.3" description = "Wrappers for the framework CoreServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3176,7 +3023,6 @@ pyobjc-framework-FSEvents = ">=7.3" name = "pyobjc-framework-corespotlight" version = "7.3" description = "Wrappers for the framework CoreSpotlight on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3193,7 +3039,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coretext" version = "7.3" description = "Wrappers for the framework CoreText on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3216,7 +3061,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-corewlan" version = "7.3" description = "Wrappers for the framework CoreWLAN on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3233,7 +3077,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-cryptotokenkit" version = "7.3" description = "Wrappers for the framework CryptoTokenKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3250,7 +3093,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-devicecheck" version = "7.3" description = "Wrappers for the framework DeviceCheck on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3266,7 +3108,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-dictionaryservices" version = "7.3" description = "Wrappers for the framework DictionaryServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3282,7 +3123,6 @@ pyobjc-framework-CoreServices = ">=7.3" name = "pyobjc-framework-discrecording" version = "7.3" description = "Wrappers for the framework DiscRecording on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3299,7 +3139,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-discrecordingui" version = "7.3" description = "Wrappers for the framework DiscRecordingUI on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3316,7 +3155,6 @@ pyobjc-framework-DiscRecording = ">=7.3" name = "pyobjc-framework-diskarbitration" version = "7.3" description = "Wrappers for the framework DiskArbitration on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3332,7 +3170,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-dvdplayback" version = "7.3" description = "Wrappers for the framework DVDPlayback on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3348,7 +3185,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-eventkit" version = "7.3" description = "Wrappers for the framework Accounts on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3364,7 +3200,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-exceptionhandling" version = "7.3" description = "Wrappers for the framework ExceptionHandling on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3380,7 +3215,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-executionpolicy" version = "7.3" description = "Wrappers for the framework ExecutionPolicy on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3396,7 +3230,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-externalaccessory" version = "7.3" description = "Wrappers for the framework ExternalAccessory on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3413,7 +3246,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-fileprovider" version = "7.3" description = "Wrappers for the framework FileProvider on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3435,7 +3267,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-fileproviderui" version = "7.3" description = "Wrappers for the framework FileProviderUI on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3451,7 +3282,6 @@ pyobjc-framework-FileProvider = ">=7.3" name = "pyobjc-framework-findersync" version = "7.3" description = "Wrappers for the framework FinderSync on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3467,7 +3297,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-fsevents" version = "7.3" description = "Wrappers for the framework FSEvents on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3484,7 +3313,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-gamecenter" version = "7.3" description = "Wrappers for the framework GameCenter on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3501,7 +3329,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-gamecontroller" version = "7.3" description = "Wrappers for the framework GameController on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3518,7 +3345,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-gamekit" version = "7.3" description = "Wrappers for the framework GameKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3536,7 +3362,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-gameplaykit" version = "7.3" description = "Wrappers for the framework GameplayKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3554,7 +3379,6 @@ pyobjc-framework-SpriteKit = ">=7.3" name = "pyobjc-framework-imagecapturecore" version = "7.3" description = "Wrappers for the framework ImageCaptureCore on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3571,7 +3395,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-imserviceplugin" version = "7.3" description = "Wrappers for the framework IMServicePlugIn on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3588,7 +3411,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-inputmethodkit" version = "7.3" description = "Wrappers for the framework InputMethodKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3605,7 +3427,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-installerplugins" version = "7.3" description = "Wrappers for the framework InstallerPlugins on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3621,7 +3442,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-instantmessage" version = "7.3" description = "Wrappers for the framework InstantMessage on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3638,7 +3458,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-intents" version = "7.3" description = "Wrappers for the framework Intents on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3655,7 +3474,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-interfacebuilderkit" version = "7.3" description = "Wrappers for the framework InterfaceBuilderKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3671,7 +3489,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-iosurface" version = "7.3" description = "Wrappers for the framework IOSurface on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3687,7 +3504,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-ituneslibrary" version = "7.3" description = "Wrappers for the framework iTunesLibrary on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3703,7 +3519,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-kernelmanagement" version = "7.3" description = "Wrappers for the framework KernelManagement on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3719,7 +3534,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-latentsemanticmapping" version = "7.3" description = "Wrappers for the framework LatentSemanticMapping on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3735,7 +3549,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-launchservices" version = "7.3" description = "Wrappers for the framework LaunchServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3751,7 +3564,6 @@ pyobjc-framework-CoreServices = ">=7.3" name = "pyobjc-framework-libdispatch" version = "7.3" description = "Wrappers for libdispatch on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3772,7 +3584,6 @@ pyobjc-core = ">=7.3" name = "pyobjc-framework-linkpresentation" version = "7.3" description = "Wrappers for the framework LinkPresentation on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3789,7 +3600,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-localauthentication" version = "7.3" description = "Wrappers for the framework LocalAuthentication on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3806,7 +3616,6 @@ pyobjc-framework-Security = ">=7.3" name = "pyobjc-framework-mapkit" version = "7.3" description = "Wrappers for the framework MapKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3825,7 +3634,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-mediaaccessibility" version = "7.3" description = "Wrappers for the framework MediaAccessibility on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3841,7 +3649,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-medialibrary" version = "7.3" description = "Wrappers for the framework MediaLibrary on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3858,7 +3665,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-mediaplayer" version = "7.3" description = "Wrappers for the framework MediaPlayer on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3874,7 +3680,6 @@ pyobjc-framework-AVFoundation = ">=7.3" name = "pyobjc-framework-mediatoolbox" version = "7.3" description = "Wrappers for the framework MediaToolbox on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3891,7 +3696,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-message" version = "7.3" description = "Wrappers for the framework Message on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3907,7 +3711,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-metal" version = "7.3" description = "Wrappers for the framework Metal on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3924,7 +3727,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-metalkit" version = "7.3" description = "Wrappers for the framework MetalKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3942,7 +3744,6 @@ pyobjc-framework-Metal = ">=7.3" name = "pyobjc-framework-metalperformanceshaders" version = "7.3" description = "Wrappers for the framework MetalPerformanceShaders on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3959,7 +3760,6 @@ pyobjc-framework-Metal = ">=7.3" name = "pyobjc-framework-metalperformanceshadersgraph" version = "7.3" description = "Wrappers for the framework MetalPerformanceShadersGraph on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3975,7 +3775,6 @@ pyobjc-framework-MetalPerformanceShaders = ">=7.3" name = "pyobjc-framework-mlcompute" version = "7.3" description = "Wrappers for the framework MLCompute on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -3991,7 +3790,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-modelio" version = "7.3" description = "Wrappers for the framework ModelIO on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4009,7 +3807,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-multipeerconnectivity" version = "7.3" description = "Wrappers for the framework MultipeerConnectivity on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4026,7 +3823,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-naturallanguage" version = "7.3" description = "Wrappers for the framework NaturalLanguage on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4042,7 +3838,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-netfs" version = "7.3" description = "Wrappers for the framework NetFS on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4058,7 +3853,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-network" version = "7.3" description = "Wrappers for the framework Network on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4075,7 +3869,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-networkextension" version = "7.3" description = "Wrappers for the framework NetworkExtension on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4092,7 +3885,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-notificationcenter" version = "7.3" description = "Wrappers for the framework NotificationCenter on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4109,7 +3901,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-opendirectory" version = "7.3" description = "Wrappers for the framework OpenDirectory on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4125,7 +3916,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-osakit" version = "7.3" description = "Wrappers for the framework OSAKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4141,7 +3931,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-oslog" version = "7.3" description = "Wrappers for the framework OSLog on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4160,7 +3949,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-passkit" version = "7.3" description = "Wrappers for the framework PassKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4177,7 +3965,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-pencilkit" version = "7.3" description = "Wrappers for the framework PencilKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4193,7 +3980,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-photos" version = "7.3" description = "Wrappers for the framework Photos on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4210,7 +3996,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-photosui" version = "7.3" description = "Wrappers for the framework PhotosUI on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4227,7 +4012,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-preferencepanes" version = "7.3" description = "Wrappers for the framework PreferencePanes on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4243,7 +4027,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-pubsub" version = "7.3" description = "Wrappers for the framework PubSub on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4259,7 +4042,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-pushkit" version = "7.3" description = "Wrappers for the framework PushKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4276,7 +4058,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-quartz" version = "7.3" description = "Wrappers for the Quartz frameworks on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4298,7 +4079,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-quicklookthumbnailing" version = "7.3" description = "Wrappers for the framework QuickLookThumbnailing on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4315,7 +4095,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-replaykit" version = "7.3" description = "Wrappers for the framework ReplayKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4332,7 +4111,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-safariservices" version = "7.3" description = "Wrappers for the framework SafariServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4349,7 +4127,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-scenekit" version = "7.3" description = "Wrappers for the framework SceneKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4367,7 +4144,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-screensaver" version = "7.3" description = "Wrappers for the framework ScreenSaver on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4384,7 +4160,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-screentime" version = "7.3" description = "Wrappers for the framework ScreenTime on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4400,7 +4175,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-scriptingbridge" version = "7.3" description = "Wrappers for the framework ScriptingBridge on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4417,7 +4191,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-searchkit" version = "7.3" description = "Wrappers for the framework SearchKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4433,7 +4206,6 @@ pyobjc-framework-CoreServices = ">=7.3" name = "pyobjc-framework-security" version = "7.3" description = "Wrappers for the framework Security on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4455,7 +4227,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-securityfoundation" version = "7.3" description = "Wrappers for the framework SecurityFoundation on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4472,7 +4243,6 @@ pyobjc-framework-Security = ">=7.3" name = "pyobjc-framework-securityinterface" version = "7.3" description = "Wrappers for the framework SecurityInterface on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4490,7 +4260,6 @@ pyobjc-framework-Security = ">=7.3" name = "pyobjc-framework-servernotification" version = "7.3" description = "Wrappers for the framework ServerNotification on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4506,7 +4275,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-servicemanagement" version = "7.3" description = "Wrappers for the framework ServiceManagement on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4522,7 +4290,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-social" version = "7.3" description = "Wrappers for the framework Social on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4538,7 +4305,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-soundanalysis" version = "7.3" description = "Wrappers for the framework SoundAnalysis on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4554,7 +4320,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-speech" version = "7.3" description = "Wrappers for the framework Speech on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4571,7 +4336,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-spritekit" version = "7.3" description = "Wrappers for the framework SpriteKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4589,7 +4353,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-storekit" version = "7.3" description = "Wrappers for the framework StoreKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4606,7 +4369,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-syncservices" version = "7.3" description = "Wrappers for the framework SyncServices on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4624,7 +4386,6 @@ pyobjc-framework-CoreData = ">=7.3" name = "pyobjc-framework-systemconfiguration" version = "7.3" description = "Wrappers for the framework SystemConfiguration on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4641,7 +4402,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-systemextensions" version = "7.3" description = "Wrappers for the framework SystemExtensions on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4658,7 +4418,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-uniformtypeidentifiers" version = "7.3" description = "Wrappers for the framework UniformTypeIdentifiers on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4674,7 +4433,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-usernotifications" version = "7.3" description = "Wrappers for the framework UserNotifications on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4691,7 +4449,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-usernotificationsui" version = "7.3" description = "Wrappers for the framework UserNotificationsUI on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4708,7 +4465,6 @@ pyobjc-framework-UserNotifications = ">=7.3" name = "pyobjc-framework-videosubscriberaccount" version = "7.3" description = "Wrappers for the framework VideoSubscriberAccount on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4724,7 +4480,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-videotoolbox" version = "7.3" description = "Wrappers for the framework VideoToolbox on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4743,7 +4498,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-virtualization" version = "7.3" description = "Wrappers for the framework Virtualization on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4760,7 +4514,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-vision" version = "7.3" description = "Wrappers for the framework Vision on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4779,7 +4532,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-webkit" version = "7.3" description = "Wrappers for the framework WebKit on macOS" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4796,7 +4548,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyparsing" version = "2.4.7" description = "Python parsing module" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -4808,7 +4559,6 @@ files = [ name = "pyqt5" version = "5.12.3" description = "Python bindings for the Qt cross platform UI and application toolkit" -category = "main" optional = true python-versions = "*" files = [ @@ -4825,7 +4575,6 @@ PyQt5_sip = ">=4.19.14,<13" name = "pyqt5-sip" version = "12.9.0" description = "The sip module support for PyQt5" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -4856,7 +4605,6 @@ files = [ name = "pyqtwebengine" version = "5.12.1" description = "Python bindings for the Qt WebEngine framework" -category = "main" optional = true python-versions = "*" files = [ @@ -4873,7 +4621,6 @@ PyQt5 = ">=5.12" name = "pyrsistent" version = "0.18.0" description = "Persistent/Functional/Immutable data structures" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4904,7 +4651,6 @@ files = [ name = "pytest" version = "6.2.5" description = "pytest: simple powerful testing with Python" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -4930,7 +4676,6 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm name = "python-dateutil" version = "2.8.2" description = "Extensions to the standard Python datetime module" -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ @@ -4945,7 +4690,6 @@ six = ">=1.5" name = "python-lsp-black" version = "1.0.0" description = "Black plugin for the Python LSP Server" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -4965,7 +4709,6 @@ dev = ["flake8", "isort (>=5.0)", "mypy", "pytest"] name = "python-lsp-jsonrpc" version = "1.0.0" description = "JSON RPC 2.0 server library" -category = "main" optional = true python-versions = "*" files = [ @@ -4983,7 +4726,6 @@ test = ["coverage", "pycodestyle", "pyflakes", "pylint", "pytest", "pytest-cov"] name = "python-lsp-server" version = "1.2.4" description = "Python Language Server for the Language Server Protocol" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5024,7 +4766,6 @@ yapf = ["yapf"] name = "python-slugify" version = "5.0.2" description = "A Python Slugify application that handles Unicode" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5042,7 +4783,6 @@ unidecode = ["Unidecode (>=1.1.1)"] name = "pytz" version = "2021.3" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -5054,7 +4794,6 @@ files = [ name = "pywin32" version = "302" description = "Python for Window Extensions" -category = "main" optional = true python-versions = "*" files = [ @@ -5074,7 +4813,6 @@ files = [ name = "pywin32-ctypes" version = "0.2.0" description = "" -category = "main" optional = true python-versions = "*" files = [ @@ -5086,7 +4824,6 @@ files = [ name = "pyxdg" version = "0.27" description = "PyXDG contains implementations of freedesktop.org standards in python." -category = "main" optional = true python-versions = "*" files = [ @@ -5098,7 +4835,6 @@ files = [ name = "pyyaml" version = "5.4.1" description = "YAML parser and emitter for Python" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -5137,7 +4873,6 @@ files = [ name = "pyzmq" version = "22.3.0" description = "Python bindings for 0MQ" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5198,7 +4933,6 @@ py = {version = "*", markers = "implementation_name == \"pypy\""} name = "qdarkstyle" version = "3.0.2" description = "The most complete dark/light style sheet for C++/Python and Qt applications" -category = "main" optional = true python-versions = "*" files = [ @@ -5218,7 +4952,6 @@ example = ["pyqt5", "pyside2"] name = "qstylizer" version = "0.2.1" description = "Stylesheet Generator for PyQt{4-5}/PySide{1-2}" -category = "main" optional = true python-versions = "*" files = [ @@ -5237,7 +4970,6 @@ test = ["pytest (>=6,<7)", "pytest-catchlog (>=1,<2)", "pytest-mock (>=3,<4)"] name = "qtawesome" version = "1.1.0" description = "FontAwesome icons in PyQt and PySide applications" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5252,7 +4984,6 @@ qtpy = "*" name = "qtconsole" version = "5.1.1" description = "Jupyter Qt console" -category = "main" optional = true python-versions = ">= 3.6" files = [ @@ -5278,7 +5009,6 @@ test = ["flaky", "pytest", "pytest-qt"] name = "qtpy" version = "1.11.2" description = "Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets." -category = "main" optional = true python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" files = [ @@ -5290,7 +5020,6 @@ files = [ name = "regex" version = "2021.11.2" description = "Alternative regular expression module, to replace re." -category = "main" optional = true python-versions = "*" files = [ @@ -5349,7 +5078,6 @@ files = [ name = "requests" version = "2.26.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -5371,7 +5099,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<5)"] name = "requests-oauthlib" version = "1.3.0" description = "OAuthlib authentication support for Requests." -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -5390,7 +5117,6 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] name = "rope" version = "0.21.0" description = "a python refactoring library..." -category = "main" optional = true python-versions = "*" files = [ @@ -5404,7 +5130,6 @@ dev = ["pytest", "pytest-timeout"] name = "rsa" version = "4.7.2" description = "Pure-Python RSA implementation" -category = "dev" optional = false python-versions = ">=3.5, <4" files = [ @@ -5419,7 +5144,6 @@ pyasn1 = ">=0.1.3" name = "rtree" version = "0.9.7" description = "R-Tree spatial index for Python GIS" -category = "main" optional = true python-versions = "*" files = [ @@ -5456,7 +5180,6 @@ files = [ name = "secretstorage" version = "3.3.1" description = "Python bindings to FreeDesktop.org Secret Service API" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5472,7 +5195,6 @@ jeepney = ">=0.6" name = "sentry-sdk" version = "1.4.3" description = "Python client for Sentry (https://sentry.io)" -category = "dev" optional = false python-versions = "*" files = [ @@ -5505,7 +5227,6 @@ tornado = ["tornado (>=5)"] name = "setuptools" version = "59.5.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -5521,7 +5242,6 @@ testing = ["flake8-2020", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock" name = "shortuuid" version = "1.0.1" description = "A generator library for concise, unambiguous and URL-safe UUIDs." -category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -5533,7 +5253,6 @@ files = [ name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -5545,7 +5264,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -5557,7 +5275,6 @@ files = [ name = "snowballstemmer" version = "2.1.0" description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." -category = "main" optional = true python-versions = "*" files = [ @@ -5569,7 +5286,6 @@ files = [ name = "sortedcontainers" version = "2.4.0" description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set" -category = "main" optional = true python-versions = "*" files = [ @@ -5581,7 +5297,6 @@ files = [ name = "sphinx" version = "4.2.0" description = "Python documentation generator" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5617,7 +5332,6 @@ test = ["cython", "html5lib", "pytest", "pytest-cov", "typed-ast"] name = "sphinxcontrib-applehelp" version = "1.0.2" description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -5633,7 +5347,6 @@ test = ["pytest"] name = "sphinxcontrib-devhelp" version = "1.0.2" description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -5649,7 +5362,6 @@ test = ["pytest"] name = "sphinxcontrib-htmlhelp" version = "2.0.0" description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5665,7 +5377,6 @@ test = ["html5lib", "pytest"] name = "sphinxcontrib-jsmath" version = "1.0.1" description = "A sphinx extension which renders display math in HTML via JavaScript" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -5680,7 +5391,6 @@ test = ["flake8", "mypy", "pytest"] name = "sphinxcontrib-qthelp" version = "1.0.3" description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document." -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -5696,7 +5406,6 @@ test = ["pytest"] name = "sphinxcontrib-serializinghtml" version = "1.1.5" description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)." -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -5712,7 +5421,6 @@ test = ["pytest"] name = "spyder" version = "5.1.5" description = "The Scientific Python Development Environment" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5769,7 +5477,6 @@ test = ["coverage", "cython", "flaky", "matplotlib", "pandas", "pillow", "pytest name = "spyder-kernels" version = "2.1.3" description = "Jupyter kernels for Spyder's console" -category = "main" optional = true python-versions = "*" files = [ @@ -5792,7 +5499,6 @@ test = ["codecov", "cython", "dask[distributed]", "flaky", "matplotlib", "mock", name = "stable-baselines3" version = "1.1.0" description = "Pytorch version of Stable Baselines, implementations of reinforcement learning algorithms." -category = "dev" optional = false python-versions = "*" files = [ @@ -5817,7 +5523,6 @@ tests = ["black", "flake8 (>=3.8)", "flake8-bugbear", "isort (>=5.0)", "pytest", name = "subprocess32" version = "3.5.4" description = "A backport of the subprocess module from Python 3 for use on 2.x." -category = "dev" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4" files = [ @@ -5830,7 +5535,6 @@ files = [ name = "tensorboard" version = "2.7.0" description = "TensorBoard lets you watch Tensors Flow" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -5856,7 +5560,6 @@ wheel = ">=0.26" name = "tensorboard-data-server" version = "0.6.1" description = "Fast data loading for TensorBoard" -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -5869,7 +5572,6 @@ files = [ name = "tensorboard-plugin-wit" version = "1.8.0" description = "What-If Tool TensorBoard plugin." -category = "dev" optional = false python-versions = "*" files = [ @@ -5880,7 +5582,6 @@ files = [ name = "termcolor" version = "1.1.0" description = "ANSII Color formatting for output in terminal." -category = "dev" optional = false python-versions = "*" files = [ @@ -5891,7 +5592,6 @@ files = [ name = "testpath" version = "0.5.0" description = "Test utilities for code working with files and commands" -category = "main" optional = true python-versions = ">= 3.5" files = [ @@ -5906,7 +5606,6 @@ test = ["pathlib2", "pytest"] name = "text-unidecode" version = "1.3" description = "The most basic Text::Unidecode port" -category = "main" optional = true python-versions = "*" files = [ @@ -5918,7 +5617,6 @@ files = [ name = "textdistance" version = "4.2.2" description = "Compute distance between the two texts." -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -5944,7 +5642,6 @@ test = ["hypothesis", "isort", "numpy", "pytest"] name = "three-merge" version = "0.1.1" description = "Simple library for merging two strings with respect to a base one" -category = "main" optional = true python-versions = "*" files = [ @@ -5962,7 +5659,6 @@ test = ["flaky", "pytest", "pytest-cov", "pytest-timeout"] name = "tinycss2" version = "1.1.0" description = "tinycss2" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -5981,7 +5677,6 @@ test = ["coverage[toml]", "pytest", "pytest-cov", "pytest-flake8", "pytest-isort name = "toml" version = "0.10.2" description = "Python Library for Tom's Obvious, Minimal Language" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -5993,7 +5688,6 @@ files = [ name = "tomli" version = "1.2.2" description = "A lil' TOML parser" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -6005,7 +5699,6 @@ files = [ name = "tomlkit" version = "0.7.2" description = "Style preserving TOML library" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -6017,7 +5710,6 @@ files = [ name = "torch" version = "1.7.1" description = "Tensors and Dynamic neural networks in Python with strong GPU acceleration" -category = "dev" optional = false python-versions = ">=3.6.2" files = [ @@ -6043,7 +5735,6 @@ typing-extensions = "*" name = "tornado" version = "6.1" description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed." -category = "main" optional = true python-versions = ">= 3.5" files = [ @@ -6094,7 +5785,6 @@ files = [ name = "traitlets" version = "5.1.1" description = "Traitlets Python configuration system" -category = "main" optional = true python-versions = ">=3.7" files = [ @@ -6109,7 +5799,6 @@ test = ["pytest"] name = "trueskill" version = "0.4.5" description = "The video game rating system" -category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -6123,7 +5812,6 @@ six = "*" name = "typed-ast" version = "1.4.3" description = "a fork of Python 2 and 3 ast modules with type comment support" -category = "main" optional = true python-versions = "*" files = [ @@ -6163,7 +5851,6 @@ files = [ name = "typing-extensions" version = "3.10.0.2" description = "Backported and Experimental Type Hints for Python 3.5+" -category = "main" optional = false python-versions = "*" files = [ @@ -6176,7 +5863,6 @@ files = [ name = "ujson" version = "4.2.0" description = "Ultra fast JSON encoder and decoder for Python" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -6230,7 +5916,6 @@ files = [ name = "urllib3" version = "1.26.7" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" files = [ @@ -6247,7 +5932,6 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] name = "virtualenv" version = "20.13.0" description = "Virtual Python Environment builder" -category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -6270,7 +5954,6 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", name = "wandb" version = "0.12.6" description = "A CLI and library for interacting with the Weights and Biases API." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -6309,7 +5992,6 @@ sweeps = ["PyYAML", "jsonref (>=0.2)", "jsonschema (>=3.2.0)", "numpy (>=1.15,<1 name = "watchdog" version = "2.1.6" description = "Filesystem events monitoring" -category = "main" optional = true python-versions = ">=3.6" files = [ @@ -6345,7 +6027,6 @@ watchmedo = ["PyYAML (>=3.10)"] name = "wcwidth" version = "0.2.5" description = "Measures the displayed width of unicode strings in a terminal" -category = "main" optional = true python-versions = "*" files = [ @@ -6357,7 +6038,6 @@ files = [ name = "webencodings" version = "0.5.1" description = "Character encoding aliases for legacy web content" -category = "main" optional = true python-versions = "*" files = [ @@ -6369,7 +6049,6 @@ files = [ name = "werkzeug" version = "2.0.2" description = "The comprehensive WSGI web application library." -category = "dev" optional = false python-versions = ">=3.6" files = [ @@ -6384,7 +6063,6 @@ watchdog = ["watchdog"] name = "wheel" version = "0.40.0" description = "A built-package format for Python" -category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -6399,7 +6077,6 @@ test = ["pytest (>=6.0.0)"] name = "wrapt" version = "1.12.1" description = "Module for decorators, wrappers and monkey patching." -category = "main" optional = true python-versions = "*" files = [ @@ -6410,7 +6087,6 @@ files = [ name = "wurlitzer" version = "3.0.2" description = "Capture C-level output in context managers" -category = "main" optional = true python-versions = ">=3.5" files = [ @@ -6422,7 +6098,6 @@ files = [ name = "yapf" version = "0.31.0" description = "A formatter for Python code." -category = "main" optional = true python-versions = "*" files = [ @@ -6434,7 +6109,6 @@ files = [ name = "yaspin" version = "2.1.0" description = "Yet Another Terminal Spinner" -category = "dev" optional = false python-versions = ">=3.6.2,<4.0.0" files = [ @@ -6449,7 +6123,6 @@ termcolor = ">=1.1.0,<2.0.0" name = "zipp" version = "3.6.0" description = "Backport of pathlib-compatible object wrapper for zip files" -category = "main" optional = false python-versions = ">=3.6" files = [