diff --git a/poetry.lock b/poetry.lock index dc70e50..0cf2565 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.6.1 and should not be changed by hand. [[package]] name = "arabic-reshaper" version = "3.0.0" description = "Reconstruct Arabic sentences to be used in applications that do not support Arabic" -category = "main" optional = false python-versions = "*" files = [ @@ -19,7 +18,6 @@ with-fonttools = ["fonttools (>=4.0)"] name = "astunparse" version = "1.6.3" description = "An AST unparser for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -35,7 +33,6 @@ wheel = ">=0.23.0,<1.0" name = "beautifulsoup4" version = "4.12.2" description = "Screen-scraping library" -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -54,7 +51,6 @@ lxml = ["lxml"] name = "blosc2" version = "2.0.0" description = "Python wrapper for the C-Blosc2 library." -category = "main" optional = false python-versions = ">=3.8, <4" files = [ @@ -88,7 +84,6 @@ msgpack = "*" name = "certifi" version = "2023.5.7" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -100,7 +95,6 @@ files = [ name = "cffi" version = "1.15.1" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -177,7 +171,6 @@ pycparser = "*" name = "charset-normalizer" version = "3.1.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -262,7 +255,6 @@ files = [ name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -274,7 +266,6 @@ files = [ name = "colorlog" version = "6.7.0" description = "Add colours to the output of Python's logging module." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -292,7 +283,6 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"] name = "contourpy" version = "1.0.7" description = "Python library for calculating contours of 2D quadrilateral grids" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -367,7 +357,6 @@ test-no-images = ["pytest"] name = "cryptography" version = "41.0.1" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -409,7 +398,6 @@ test-randomorder = ["pytest-randomly"] name = "cycler" version = "0.11.0" description = "Composable style cycles" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -421,7 +409,6 @@ files = [ name = "cython" version = "0.29.35" description = "The Cython compiler for writing C extensions for the Python language." -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -472,7 +459,6 @@ files = [ name = "decorator" version = "4.4.2" description = "Decorators for Humans" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*" files = [ @@ -484,7 +470,6 @@ files = [ name = "distro" version = "1.8.0" description = "Distro - an OS platform information API" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -496,7 +481,6 @@ files = [ name = "dukpy" version = "0.3.0" description = "Simple JavaScript interpreter for Python" -category = "main" optional = false python-versions = "*" files = [ @@ -569,7 +553,6 @@ webassets = ["webassets"] name = "egi-pynetstation" version = "0.0.0rc1" description = "Magstim-EGI EEG amplifier NetStation API" -category = "main" optional = false python-versions = ">=3.8,<4.0" files = [ @@ -584,7 +567,6 @@ ntplib = ">=0.4.0,<0.5.0" name = "esprima" version = "4.0.1" description = "ECMAScript parsing infrastructure for multipurpose analysis in Python" -category = "main" optional = false python-versions = "*" files = [ @@ -595,7 +577,6 @@ files = [ name = "et-xmlfile" version = "1.1.0" description = "An implementation of lxml.xmlfile for the standard library" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -607,7 +588,6 @@ files = [ name = "ffpyplayer" version = "4.5.0" description = "A cython implementation of an ffmpeg based player." -category = "main" optional = false python-versions = "*" files = [ @@ -641,7 +621,6 @@ files = [ name = "fonttools" version = "4.39.4" description = "Tools to manipulate font files" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -667,7 +646,6 @@ woff = ["brotli (>=1.0.1)", "brotlicffi (>=0.8.0)", "zopfli (>=0.1.4)"] name = "freetype-py" version = "2.4.0" description = "Freetype python bindings" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -684,7 +662,6 @@ files = [ name = "future" version = "0.18.3" description = "Clean single-source support for Python 3 and 2" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -693,85 +670,73 @@ files = [ [[package]] name = "gevent" -version = "22.10.2" +version = "23.9.1" description = "Coroutine-based network library" -category = "main" -optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5" -files = [ - {file = "gevent-22.10.2-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:97cd42382421779f5d82ec5007199e8a84aa288114975429e4fd0a98f2290f10"}, - {file = "gevent-22.10.2-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:1e1286a76f15b5e15f1e898731d50529e249529095a032453f2c101af3fde71c"}, - {file = "gevent-22.10.2-cp27-cp27m-win32.whl", hash = "sha256:59b47e81b399d49a5622f0f503c59f1ce57b7705306ea0196818951dfc2f36c8"}, - {file = "gevent-22.10.2-cp27-cp27m-win_amd64.whl", hash = "sha256:1d543c9407a1e4bca11a8932916988cfb16de00366de5bf7bc9e7a3f61e60b18"}, - {file = "gevent-22.10.2-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:4e2f008c82dc54ec94f4de12ca6feea60e419babb48ec145456907ae61625aa4"}, - {file = "gevent-22.10.2-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:990d7069f14dc40674e0d5cb43c68fd3bad8337048613b9bb94a0c4180ffc176"}, - {file = "gevent-22.10.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f23d0997149a816a2a9045af29c66f67f405a221745b34cefeac5769ed451db8"}, - {file = "gevent-22.10.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b43d500d7d3c0e03070dee813335bb5315215aa1cf6a04c61093dfdd718640b3"}, - {file = "gevent-22.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17b68f4c9e20e47ad49fe797f37f91d5bbeace8765ce2707f979a8d4ec197e4d"}, - {file = "gevent-22.10.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:1f001cac0ba8da76abfeb392a3057f81fab3d67cc916c7df8ea977a44a2cc989"}, - {file = "gevent-22.10.2-cp310-cp310-win_amd64.whl", hash = "sha256:3b7eae8a0653ba95a224faaddf629a913ace408edb67384d3117acf42d7dcf89"}, - {file = "gevent-22.10.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8f2477e7b0a903a01485c55bacf2089110e5f767014967ba4b287ff390ae2638"}, - {file = "gevent-22.10.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ddaa3e310a8f1a45b5c42cf50b54c31003a3028e7d4e085059090ea0e7a5fddd"}, - {file = "gevent-22.10.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:98bc510e80f45486ef5b806a1c305e0e89f0430688c14984b0dbdec03331f48b"}, - {file = "gevent-22.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:877abdb3a669576b1d51ce6a49b7260b2a96f6b2424eb93287e779a3219d20ba"}, - {file = "gevent-22.10.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:d21ad79cca234cdbfa249e727500b0ddcbc7adfff6614a96e6eaa49faca3e4f2"}, - {file = "gevent-22.10.2-cp311-cp311-win_amd64.whl", hash = "sha256:1e955238f59b2947631c9782a713280dd75884e40e455313b5b6bbc20b92ff73"}, - {file = "gevent-22.10.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:5aa99e4882a9e909b4756ee799c6fa0f79eb0542779fad4cc60efa23ec1b2aa8"}, - {file = "gevent-22.10.2-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:d82081656a5b9a94d37c718c8646c757e1617e389cdc533ea5e6a6f0b8b78545"}, - {file = "gevent-22.10.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54f4bfd74c178351a4a05c5c7df6f8a0a279ff6f392b57608ce0e83c768207f9"}, - {file = "gevent-22.10.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ff3796692dff50fec2f381b9152438b221335f557c4f9b811f7ded51b7a25a1"}, - {file = "gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f01c9adbcb605364694b11dcd0542ec468a29ac7aba2fb5665dc6caf17ba4d7e"}, - {file = "gevent-22.10.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:9d85574eb729f981fea9a78998725a06292d90a3ed50ddca74530c3148c0be41"}, - {file = "gevent-22.10.2-cp36-cp36m-win32.whl", hash = "sha256:8c192d2073e558e241f0b592c1e2b34127a4481a5be240cad4796533b88b1a98"}, - {file = "gevent-22.10.2-cp36-cp36m-win_amd64.whl", hash = "sha256:a2237451c721a0f874ef89dbb4af4fdc172b76a964befaa69deb15b8fff10f49"}, - {file = "gevent-22.10.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:53ee7f170ed42c7561fe8aff5d381dc9a4124694e70580d0c02fba6aafc0ea37"}, - {file = "gevent-22.10.2-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:96c56c280e3c43cfd075efd10b250350ed5ffd3c1514ec99a080b1b92d7c8374"}, - {file = "gevent-22.10.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b6c144e08dfad4106effc043a026e5d0c0eff6ad031904c70bf5090c63f3a6a7"}, - {file = "gevent-22.10.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:018f93de7d5318d2fb440f846839a4464738468c3476d5c9cf7da45bb71c18bd"}, - {file = "gevent-22.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7ed2346eb9dc4344f9cb0d7963ce5b74fe16fdd031a2809bb6c2b6eba7ebcd5"}, - {file = "gevent-22.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:84c517e33ed604fa06b7d756dc0171169cc12f7fdd68eb7b17708a62eebf4516"}, - {file = "gevent-22.10.2-cp37-cp37m-win32.whl", hash = "sha256:4114f0f439f0b547bb6f1d474fee99ddb46736944ad2207cef3771828f6aa358"}, - {file = "gevent-22.10.2-cp37-cp37m-win_amd64.whl", hash = "sha256:0d581f22a5be6281b11ad6309b38b18f0638cf896931223cbaa5adb904826ef6"}, - {file = "gevent-22.10.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2929377c8ebfb6f4d868d161cd8de2ea6b9f6c7a5fcd4f78bcd537319c16190b"}, - {file = "gevent-22.10.2-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:efc003b6c1481165af61f0aeac248e0a9ac8d880bb3acbe469b448674b2d5281"}, - {file = "gevent-22.10.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:db562a8519838bddad0c439a2b12246bab539dd50e299ea7ff3644274a33b6a5"}, - {file = "gevent-22.10.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1472012493ca1fac103f700d309cb6ef7964dcdb9c788d1768266e77712f5e49"}, - {file = "gevent-22.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c04ee32c11e9fcee47c1b431834878dc987a7a2cc4fe126ddcae3bad723ce89"}, - {file = "gevent-22.10.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8729129edef2637a8084258cb9ec4e4d5ca45d97ac77aa7a6ff19ccb530ab731"}, - {file = "gevent-22.10.2-cp38-cp38-win32.whl", hash = "sha256:ae90226074a6089371a95f20288431cd4b3f6b0b096856afd862e4ac9510cddd"}, - {file = "gevent-22.10.2-cp38-cp38-win_amd64.whl", hash = "sha256:494c7f29e94df9a1c3157d67bb7edfa32a46eed786e04d9ee68d39f375e30001"}, - {file = "gevent-22.10.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:58898dbabb5b11e4d0192aae165ad286dc6742c543e1be9d30dc82753547c508"}, - {file = "gevent-22.10.2-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:4197d423e198265eef39a0dea286ef389da9148e070310f34455ecee8172c391"}, - {file = "gevent-22.10.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da4183f0b9d9a1e25e1758099220d32c51cc2c6340ee0dea3fd236b2b37598e4"}, - {file = "gevent-22.10.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a5488eba6a568b4d23c072113da4fc0feb1b5f5ede7381656dc913e0d82204e2"}, - {file = "gevent-22.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:319d8b1699b7b8134de66d656cd739b308ab9c45ace14d60ae44de7775b456c9"}, - {file = "gevent-22.10.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:f3329bedbba4d3146ae58c667e0f9ac1e6f1e1e6340c7593976cdc60aa7d1a47"}, - {file = "gevent-22.10.2-cp39-cp39-win32.whl", hash = "sha256:172caa66273315f283e90a315921902cb6549762bdcb0587fd60cb712a9d6263"}, - {file = "gevent-22.10.2-cp39-cp39-win_amd64.whl", hash = "sha256:323b207b281ba0405fea042067fa1a61662e5ac0d574ede4ebbda03efd20c350"}, - {file = "gevent-22.10.2-pp27-pypy_73-win_amd64.whl", hash = "sha256:ed7f16613eebf892a6a744d7a4a8f345bc6f066a0ff3b413e2479f9c0a180193"}, - {file = "gevent-22.10.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:a47a4e77e2bc668856aad92a0b8de7ee10768258d93cd03968e6c7ba2e832f76"}, - {file = "gevent-22.10.2.tar.gz", hash = "sha256:1ca01da176ee37b3527a2702f7d40dbc9ffb8cfc7be5a03bfa4f9eec45e55c46"}, +optional = false +python-versions = ">=3.8" +files = [ + {file = "gevent-23.9.1-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:a3c5e9b1f766a7a64833334a18539a362fb563f6c4682f9634dea72cbe24f771"}, + {file = "gevent-23.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b101086f109168b23fa3586fccd1133494bdb97f86920a24dc0b23984dc30b69"}, + {file = "gevent-23.9.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:36a549d632c14684bcbbd3014a6ce2666c5f2a500f34d58d32df6c9ea38b6535"}, + {file = "gevent-23.9.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:272cffdf535978d59c38ed837916dfd2b5d193be1e9e5dcc60a5f4d5025dd98a"}, + {file = "gevent-23.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dcb8612787a7f4626aa881ff15ff25439561a429f5b303048f0fca8a1c781c39"}, + {file = "gevent-23.9.1-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:d57737860bfc332b9b5aa438963986afe90f49645f6e053140cfa0fa1bdae1ae"}, + {file = "gevent-23.9.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:5f3c781c84794926d853d6fb58554dc0dcc800ba25c41d42f6959c344b4db5a6"}, + {file = "gevent-23.9.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:dbb22a9bbd6a13e925815ce70b940d1578dbe5d4013f20d23e8a11eddf8d14a7"}, + {file = "gevent-23.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:707904027d7130ff3e59ea387dddceedb133cc742b00b3ffe696d567147a9c9e"}, + {file = "gevent-23.9.1-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:45792c45d60f6ce3d19651d7fde0bc13e01b56bb4db60d3f32ab7d9ec467374c"}, + {file = "gevent-23.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e24c2af9638d6c989caffc691a039d7c7022a31c0363da367c0d32ceb4a0648"}, + {file = "gevent-23.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e1ead6863e596a8cc2a03e26a7a0981f84b6b3e956101135ff6d02df4d9a6b07"}, + {file = "gevent-23.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:65883ac026731ac112184680d1f0f1e39fa6f4389fd1fc0bf46cc1388e2599f9"}, + {file = "gevent-23.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf7af500da05363e66f122896012acb6e101a552682f2352b618e541c941a011"}, + {file = "gevent-23.9.1-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:c3e5d2fa532e4d3450595244de8ccf51f5721a05088813c1abd93ad274fe15e7"}, + {file = "gevent-23.9.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c84d34256c243b0a53d4335ef0bc76c735873986d478c53073861a92566a8d71"}, + {file = "gevent-23.9.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:ada07076b380918829250201df1d016bdafb3acf352f35e5693b59dceee8dd2e"}, + {file = "gevent-23.9.1-cp311-cp311-win_amd64.whl", hash = "sha256:921dda1c0b84e3d3b1778efa362d61ed29e2b215b90f81d498eb4d8eafcd0b7a"}, + {file = "gevent-23.9.1-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:ed7a048d3e526a5c1d55c44cb3bc06cfdc1947d06d45006cc4cf60dedc628904"}, + {file = "gevent-23.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7c1abc6f25f475adc33e5fc2dbcc26a732608ac5375d0d306228738a9ae14d3b"}, + {file = "gevent-23.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4368f341a5f51611411ec3fc62426f52ac3d6d42eaee9ed0f9eebe715c80184e"}, + {file = "gevent-23.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:52b4abf28e837f1865a9bdeef58ff6afd07d1d888b70b6804557e7908032e599"}, + {file = "gevent-23.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:52e9f12cd1cda96603ce6b113d934f1aafb873e2c13182cf8e86d2c5c41982ea"}, + {file = "gevent-23.9.1-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:de350fde10efa87ea60d742901e1053eb2127ebd8b59a7d3b90597eb4e586599"}, + {file = "gevent-23.9.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:fde6402c5432b835fbb7698f1c7f2809c8d6b2bd9d047ac1f5a7c1d5aa569303"}, + {file = "gevent-23.9.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:dd6c32ab977ecf7c7b8c2611ed95fa4aaebd69b74bf08f4b4960ad516861517d"}, + {file = "gevent-23.9.1-cp312-cp312-win_amd64.whl", hash = "sha256:455e5ee8103f722b503fa45dedb04f3ffdec978c1524647f8ba72b4f08490af1"}, + {file = "gevent-23.9.1-cp38-cp38-macosx_11_0_universal2.whl", hash = "sha256:7ccf0fd378257cb77d91c116e15c99e533374a8153632c48a3ecae7f7f4f09fe"}, + {file = "gevent-23.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d163d59f1be5a4c4efcdd13c2177baaf24aadf721fdf2e1af9ee54a998d160f5"}, + {file = "gevent-23.9.1-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:7532c17bc6c1cbac265e751b95000961715adef35a25d2b0b1813aa7263fb397"}, + {file = "gevent-23.9.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:78eebaf5e73ff91d34df48f4e35581ab4c84e22dd5338ef32714264063c57507"}, + {file = "gevent-23.9.1-cp38-cp38-win32.whl", hash = "sha256:f632487c87866094546a74eefbca2c74c1d03638b715b6feb12e80120960185a"}, + {file = "gevent-23.9.1-cp38-cp38-win_amd64.whl", hash = "sha256:62d121344f7465e3739989ad6b91f53a6ca9110518231553fe5846dbe1b4518f"}, + {file = "gevent-23.9.1-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:bf456bd6b992eb0e1e869e2fd0caf817f0253e55ca7977fd0e72d0336a8c1c6a"}, + {file = "gevent-23.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:43daf68496c03a35287b8b617f9f91e0e7c0d042aebcc060cadc3f049aadd653"}, + {file = "gevent-23.9.1-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:7c28e38dcde327c217fdafb9d5d17d3e772f636f35df15ffae2d933a5587addd"}, + {file = "gevent-23.9.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:fae8d5b5b8fa2a8f63b39f5447168b02db10c888a3e387ed7af2bd1b8612e543"}, + {file = "gevent-23.9.1-cp39-cp39-win32.whl", hash = "sha256:2c7b5c9912378e5f5ccf180d1fdb1e83f42b71823483066eddbe10ef1a2fcaa2"}, + {file = "gevent-23.9.1-cp39-cp39-win_amd64.whl", hash = "sha256:a2898b7048771917d85a1d548fd378e8a7b2ca963db8e17c6d90c76b495e0e2b"}, + {file = "gevent-23.9.1.tar.gz", hash = "sha256:72c002235390d46f94938a96920d8856d4ffd9ddf62a303a0d7c118894097e34"}, ] [package.dependencies] cffi = {version = ">=1.12.2", markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\""} -greenlet = {version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\""} -setuptools = "*" +greenlet = [ + {version = ">=2.0.0", markers = "platform_python_implementation == \"CPython\" and python_version < \"3.11\""}, + {version = ">=3.0rc3", markers = "platform_python_implementation == \"CPython\" and python_version >= \"3.11\""}, +] "zope.event" = "*" "zope.interface" = "*" [package.extras] dnspython = ["dnspython (>=1.16.0,<2.0)", "idna"] -docs = ["repoze.sphinx.autointerface", "sphinxcontrib-programoutput", "zope.schema"] +docs = ["furo", "repoze.sphinx.autointerface", "sphinx", "sphinxcontrib-programoutput", "zope.schema"] monitor = ["psutil (>=5.7.0)"] -recommended = ["backports.socketpair", "cffi (>=1.12.2)", "dnspython (>=1.16.0,<2.0)", "idna", "psutil (>=5.7.0)", "selectors2"] -test = ["backports.socketpair", "cffi (>=1.12.2)", "contextvars (==2.4)", "coverage (>=5.0)", "coveralls (>=1.7.0)", "dnspython (>=1.16.0,<2.0)", "futures", "idna", "mock", "objgraph", "psutil (>=5.7.0)", "requests", "selectors2"] +recommended = ["cffi (>=1.12.2)", "dnspython (>=1.16.0,<2.0)", "idna", "psutil (>=5.7.0)"] +test = ["cffi (>=1.12.2)", "coverage (>=5.0)", "dnspython (>=1.16.0,<2.0)", "idna", "objgraph", "psutil (>=5.7.0)", "requests", "setuptools"] [[package]] name = "gitdb" version = "4.0.10" description = "Git Object Database" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -786,7 +751,6 @@ smmap = ">=3.0.1,<6" name = "gitpython" version = "3.1.31" description = "GitPython is a Python library used to interact with Git repositories" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -801,7 +765,6 @@ gitdb = ">=4.0.1,<5" name = "greenlet" version = "2.0.2" description = "Lightweight in-process concurrent programming" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*" files = [ @@ -810,6 +773,7 @@ files = [ {file = "greenlet-2.0.2-cp27-cp27m-win32.whl", hash = "sha256:6c3acb79b0bfd4fe733dff8bc62695283b57949ebcca05ae5c129eb606ff2d74"}, {file = "greenlet-2.0.2-cp27-cp27m-win_amd64.whl", hash = "sha256:283737e0da3f08bd637b5ad058507e578dd462db259f7f6e4c5c365ba4ee9343"}, {file = "greenlet-2.0.2-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:d27ec7509b9c18b6d73f2f5ede2622441de812e7b1a80bbd446cb0633bd3d5ae"}, + {file = "greenlet-2.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d967650d3f56af314b72df7089d96cda1083a7fc2da05b375d2bc48c82ab3f3c"}, {file = "greenlet-2.0.2-cp310-cp310-macosx_11_0_x86_64.whl", hash = "sha256:30bcf80dda7f15ac77ba5af2b961bdd9dbc77fd4ac6105cee85b0d0a5fcf74df"}, {file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:26fbfce90728d82bc9e6c38ea4d038cba20b7faf8a0ca53a9c07b67318d46088"}, {file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9190f09060ea4debddd24665d6804b995a9c122ef5917ab26e1566dcc712ceeb"}, @@ -818,6 +782,7 @@ files = [ {file = "greenlet-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:76ae285c8104046b3a7f06b42f29c7b73f77683df18c49ab5af7983994c2dd91"}, {file = "greenlet-2.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:2d4686f195e32d36b4d7cf2d166857dbd0ee9f3d20ae349b6bf8afc8485b3645"}, {file = "greenlet-2.0.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:c4302695ad8027363e96311df24ee28978162cdcdd2006476c43970b384a244c"}, + {file = "greenlet-2.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d4606a527e30548153be1a9f155f4e283d109ffba663a15856089fb55f933e47"}, {file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c48f54ef8e05f04d6eff74b8233f6063cb1ed960243eacc474ee73a2ea8573ca"}, {file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a1846f1b999e78e13837c93c778dcfc3365902cfb8d1bdb7dd73ead37059f0d0"}, {file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a06ad5312349fec0ab944664b01d26f8d1f05009566339ac6f63f56589bc1a2"}, @@ -847,6 +812,7 @@ files = [ {file = "greenlet-2.0.2-cp37-cp37m-win32.whl", hash = "sha256:3f6ea9bd35eb450837a3d80e77b517ea5bc56b4647f5502cd28de13675ee12f7"}, {file = "greenlet-2.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:7492e2b7bd7c9b9916388d9df23fa49d9b88ac0640db0a5b4ecc2b653bf451e3"}, {file = "greenlet-2.0.2-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:b864ba53912b6c3ab6bcb2beb19f19edd01a6bfcbdfe1f37ddd1778abfe75a30"}, + {file = "greenlet-2.0.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:1087300cf9700bbf455b1b97e24db18f2f77b55302a68272c56209d5587c12d1"}, {file = "greenlet-2.0.2-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:ba2956617f1c42598a308a84c6cf021a90ff3862eddafd20c3333d50f0edb45b"}, {file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fc3a569657468b6f3fb60587e48356fe512c1754ca05a564f11366ac9e306526"}, {file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8eab883b3b2a38cc1e050819ef06a7e6344d4a990d24d45bc6f2cf959045a45b"}, @@ -855,6 +821,7 @@ files = [ {file = "greenlet-2.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b0ef99cdbe2b682b9ccbb964743a6aca37905fda5e0452e5ee239b1654d37f2a"}, {file = "greenlet-2.0.2-cp38-cp38-win32.whl", hash = "sha256:b80f600eddddce72320dbbc8e3784d16bd3fb7b517e82476d8da921f27d4b249"}, {file = "greenlet-2.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:4d2e11331fc0c02b6e84b0d28ece3a36e0548ee1a1ce9ddde03752d9b79bba40"}, + {file = "greenlet-2.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8512a0c38cfd4e66a858ddd1b17705587900dd760c6003998e9472b77b56d417"}, {file = "greenlet-2.0.2-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:88d9ab96491d38a5ab7c56dd7a3cc37d83336ecc564e4e8816dbed12e5aaefc8"}, {file = "greenlet-2.0.2-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:561091a7be172ab497a3527602d467e2b3fbe75f9e783d8b8ce403fa414f71a6"}, {file = "greenlet-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:971ce5e14dc5e73715755d0ca2975ac88cfdaefcaab078a284fea6cfabf866df"}, @@ -871,11 +838,81 @@ files = [ docs = ["Sphinx", "docutils (<0.18)"] test = ["objgraph", "psutil"] +[[package]] +name = "greenlet" +version = "3.0.0rc3" +description = "Lightweight in-process concurrent programming" +optional = false +python-versions = ">=3.7" +files = [ + {file = "greenlet-3.0.0rc3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a2affddff9b2f846f40799673e41b29f0500582415c860fca8f146858e9de1a"}, + {file = "greenlet-3.0.0rc3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dd00046dfd00767fce18f9933658d126652a500caf7af9dbfbd43818e4b484c2"}, + {file = "greenlet-3.0.0rc3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e787b00002cef3b98c7cf700fb85c2c01b0d202b1c6731706e5baa4b3325aa1e"}, + {file = "greenlet-3.0.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38ffc7538bc66766a8b551888903d415773481c4bd13560a4fb24887222e3cc9"}, + {file = "greenlet-3.0.0rc3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dde5deb355b34bbf44b15789e27c56862f51f417207be49eedc58fce34681fe6"}, + {file = "greenlet-3.0.0rc3-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:1fb703a102a02361a0cc6a3d9a7958e1584fdeb536bd37ca9aca529d3356bedd"}, + {file = "greenlet-3.0.0rc3-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:f8661d14d3e07f2ceeb850e4cbcc7114bdf90a8dc82d63d37b08a50bb6955a77"}, + {file = "greenlet-3.0.0rc3-cp310-cp310-win_amd64.whl", hash = "sha256:997456b74efee91ceeb39d63818909da5dbb712a07f7742f4378986ac3473463"}, + {file = "greenlet-3.0.0rc3-cp310-universal2-macosx_11_0_x86_64.whl", hash = "sha256:d3cd3957af8cec1fcfd87d92ca71b7d434d798036e14ae878f9ab1e07d99da0d"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:895b689fc52a5bc402f8d624705110df5c265b1410ffe8e0769a66db9d2e7851"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a84a88422b5a0360fae57ad6b3b20fc17c9462880929810b0a26ee43aa05982e"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d79cf299ba1996d8a4f133b317e709a0a3ce87181308280e40664e12cb512c54"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef9789aea735004eba559c7919a73a3b475d0c28e2c1e9de464c6bc761bf69f4"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:66790e1537382e53bce64de3a695d1b12a04b00104df45f7ef472a10561936c2"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:68349987bf2ce274953f9f9b28458869bd8770a0c5461e1ef91d8107b1bae361"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:30ffaa6c020a615c8f4be3abfc6029982fda026a3bf9a6dc7205afb033251506"}, + {file = "greenlet-3.0.0rc3-cp311-cp311-win_amd64.whl", hash = "sha256:864619b058f573058cd77f6944cf63d7f42157fe30be494798721bd8ac256d7b"}, + {file = "greenlet-3.0.0rc3-cp311-universal2-macosx_10_9_universal2.whl", hash = "sha256:7c887ecb55374d585d71ff8f9d07c137637694e88fa2b5d5b1450a05ece62ae9"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:686821157368c1c4ef53aa68e6801280010da92ab0e4265dad37003341fca6a1"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:242d56d2d5f6859f0f086ce62555a2c692c8053c89721d41fead5e1e8dffdb36"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81d653ae6c64b85ce4c7bccbea7b630de8799da751b73e55b4c68875b6eb19d6"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:beeb5cfbd8f3792c37db4e3c5665aa750d78bbdabe758161a34e7dfe27075e69"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:30daee988fc83078b016fa95a7a1f78a7c86534a44238748b9748675814eb1dc"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:977898b8c24159467c66ed1a8f62aacd33f3d85f852cf413d0d2e2a87a6b3091"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:097a2f75c79c3fa76fea2e5d48a637233722fe72a5ebb1213c55f0a0898f481c"}, + {file = "greenlet-3.0.0rc3-cp312-cp312-win_amd64.whl", hash = "sha256:5770d43b08dfa10f4460c1bd51f8c80e6f2c47611054e9fb80d4d7976d07e560"}, + {file = "greenlet-3.0.0rc3-cp312-universal2-macosx_10_9_universal2.whl", hash = "sha256:f33e7ff85775cb0ec6abb0950ffc631960bae5a203da38166fc3dfde826e0d0a"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:07f6d1ce31a1db5102a42b4afa609af330edfd8a81d10faba3e47ae33a07cbdf"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:86e651fa59263f7ff1d4657b086c48cfe7e26db2a36e2d74069f3b5aeab478e6"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef7c6e49a9a020d56349c6a769352709bfbe35d3ee7f98bd5efcac6cedbdc162"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5585bf8d1d2d3712010ee74988c2ed85c54b127b97f2778fbdcc5b3ea8e801a2"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c706041cd92e1b9d2b602eaa31e94aad14453bdbf186ce77530f25167c173a0e"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:37213e72058d2e6231d18417adc63c698c040fbb47dc59a3fd633973214ab1ab"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:95bc6ec8dd73f8f36e9dfc61a7fa5a2819d1cd52d0bfdb70a43434d6b2aeb239"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-win32.whl", hash = "sha256:e83c4c7a0814dcfd7e2fe4b74a371f3ce489b62ff02e81d0c5cacc8ba4750395"}, + {file = "greenlet-3.0.0rc3-cp37-cp37m-win_amd64.whl", hash = "sha256:4c35608918f331256be199d3712552fa8a1d12f87ac171a86a31488c60d298f5"}, + {file = "greenlet-3.0.0rc3-cp37-universal2-macosx_11_0_x86_64.whl", hash = "sha256:215bdb33e85fd89fe55f9984dc6f0a96b5774bace663e1a6d051e65d66170ef8"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69db00f775ed9d233f53ef67c66ea40a7add0c0929eb528f633982e27595dd37"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5fcc7162944c2fedfb2253ca2171267e016a3b065c73369d0d4a27f601e7f162"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3c0082d7b83312c59127811367089f812f8f1386fad7e8cf321fd732b4a6ace6"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:66f1131c17dba115ea7cb3b257b6751b3c4cfd324f2121447e2483f57abbbf3c"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f0c5508582339090b99e2863a157fc2708ab9c8b5cd21619bdcb04edcdc6c28d"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:f1c9ad8d6500f7b142a94054281d9628bc8652a14b0923d02e0dfd87392fbc74"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:bd586284bbf18ca3068e1fcc67ef54538e1bb74cb605ebdac9e62048237839f5"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-win32.whl", hash = "sha256:1c16f1bbaf9c75dfac3e52bb778d2fd6099fd5aa59fafa678eca5853eedd99ec"}, + {file = "greenlet-3.0.0rc3-cp38-cp38-win_amd64.whl", hash = "sha256:e388ceb55b8f3f388afea4d4a17a64b619040f0e8e9fa3e17e7c34f4d0fbe103"}, + {file = "greenlet-3.0.0rc3-cp38-universal2-macosx_11_0_x86_64.whl", hash = "sha256:68bd35ad9f99df0ef18836fd0fb34278dca6b3350bdcf1e8809822fc4f57a82e"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:256b748fc1e6c97012f217e0a403116cb0dd369bf1cff51c07a9c52899d4a8a8"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4936e6e051932848c4b237a874da8dbb47bfbb5ae5104497fb78c4f4cf184989"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a31b3a4bd10c540a7eb7d4b43d16779813ca4c79b615ed6d4ebf0e5a782d9fa0"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b6f8253fdb00e74b928ab5d04f88ddbc8beb0cc26aa978bb4a12c1513166d481"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2a7831d04a0f8a14645c010e3fb3fa36b8d2df304dd837948427ccfec2524ddf"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:ae84d2f2658990f29df4ea753061b25c337bd70f805128af328098e5b8afc454"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:cd51cc2528a2985f3bc0564c1b1ce5b2e6fa4ee9924503010428256fa95b0e3c"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-win32.whl", hash = "sha256:e8698f341e78dd0f149511929e92d1507cc26647f047db13987169d244db10fb"}, + {file = "greenlet-3.0.0rc3-cp39-cp39-win_amd64.whl", hash = "sha256:f059457db4e2ae4a4fdae455453c5e5765aa08efcb804e2a106c69c31bd438ba"}, + {file = "greenlet-3.0.0rc3-cp39-universal2-macosx_11_0_x86_64.whl", hash = "sha256:c80cac2776df3dd08f27b7338f467a62ee6cb29668a8f4f408b8da1f981aae9e"}, + {file = "greenlet-3.0.0rc3.tar.gz", hash = "sha256:0df5c2ad154f457fd372e39723493b3df519330a4c1bff3ca901be66130f379b"}, +] + +[package.extras] +docs = ["Sphinx"] +test = ["objgraph", "psutil"] + [[package]] name = "html2text" version = "2020.1.16" description = "Turn HTML into equivalent Markdown-structured text." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -887,7 +924,6 @@ files = [ name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -899,7 +935,6 @@ files = [ name = "imageio" version = "2.31.0" description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -931,7 +966,6 @@ tifffile = ["tifffile"] name = "imageio-ffmpeg" version = "0.4.8" description = "FFMPEG wrapper for Python" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -943,11 +977,27 @@ files = [ {file = "imageio_ffmpeg-0.4.8-py3-none-win_amd64.whl", hash = "sha256:120d70e6448617cad6213e47dee3a3310117c230f532dd614ed3059a78acf13a"}, ] +[[package]] +name = "isort" +version = "5.12.0" +description = "A Python utility / library to sort Python imports." +optional = false +python-versions = ">=3.8.0" +files = [ + {file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, + {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, +] + +[package.extras] +colors = ["colorama (>=0.4.3)"] +pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] +plugins = ["setuptools"] +requirements-deprecated-finder = ["pip-api", "pipreqs"] + [[package]] name = "javascripthon" version = "0.12" description = "Javascript for refined palates: a Python 3 to ES6 Javascript translator" -category = "main" optional = false python-versions = "*" files = [ @@ -967,7 +1017,6 @@ test = ["meta", "pytest", "pytest-cov"] name = "jedi" version = "0.18.2" description = "An autocompletion tool for Python that can be used for text editors." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -987,7 +1036,6 @@ testing = ["Django (<3.1)", "attrs", "colorama", "docopt", "pytest (<7.0.0)"] name = "json-tricks" version = "3.17.0" description = "Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable." -category = "main" optional = false python-versions = "*" files = [ @@ -999,7 +1047,6 @@ files = [ name = "kiwisolver" version = "1.4.4" description = "A fast implementation of the Cassowary constraint solver" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1077,7 +1124,6 @@ files = [ name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1102,7 +1148,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "matplotlib" version = "3.7.1" description = "Python plotting package" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1164,7 +1209,6 @@ python-dateutil = ">=2.7" name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1176,7 +1220,6 @@ files = [ name = "moviepy" version = "1.0.3" description = "Video editing with Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1187,10 +1230,7 @@ files = [ decorator = ">=4.0.2,<5.0" imageio = {version = ">=2.5,<3.0", markers = "python_version >= \"3.4\""} imageio_ffmpeg = {version = ">=0.2.0", markers = "python_version >= \"3.4\""} -numpy = [ - {version = ">=1.17.3", markers = "python_version != \"2.7\""}, - {version = "*", markers = "python_version >= \"2.7\""}, -] +numpy = {version = ">=1.17.3", markers = "python_version > \"2.7\""} proglog = "<=1.0.0" requests = ">=2.8.1,<3.0" tqdm = ">=4.11.2,<5.0" @@ -1204,7 +1244,6 @@ test = ["coverage (<5.0)", "coveralls (>=1.1,<2.0)", "pytest (>=3.0.0,<4.0)", "p name = "msgpack" version = "1.0.5" description = "MessagePack serializer" -category = "main" optional = false python-versions = "*" files = [ @@ -1277,7 +1316,6 @@ files = [ name = "msgpack-numpy" version = "0.4.8" description = "Numpy data serialization using msgpack" -category = "main" optional = false python-versions = "*" files = [ @@ -1293,7 +1331,6 @@ numpy = ">=1.9.0" name = "ntplib" version = "0.4.0" description = "Python NTP library" -category = "main" optional = false python-versions = "*" files = [ @@ -1305,7 +1342,6 @@ files = [ name = "numexpr" version = "2.8.4" description = "Fast numerical expression evaluator for NumPy" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1348,7 +1384,6 @@ numpy = ">=1.13.3" name = "numpy" version = "1.23.5" description = "NumPy is the fundamental package for array computing with Python." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1386,7 +1421,6 @@ files = [ name = "opencv-python" version = "4.7.0.72" description = "Wrapper package for OpenCV python bindings." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1401,19 +1435,15 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.21.2", markers = "python_version >= \"3.10\""}, + {version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\" and python_version < \"3.11\""}, + {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\" and python_version < \"3.11\""}, {version = ">=1.22.0", markers = "python_version >= \"3.11\""}, - {version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, - {version = ">=1.17.0", markers = "python_version >= \"3.7\""}, - {version = ">=1.17.3", markers = "python_version >= \"3.8\""}, - {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, ] [[package]] name = "openpyxl" version = "3.1.2" description = "A Python library to read/write Excel 2010 xlsx/xlsm files" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1428,7 +1458,6 @@ et-xmlfile = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1440,7 +1469,6 @@ files = [ name = "pandas" version = "2.0.2" description = "Powerful data structures for data analysis, time series, and statistics" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1473,7 +1501,7 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, ] python-dateutil = ">=2.8.2" @@ -1507,7 +1535,6 @@ xml = ["lxml (>=4.6.3)"] name = "parso" version = "0.8.3" description = "A Python Parser" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1523,7 +1550,6 @@ testing = ["docopt", "pytest (<6.0.0)"] name = "pillow" version = "9.5.0" description = "Python Imaging Library (Fork)" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1603,7 +1629,6 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "proglog" version = "0.1.10" description = "Log and progress bar manager for console, notebooks, web..." -category = "main" optional = false python-versions = "*" files = [ @@ -1618,7 +1643,6 @@ tqdm = "*" name = "psutil" version = "5.9.5" description = "Cross-platform lib for process and system monitoring in Python." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1645,7 +1669,6 @@ test = ["enum34", "ipaddress", "mock", "pywin32", "wmi"] name = "psychopy" version = "2023.1.3" description = "Psychology experiment software in Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1720,7 +1743,6 @@ xlrd = "*" name = "psychtoolbox" version = "3.0.19.0" description = "Pieces of Psychtoolbox-3 ported to CPython." -category = "main" optional = false python-versions = "*" files = [ @@ -1742,7 +1764,6 @@ numpy = ">=1.13.3" name = "py-cpuinfo" version = "9.0.0" description = "Get CPU info with pure Python" -category = "main" optional = false python-versions = "*" files = [ @@ -1754,7 +1775,6 @@ files = [ name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -1766,7 +1786,6 @@ files = [ name = "pydantic" version = "1.10.9" description = "Data validation and settings management using python type hints" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1820,7 +1839,6 @@ email = ["email-validator (>=1.0.3)"] name = "pyglet" version = "1.4.11" description = "Cross-platform windowing and multimedia library" -category = "main" optional = false python-versions = "*" files = [ @@ -1835,7 +1853,6 @@ future = "*" name = "pyglet" version = "1.5.27" description = "Cross-platform windowing and multimedia library" -category = "main" optional = false python-versions = "*" files = [ @@ -1847,7 +1864,6 @@ files = [ name = "pyobjc" version = "7.3" description = "Python<->ObjC Interoperability Module" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -1994,7 +2010,6 @@ pyobjc-framework-WebKit = "7.3" name = "pyobjc-core" version = "7.3" description = "Python<->ObjC Interoperability Module" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2012,7 +2027,6 @@ files = [ name = "pyobjc-framework-accessibility" version = "7.3" description = "Wrappers for the framework Accessibility on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2030,7 +2044,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-accounts" version = "7.3" description = "Wrappers for the framework Accounts on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2046,7 +2059,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-addressbook" version = "7.3" description = "Wrappers for the framework AddressBook on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2063,7 +2075,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-adservices" version = "7.3" description = "Wrappers for the framework AdServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2079,7 +2090,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-adsupport" version = "7.3" description = "Wrappers for the framework AdSupport on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2095,7 +2105,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-applescriptkit" version = "7.3" description = "Wrappers for the framework AppleScriptKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2111,7 +2120,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-applescriptobjc" version = "7.3" description = "Wrappers for the framework AppleScriptObjC on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2127,7 +2135,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-applicationservices" version = "7.3" description = "Wrappers for the framework ApplicationServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2150,7 +2157,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-apptrackingtransparency" version = "7.3" description = "Wrappers for the framework AppTrackingTransparency on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2166,7 +2172,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-authenticationservices" version = "7.3" description = "Wrappers for the framework AuthenticationServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2183,7 +2188,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-automaticassessmentconfiguration" version = "7.3" description = "Wrappers for the framework AutomaticAssessmentConfiguration on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2200,7 +2204,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-automator" version = "7.3" description = "Wrappers for the framework Automator on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2216,7 +2219,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-avfoundation" version = "7.3" description = "Wrappers for the framework AVFoundation on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2235,7 +2237,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-avkit" version = "7.3" description = "Wrappers for the framework AVKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2253,7 +2254,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-businesschat" version = "7.3" description = "Wrappers for the framework BusinessChat on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2269,7 +2269,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-calendarstore" version = "7.3" description = "Wrappers for the framework CalendarStore on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2285,7 +2284,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-callkit" version = "7.3" description = "Wrappers for the framework CallKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2301,7 +2299,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-cfnetwork" version = "7.3" description = "Wrappers for the framework CFNetwork on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2318,7 +2315,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-classkit" version = "7.3" description = "Wrappers for the framework ClassKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2335,7 +2331,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-cloudkit" version = "7.3" description = "Wrappers for the framework CloudKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2354,7 +2349,6 @@ pyobjc-framework-CoreLocation = ">=7.3" name = "pyobjc-framework-cocoa" version = "7.3" description = "Wrappers for the Cocoa frameworks on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2375,7 +2369,6 @@ pyobjc-core = ">=7.3" name = "pyobjc-framework-collaboration" version = "7.3" description = "Wrappers for the framework Collaboration on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2391,7 +2384,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 = false python-versions = ">=3.6" files = [ @@ -2407,7 +2399,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-contacts" version = "7.3" description = "Wrappers for the framework Contacts on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2424,7 +2415,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-contactsui" version = "7.3" description = "Wrappers for the framework ContactsUI on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2442,7 +2432,6 @@ pyobjc-framework-Contacts = ">=7.3" name = "pyobjc-framework-coreaudio" version = "7.3" description = "Wrappers for the framework CoreAudio on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2464,7 +2453,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coreaudiokit" version = "7.3" description = "Wrappers for the framework CoreAudioKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2482,7 +2470,6 @@ pyobjc-framework-CoreAudio = ">=7.3" name = "pyobjc-framework-corebluetooth" version = "7.3" description = "Wrappers for the framework CoreBluetooth on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2499,7 +2486,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coredata" version = "7.3" description = "Wrappers for the framework CoreData on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2516,7 +2502,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-corehaptics" version = "7.3" description = "Wrappers for the framework CoreHaptics on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2532,7 +2517,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-corelocation" version = "7.3" description = "Wrappers for the framework CoreLocation on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2549,7 +2533,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremedia" version = "7.3" description = "Wrappers for the framework CoreMedia on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2571,7 +2554,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremediaio" version = "7.3" description = "Wrappers for the framework CoreMediaIO on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2588,7 +2570,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremidi" version = "7.3" description = "Wrappers for the framework CoreMIDI on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2605,7 +2586,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coreml" version = "7.3" description = "Wrappers for the framework CoreML on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2622,7 +2602,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coremotion" version = "7.3" description = "Wrappers for the framework CoreMotion on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2638,7 +2617,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coreservices" version = "7.3" description = "Wrappers for the framework CoreServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2655,7 +2633,6 @@ pyobjc-framework-FSEvents = ">=7.3" name = "pyobjc-framework-corespotlight" version = "7.3" description = "Wrappers for the framework CoreSpotlight on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2672,7 +2649,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-coretext" version = "7.3" description = "Wrappers for the framework CoreText on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2695,7 +2671,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-corewlan" version = "7.3" description = "Wrappers for the framework CoreWLAN on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2712,7 +2687,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-cryptotokenkit" version = "7.3" description = "Wrappers for the framework CryptoTokenKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2729,7 +2703,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-devicecheck" version = "7.3" description = "Wrappers for the framework DeviceCheck on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2745,7 +2718,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-dictionaryservices" version = "7.3" description = "Wrappers for the framework DictionaryServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2761,7 +2733,6 @@ pyobjc-framework-CoreServices = ">=7.3" name = "pyobjc-framework-discrecording" version = "7.3" description = "Wrappers for the framework DiscRecording on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2778,7 +2749,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-discrecordingui" version = "7.3" description = "Wrappers for the framework DiscRecordingUI on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2795,7 +2765,6 @@ pyobjc-framework-DiscRecording = ">=7.3" name = "pyobjc-framework-diskarbitration" version = "7.3" description = "Wrappers for the framework DiskArbitration on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2811,7 +2780,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-dvdplayback" version = "7.3" description = "Wrappers for the framework DVDPlayback on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2827,7 +2795,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-eventkit" version = "7.3" description = "Wrappers for the framework Accounts on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2843,7 +2810,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-exceptionhandling" version = "7.3" description = "Wrappers for the framework ExceptionHandling on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2859,7 +2825,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-executionpolicy" version = "7.3" description = "Wrappers for the framework ExecutionPolicy on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2875,7 +2840,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-externalaccessory" version = "7.3" description = "Wrappers for the framework ExternalAccessory on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2892,7 +2856,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-fileprovider" version = "7.3" description = "Wrappers for the framework FileProvider on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2914,7 +2877,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-fileproviderui" version = "7.3" description = "Wrappers for the framework FileProviderUI on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2930,7 +2892,6 @@ pyobjc-framework-FileProvider = ">=7.3" name = "pyobjc-framework-findersync" version = "7.3" description = "Wrappers for the framework FinderSync on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2946,7 +2907,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-fsevents" version = "7.3" description = "Wrappers for the framework FSEvents on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2963,7 +2923,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-gamecenter" version = "7.3" description = "Wrappers for the framework GameCenter on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2980,7 +2939,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-gamecontroller" version = "7.3" description = "Wrappers for the framework GameController on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -2997,7 +2955,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-gamekit" version = "7.3" description = "Wrappers for the framework GameKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3015,7 +2972,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-gameplaykit" version = "7.3" description = "Wrappers for the framework GameplayKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3033,7 +2989,6 @@ pyobjc-framework-SpriteKit = ">=7.3" name = "pyobjc-framework-imagecapturecore" version = "7.3" description = "Wrappers for the framework ImageCaptureCore on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3050,7 +3005,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-imserviceplugin" version = "7.3" description = "Wrappers for the framework IMServicePlugIn on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3067,7 +3021,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-inputmethodkit" version = "7.3" description = "Wrappers for the framework InputMethodKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3084,7 +3037,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-installerplugins" version = "7.3" description = "Wrappers for the framework InstallerPlugins on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3100,7 +3052,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-instantmessage" version = "7.3" description = "Wrappers for the framework InstantMessage on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3117,7 +3068,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-intents" version = "7.3" description = "Wrappers for the framework Intents on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3134,7 +3084,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-interfacebuilderkit" version = "7.3" description = "Wrappers for the framework InterfaceBuilderKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3150,7 +3099,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-iosurface" version = "7.3" description = "Wrappers for the framework IOSurface on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3166,7 +3114,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-ituneslibrary" version = "7.3" description = "Wrappers for the framework iTunesLibrary on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3182,7 +3129,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-kernelmanagement" version = "7.3" description = "Wrappers for the framework KernelManagement on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3198,7 +3144,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-latentsemanticmapping" version = "7.3" description = "Wrappers for the framework LatentSemanticMapping on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3214,7 +3159,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-launchservices" version = "7.3" description = "Wrappers for the framework LaunchServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3230,7 +3174,6 @@ pyobjc-framework-CoreServices = ">=7.3" name = "pyobjc-framework-libdispatch" version = "7.3" description = "Wrappers for libdispatch on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3251,7 +3194,6 @@ pyobjc-core = ">=7.3" name = "pyobjc-framework-linkpresentation" version = "7.3" description = "Wrappers for the framework LinkPresentation on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3268,7 +3210,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-localauthentication" version = "7.3" description = "Wrappers for the framework LocalAuthentication on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3285,7 +3226,6 @@ pyobjc-framework-Security = ">=7.3" name = "pyobjc-framework-mapkit" version = "7.3" description = "Wrappers for the framework MapKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3304,7 +3244,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-mediaaccessibility" version = "7.3" description = "Wrappers for the framework MediaAccessibility on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3320,7 +3259,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-medialibrary" version = "7.3" description = "Wrappers for the framework MediaLibrary on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3337,7 +3275,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-mediaplayer" version = "7.3" description = "Wrappers for the framework MediaPlayer on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3353,7 +3290,6 @@ pyobjc-framework-AVFoundation = ">=7.3" name = "pyobjc-framework-mediatoolbox" version = "7.3" description = "Wrappers for the framework MediaToolbox on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3370,7 +3306,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-message" version = "7.3" description = "Wrappers for the framework Message on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3386,7 +3321,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-metal" version = "7.3" description = "Wrappers for the framework Metal on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3403,7 +3337,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-metalkit" version = "7.3" description = "Wrappers for the framework MetalKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3421,7 +3354,6 @@ pyobjc-framework-Metal = ">=7.3" name = "pyobjc-framework-metalperformanceshaders" version = "7.3" description = "Wrappers for the framework MetalPerformanceShaders on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3438,7 +3370,6 @@ pyobjc-framework-Metal = ">=7.3" name = "pyobjc-framework-metalperformanceshadersgraph" version = "7.3" description = "Wrappers for the framework MetalPerformanceShadersGraph on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3454,7 +3385,6 @@ pyobjc-framework-MetalPerformanceShaders = ">=7.3" name = "pyobjc-framework-mlcompute" version = "7.3" description = "Wrappers for the framework MLCompute on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3470,7 +3400,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-modelio" version = "7.3" description = "Wrappers for the framework ModelIO on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3488,7 +3417,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-multipeerconnectivity" version = "7.3" description = "Wrappers for the framework MultipeerConnectivity on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3505,7 +3433,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-naturallanguage" version = "7.3" description = "Wrappers for the framework NaturalLanguage on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3521,7 +3448,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-netfs" version = "7.3" description = "Wrappers for the framework NetFS on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3537,7 +3463,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-network" version = "7.3" description = "Wrappers for the framework Network on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3554,7 +3479,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-networkextension" version = "7.3" description = "Wrappers for the framework NetworkExtension on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3571,7 +3495,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-notificationcenter" version = "7.3" description = "Wrappers for the framework NotificationCenter on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3588,7 +3511,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-opendirectory" version = "7.3" description = "Wrappers for the framework OpenDirectory on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3604,7 +3526,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-osakit" version = "7.3" description = "Wrappers for the framework OSAKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3620,7 +3541,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-oslog" version = "7.3" description = "Wrappers for the framework OSLog on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3639,7 +3559,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-passkit" version = "7.3" description = "Wrappers for the framework PassKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3656,7 +3575,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-pencilkit" version = "7.3" description = "Wrappers for the framework PencilKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3672,7 +3590,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-photos" version = "7.3" description = "Wrappers for the framework Photos on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3689,7 +3606,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-photosui" version = "7.3" description = "Wrappers for the framework PhotosUI on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3706,7 +3622,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-preferencepanes" version = "7.3" description = "Wrappers for the framework PreferencePanes on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3722,7 +3637,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-pubsub" version = "7.3" description = "Wrappers for the framework PubSub on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3738,7 +3652,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-pushkit" version = "7.3" description = "Wrappers for the framework PushKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3755,7 +3668,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-quartz" version = "7.3" description = "Wrappers for the Quartz frameworks on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3777,7 +3689,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-quicklookthumbnailing" version = "7.3" description = "Wrappers for the framework QuickLookThumbnailing on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3794,7 +3705,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-replaykit" version = "7.3" description = "Wrappers for the framework ReplayKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3811,7 +3721,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-safariservices" version = "7.3" description = "Wrappers for the framework SafariServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3828,7 +3737,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-scenekit" version = "7.3" description = "Wrappers for the framework SceneKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3846,7 +3754,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-screensaver" version = "7.3" description = "Wrappers for the framework ScreenSaver on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3863,7 +3770,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-screentime" version = "7.3" description = "Wrappers for the framework ScreenTime on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3879,7 +3785,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-scriptingbridge" version = "7.3" description = "Wrappers for the framework ScriptingBridge on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3896,7 +3801,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-searchkit" version = "7.3" description = "Wrappers for the framework SearchKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3912,7 +3816,6 @@ pyobjc-framework-CoreServices = ">=7.3" name = "pyobjc-framework-security" version = "7.3" description = "Wrappers for the framework Security on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3934,7 +3837,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-securityfoundation" version = "7.3" description = "Wrappers for the framework SecurityFoundation on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3951,7 +3853,6 @@ pyobjc-framework-Security = ">=7.3" name = "pyobjc-framework-securityinterface" version = "7.3" description = "Wrappers for the framework SecurityInterface on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3969,7 +3870,6 @@ pyobjc-framework-Security = ">=7.3" name = "pyobjc-framework-servernotification" version = "7.3" description = "Wrappers for the framework ServerNotification on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -3985,7 +3885,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-servicemanagement" version = "7.3" description = "Wrappers for the framework ServiceManagement on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4001,7 +3900,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-social" version = "7.3" description = "Wrappers for the framework Social on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4017,7 +3915,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-soundanalysis" version = "7.3" description = "Wrappers for the framework SoundAnalysis on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4033,7 +3930,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-speech" version = "7.3" description = "Wrappers for the framework Speech on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4050,7 +3946,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-spritekit" version = "7.3" description = "Wrappers for the framework SpriteKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4068,7 +3963,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-storekit" version = "7.3" description = "Wrappers for the framework StoreKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4085,7 +3979,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-syncservices" version = "7.3" description = "Wrappers for the framework SyncServices on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4103,7 +3996,6 @@ pyobjc-framework-CoreData = ">=7.3" name = "pyobjc-framework-systemconfiguration" version = "7.3" description = "Wrappers for the framework SystemConfiguration on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4120,7 +4012,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-systemextensions" version = "7.3" description = "Wrappers for the framework SystemExtensions on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4137,7 +4028,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-uniformtypeidentifiers" version = "7.3" description = "Wrappers for the framework UniformTypeIdentifiers on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4153,7 +4043,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-usernotifications" version = "7.3" description = "Wrappers for the framework UserNotifications on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4170,7 +4059,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-usernotificationsui" version = "7.3" description = "Wrappers for the framework UserNotificationsUI on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4187,7 +4075,6 @@ pyobjc-framework-UserNotifications = ">=7.3" name = "pyobjc-framework-videosubscriberaccount" version = "7.3" description = "Wrappers for the framework VideoSubscriberAccount on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4203,7 +4090,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-videotoolbox" version = "7.3" description = "Wrappers for the framework VideoToolbox on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4222,7 +4108,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-virtualization" version = "7.3" description = "Wrappers for the framework Virtualization on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4239,7 +4124,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyobjc-framework-vision" version = "7.3" description = "Wrappers for the framework Vision on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4258,7 +4142,6 @@ pyobjc-framework-Quartz = ">=7.3" name = "pyobjc-framework-webkit" version = "7.3" description = "Wrappers for the framework WebKit on macOS" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4275,7 +4158,6 @@ pyobjc-framework-Cocoa = ">=7.3" name = "pyparallel" version = "0.2.2" description = "Python Parallel Port Extension" -category = "main" optional = false python-versions = "*" files = [ @@ -4287,7 +4169,6 @@ files = [ name = "pyparsing" version = "3.0.9" description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "main" optional = false python-versions = ">=3.6.8" files = [ @@ -4302,7 +4183,6 @@ diagrams = ["jinja2", "railroad-diagrams"] name = "pypi-search" version = "1.2.2" description = "Get Information on Python Packages From PyPI" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4319,7 +4199,6 @@ requests = ">=2.22.0" name = "pypiwin32" version = "223" description = "" -category = "main" optional = false python-versions = "*" files = [ @@ -4334,7 +4213,6 @@ pywin32 = ">=223" name = "pyqt5" version = "5.15.9" description = "Python bindings for the Qt cross platform application toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4353,7 +4231,6 @@ PyQt5-sip = ">=12.11,<13" name = "pyqt5-qt5" version = "5.15.2" description = "The subset of a Qt installation needed by PyQt5." -category = "main" optional = false python-versions = "*" files = [ @@ -4367,7 +4244,6 @@ files = [ name = "pyqt5-sip" version = "12.12.1" description = "The sip module support for PyQt5" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4398,7 +4274,6 @@ files = [ name = "pyserial" version = "3.5" description = "Python Serial Port Extension" -category = "main" optional = false python-versions = "*" files = [ @@ -4413,7 +4288,6 @@ cp2110 = ["hidapi"] name = "python-bidi" version = "0.4.2" description = "Pure python implementation of the BiDi layout algorithm" -category = "main" optional = false python-versions = "*" files = [ @@ -4428,7 +4302,6 @@ six = "*" 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 = [ @@ -4443,7 +4316,6 @@ six = ">=1.5" name = "python-dotenv" version = "1.0.0" description = "Read key-value pairs from a .env file and set them as environment variables" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4458,7 +4330,6 @@ cli = ["click (>=5.0)"] name = "python-gitlab" version = "3.15.0" description = "Interact with GitLab API" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -4478,7 +4349,6 @@ yaml = ["PyYaml (>=5.2)"] name = "python-vlc" version = "3.0.11115" description = "VLC bindings for python." -category = "main" optional = false python-versions = "*" files = [ @@ -4490,7 +4360,6 @@ files = [ name = "python-vlc" version = "3.0.18122" description = "VLC bindings for python." -category = "main" optional = false python-versions = "*" files = [ @@ -4502,7 +4371,6 @@ files = [ name = "python-xlib" version = "0.33" description = "Python X Library" -category = "main" optional = false python-versions = "*" files = [ @@ -4517,7 +4385,6 @@ six = ">=1.10.0" name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" -category = "main" optional = false python-versions = "*" files = [ @@ -4529,7 +4396,6 @@ files = [ name = "pywin32" version = "306" description = "Python for Window Extensions" -category = "main" optional = false python-versions = "*" files = [ @@ -4553,7 +4419,6 @@ files = [ name = "pywinhook" version = "1.6.2" description = "A pyHook module fork from Peter P. with some updates." -category = "main" optional = false python-versions = "*" files = [ @@ -4573,7 +4438,6 @@ pywin32 = "*" name = "pyyaml" version = "6.0" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4623,7 +4487,6 @@ files = [ name = "pyzmq" version = "25.1.0" description = "Python bindings for 0MQ" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4713,7 +4576,6 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} name = "questplus" version = "2023.1" description = "A QUEST+ implementation in Python." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4731,7 +4593,6 @@ xarray = "*" name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4753,7 +4614,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "requests-toolbelt" version = "1.0.0" description = "A utility belt for advanced users of python-requests" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -4768,7 +4628,6 @@ requests = ">=2.0.1,<3.0.0" name = "scipy" version = "1.9.3" description = "Fundamental algorithms for scientific computing in Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4807,7 +4666,6 @@ test = ["asv", "gmpy2", "mpmath", "pytest", "pytest-cov", "pytest-xdist", "sciki name = "setuptools" version = "67.8.0" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4824,7 +4682,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( 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 = [ @@ -4836,7 +4693,6 @@ files = [ name = "smmap" version = "5.0.0" description = "A pure Python implementation of a sliding window memory map manager" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -4848,7 +4704,6 @@ files = [ name = "soundfile" version = "0.12.1" description = "An audio library based on libsndfile, CFFI and NumPy" -category = "main" optional = false python-versions = "*" files = [ @@ -4872,7 +4727,6 @@ numpy = ["numpy"] name = "soupsieve" version = "2.4.1" description = "A modern CSS selector implementation for Beautiful Soup." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4884,7 +4738,6 @@ files = [ name = "tables" version = "3.8.0" description = "Hierarchical datasets for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -4922,7 +4775,6 @@ doc = ["ipython", "numpydoc", "sphinx (>=1.1)", "sphinx-rtd-theme"] name = "tqdm" version = "4.65.0" description = "Fast, Extensible Progress Meter" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4943,7 +4795,6 @@ telegram = ["requests"] name = "typing-extensions" version = "4.6.3" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -4955,7 +4806,6 @@ files = [ name = "tzdata" version = "2023.3" description = "Provider of IANA time zone data" -category = "main" optional = false python-versions = ">=2" files = [ @@ -4967,7 +4817,6 @@ files = [ name = "ujson" version = "5.7.0" description = "Ultra fast JSON encoder and decoder for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5042,7 +4891,6 @@ files = [ name = "urllib3" version = "2.0.3" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5060,7 +4908,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "websocket-client" version = "1.5.3" description = "WebSocket client for Python with low level API options" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5077,7 +4924,6 @@ test = ["websockets"] name = "wheel" version = "0.40.0" description = "A built-package format for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5092,7 +4938,6 @@ test = ["pytest (>=6.0.0)"] name = "wxpython" version = "4.1.1" description = "Cross platform GUI toolkit for Python, \"Phoenix\" version" -category = "main" optional = false python-versions = "*" files = [ @@ -5120,7 +4965,6 @@ six = "*" name = "xarray" version = "2023.5.0" description = "N-D labeled arrays and datasets in Python" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -5145,7 +4989,6 @@ viz = ["matplotlib", "nc-time-axis", "seaborn"] name = "xlrd" version = "2.0.1" description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" files = [ @@ -5162,7 +5005,6 @@ test = ["pytest", "pytest-cov"] name = "zope-event" version = "4.6" description = "Very basic event publishing system" -category = "main" optional = false python-versions = "*" files = [ @@ -5181,7 +5023,6 @@ test = ["zope.testrunner"] name = "zope-interface" version = "6.0" description = "Interfaces for Python" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -5228,4 +5069,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "378928193772b42448cfa3f3173a784a67ce991c8d0d584a365ef36dacf2a911" +content-hash = "fa8356eb0797c0f180711edde853fe27634f645371a20ec888e1b32ddcfc18b5"