diff --git a/poetry.lock b/poetry.lock index e1df2115e..c8d757b1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -105,28 +105,39 @@ tests-no-zope = ["cloudpickle", "cloudpickle", "hypothesis", "hypothesis", "mypy [[package]] name = "black" -version = "20.8b1" +version = "22.12.0" description = "The uncompromising code formatter." category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "black-20.8b1.tar.gz", hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea"}, + {file = "black-22.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9eedd20838bd5d75b80c9f5487dbcb06836a43833a37846cf1d8c1cc01cef59d"}, + {file = "black-22.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:159a46a4947f73387b4d83e87ea006dbb2337eab6c879620a3ba52699b1f4351"}, + {file = "black-22.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d30b212bffeb1e252b31dd269dfae69dd17e06d92b87ad26e23890f3efea366f"}, + {file = "black-22.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:7412e75863aa5c5411886804678b7d083c7c28421210180d67dfd8cf1221e1f4"}, + {file = "black-22.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c116eed0efb9ff870ded8b62fe9f28dd61ef6e9ddd28d83d7d264a38417dcee2"}, + {file = "black-22.12.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1f58cbe16dfe8c12b7434e50ff889fa479072096d79f0a7f25e4ab8e94cd8350"}, + {file = "black-22.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77d86c9f3db9b1bf6761244bc0b3572a546f5fe37917a044e02f3166d5aafa7d"}, + {file = "black-22.12.0-cp38-cp38-win_amd64.whl", hash = "sha256:82d9fe8fee3401e02e79767016b4907820a7dc28d70d137eb397b92ef3cc5bfc"}, + {file = "black-22.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:101c69b23df9b44247bd88e1d7e90154336ac4992502d4197bdac35dd7ee3320"}, + {file = "black-22.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:559c7a1ba9a006226f09e4916060982fd27334ae1998e7a38b3f33a37f7a2148"}, + {file = "black-22.12.0-py3-none-any.whl", hash = "sha256:436cc9167dd28040ad90d3b404aec22cedf24a6e4d7de221bec2730ec0c97bcf"}, + {file = "black-22.12.0.tar.gz", hash = "sha256:229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f"}, ] [package.dependencies] -appdirs = "*" -click = ">=7.1.2" +click = ">=8.0.0" mypy-extensions = ">=0.4.3" -pathspec = ">=0.6,<1" -regex = ">=2020.1.8" -toml = ">=0.10.1" -typed-ast = ">=1.4.0" -typing-extensions = ">=3.7.4" +pathspec = ">=0.9.0" +platformdirs = ">=2" +tomli = {version = ">=1.1.0", markers = "python_full_version < \"3.11.0a7\""} +typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""} [package.extras] colorama = ["colorama (>=0.4.3)"] -d = ["aiohttp (>=3.3.2)", "aiohttp-cors"] +d = ["aiohttp (>=3.7.4)"] +jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] +uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "cachecontrol" @@ -673,31 +684,31 @@ testing = ["covdefaults (>=2.2.2)", "coverage (>=6.5)", "pytest (>=7.2)", "pytes [[package]] name = "flake8" -version = "3.9.2" +version = "6.0.0" description = "the modular source code checker: pep8 pyflakes and co" category = "dev" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.8.1" files = [ - {file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"}, - {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, + {file = "flake8-6.0.0-py2.py3-none-any.whl", hash = "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7"}, + {file = "flake8-6.0.0.tar.gz", hash = "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"}, ] [package.dependencies] -mccabe = ">=0.6.0,<0.7.0" -pycodestyle = ">=2.7.0,<2.8.0" -pyflakes = ">=2.3.0,<2.4.0" +mccabe = ">=0.7.0,<0.8.0" +pycodestyle = ">=2.10.0,<2.11.0" +pyflakes = ">=3.0.0,<3.1.0" [[package]] name = "flake8-bugbear" -version = "22.12.6" +version = "23.1.20" description = "A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "flake8-bugbear-22.12.6.tar.gz", hash = "sha256:4cdb2c06e229971104443ae293e75e64c6107798229202fbe4f4091427a30ac0"}, - {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, + {file = "flake8-bugbear-23.1.20.tar.gz", hash = "sha256:55902ab5a48c5ea53d8689ecd146eda548e72f2724192b9c1d68f6d975d13c06"}, + {file = "flake8_bugbear-23.1.20-py3-none-any.whl", hash = "sha256:04a115e5f9c8e87c38bdbbcdf9f58223ffe05469c07c9a7bd8633330bc4d078b"}, ] [package.dependencies] @@ -705,7 +716,7 @@ attrs = ">=19.2.0" flake8 = ">=3.0.0" [package.extras] -dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] +dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", "tox"] [[package]] name = "future" @@ -862,18 +873,20 @@ files = [ [[package]] name = "isort" -version = "5.1.4" +version = "5.12.0" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.8.0" files = [ - {file = "isort-5.1.4-py3-none-any.whl", hash = "sha256:ae3007f72a2e9da36febd3454d8be4b175d6ca17eb765841d5fe3d038aede79d"}, - {file = "isort-5.1.4.tar.gz", hash = "sha256:145072eedc4927cc9c1f9478f2d83b2fc1e6469df4129c02ef4e8c742207a46c"}, + {file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, + {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, ] [package.extras] -pipfile-deprecated-finder = ["pipreqs", "requirementslib", "tomlkit (>=0.5.3)"] +colors = ["colorama (>=0.4.3)"] +pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] +plugins = ["setuptools"] requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] @@ -1055,14 +1068,14 @@ files = [ [[package]] name = "mccabe" -version = "0.6.1" +version = "0.7.0" description = "McCabe checker, plugin for flake8" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, - {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, + {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, + {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, ] [[package]] @@ -1141,35 +1154,54 @@ files = [ [[package]] name = "mypy" -version = "0.790" +version = "0.991" description = "Optional static typing for Python" category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "mypy-0.790-cp35-cp35m-macosx_10_6_x86_64.whl", hash = "sha256:bd03b3cf666bff8d710d633d1c56ab7facbdc204d567715cb3b9f85c6e94f669"}, - {file = "mypy-0.790-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:2170492030f6faa537647d29945786d297e4862765f0b4ac5930ff62e300d802"}, - {file = "mypy-0.790-cp35-cp35m-win_amd64.whl", hash = "sha256:e86bdace26c5fe9cf8cb735e7cedfe7850ad92b327ac5d797c656717d2ca66de"}, - {file = "mypy-0.790-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e97e9c13d67fbe524be17e4d8025d51a7dca38f90de2e462243ab8ed8a9178d1"}, - {file = "mypy-0.790-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0d34d6b122597d48a36d6c59e35341f410d4abfa771d96d04ae2c468dd201abc"}, - {file = "mypy-0.790-cp36-cp36m-win_amd64.whl", hash = "sha256:72060bf64f290fb629bd4a67c707a66fd88ca26e413a91384b18db3876e57ed7"}, - {file = "mypy-0.790-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:eea260feb1830a627fb526d22fbb426b750d9f5a47b624e8d5e7e004359b219c"}, - {file = "mypy-0.790-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c614194e01c85bb2e551c421397e49afb2872c88b5830e3554f0519f9fb1c178"}, - {file = "mypy-0.790-cp37-cp37m-win_amd64.whl", hash = "sha256:0a0d102247c16ce93c97066443d11e2d36e6cc2a32d8ccc1f705268970479324"}, - {file = "mypy-0.790-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cf4e7bf7f1214826cf7333627cb2547c0db7e3078723227820d0a2490f117a01"}, - {file = "mypy-0.790-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:af4e9ff1834e565f1baa74ccf7ae2564ae38c8df2a85b057af1dbbc958eb6666"}, - {file = "mypy-0.790-cp38-cp38-win_amd64.whl", hash = "sha256:da56dedcd7cd502ccd3c5dddc656cb36113dd793ad466e894574125945653cea"}, - {file = "mypy-0.790-py3-none-any.whl", hash = "sha256:2842d4fbd1b12ab422346376aad03ff5d0805b706102e475e962370f874a5122"}, - {file = "mypy-0.790.tar.gz", hash = "sha256:2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975"}, + {file = "mypy-0.991-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7d17e0a9707d0772f4a7b878f04b4fd11f6f5bcb9b3813975a9b13c9332153ab"}, + {file = "mypy-0.991-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0714258640194d75677e86c786e80ccf294972cc76885d3ebbb560f11db0003d"}, + {file = "mypy-0.991-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0c8f3be99e8a8bd403caa8c03be619544bc2c77a7093685dcf308c6b109426c6"}, + {file = "mypy-0.991-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc9ec663ed6c8f15f4ae9d3c04c989b744436c16d26580eaa760ae9dd5d662eb"}, + {file = "mypy-0.991-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4307270436fd7694b41f913eb09210faff27ea4979ecbcd849e57d2da2f65305"}, + {file = "mypy-0.991-cp310-cp310-win_amd64.whl", hash = "sha256:901c2c269c616e6cb0998b33d4adbb4a6af0ac4ce5cd078afd7bc95830e62c1c"}, + {file = "mypy-0.991-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:d13674f3fb73805ba0c45eb6c0c3053d218aa1f7abead6e446d474529aafc372"}, + {file = "mypy-0.991-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1c8cd4fb70e8584ca1ed5805cbc7c017a3d1a29fb450621089ffed3e99d1857f"}, + {file = "mypy-0.991-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:209ee89fbb0deed518605edddd234af80506aec932ad28d73c08f1400ef80a33"}, + {file = "mypy-0.991-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37bd02ebf9d10e05b00d71302d2c2e6ca333e6c2a8584a98c00e038db8121f05"}, + {file = "mypy-0.991-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:26efb2fcc6b67e4d5a55561f39176821d2adf88f2745ddc72751b7890f3194ad"}, + {file = "mypy-0.991-cp311-cp311-win_amd64.whl", hash = "sha256:3a700330b567114b673cf8ee7388e949f843b356a73b5ab22dd7cff4742a5297"}, + {file = "mypy-0.991-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:1f7d1a520373e2272b10796c3ff721ea1a0712288cafaa95931e66aa15798813"}, + {file = "mypy-0.991-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:641411733b127c3e0dab94c45af15fea99e4468f99ac88b39efb1ad677da5711"}, + {file = "mypy-0.991-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:3d80e36b7d7a9259b740be6d8d906221789b0d836201af4234093cae89ced0cd"}, + {file = "mypy-0.991-cp37-cp37m-win_amd64.whl", hash = "sha256:e62ebaad93be3ad1a828a11e90f0e76f15449371ffeecca4a0a0b9adc99abcef"}, + {file = "mypy-0.991-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:b86ce2c1866a748c0f6faca5232059f881cda6dda2a893b9a8373353cfe3715a"}, + {file = "mypy-0.991-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ac6e503823143464538efda0e8e356d871557ef60ccd38f8824a4257acc18d93"}, + {file = "mypy-0.991-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:0cca5adf694af539aeaa6ac633a7afe9bbd760df9d31be55ab780b77ab5ae8bf"}, + {file = "mypy-0.991-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a12c56bf73cdab116df96e4ff39610b92a348cc99a1307e1da3c3768bbb5b135"}, + {file = "mypy-0.991-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:652b651d42f155033a1967739788c436491b577b6a44e4c39fb340d0ee7f0d70"}, + {file = "mypy-0.991-cp38-cp38-win_amd64.whl", hash = "sha256:4175593dc25d9da12f7de8de873a33f9b2b8bdb4e827a7cae952e5b1a342e243"}, + {file = "mypy-0.991-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:98e781cd35c0acf33eb0295e8b9c55cdbef64fcb35f6d3aa2186f289bed6e80d"}, + {file = "mypy-0.991-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:6d7464bac72a85cb3491c7e92b5b62f3dcccb8af26826257760a552a5e244aa5"}, + {file = "mypy-0.991-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c9166b3f81a10cdf9b49f2d594b21b31adadb3d5e9db9b834866c3258b695be3"}, + {file = "mypy-0.991-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8472f736a5bfb159a5e36740847808f6f5b659960115ff29c7cecec1741c648"}, + {file = "mypy-0.991-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5e80e758243b97b618cdf22004beb09e8a2de1af481382e4d84bc52152d1c476"}, + {file = "mypy-0.991-cp39-cp39-win_amd64.whl", hash = "sha256:74e259b5c19f70d35fcc1ad3d56499065c601dfe94ff67ae48b85596b9ec1461"}, + {file = "mypy-0.991-py3-none-any.whl", hash = "sha256:de32edc9b0a7e67c2775e574cb061a537660e51210fbf6006b0b36ea695ae9bb"}, + {file = "mypy-0.991.tar.gz", hash = "sha256:3c0165ba8f354a6d9881809ef29f1a9318a236a6d81c690094c5df32107bde06"}, ] [package.dependencies] -mypy-extensions = ">=0.4.3,<0.5.0" -typed-ast = ">=1.4.0,<1.5.0" -typing-extensions = ">=3.7.4" +mypy-extensions = ">=0.4.3" +tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} +typing-extensions = ">=3.10" [package.extras] dmypy = ["psutil (>=4.0)"] +install-types = ["pip"] +python2 = ["typed-ast (>=1.4.0,<2)"] +reports = ["lxml"] [[package]] name = "mypy-extensions" @@ -1486,14 +1518,14 @@ files = [ [[package]] name = "pycodestyle" -version = "2.7.0" +version = "2.10.0" description = "Python style guide checker" category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.6" files = [ - {file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"}, - {file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"}, + {file = "pycodestyle-2.10.0-py2.py3-none-any.whl", hash = "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"}, + {file = "pycodestyle-2.10.0.tar.gz", hash = "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053"}, ] [[package]] @@ -1563,14 +1595,14 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyflakes" -version = "2.3.1" +version = "3.0.1" description = "passive checker of Python programs" category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.6" files = [ - {file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"}, - {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, + {file = "pyflakes-3.0.1-py2.py3-none-any.whl", hash = "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf"}, + {file = "pyflakes-3.0.1.tar.gz", hash = "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"}, ] [[package]] @@ -1684,31 +1716,25 @@ files = [ [[package]] name = "pysen" -version = "0.10.2" +version = "0.10.3" description = "Python linting made easy. Also a casual yet honorific way to address individuals who have entered an organization prior to you." category = "dev" optional = false python-versions = "*" files = [ - {file = "pysen-0.10.2-py3-none-any.whl", hash = "sha256:f669c86d12e50d75a0037898fe0e20354f8545aa9682d0934374112eb37b131f"}, - {file = "pysen-0.10.2.tar.gz", hash = "sha256:5400124c3b6bf1a11d4a359cc44c9909c364615dc128eb35def1f735a4fbe6d2"}, + {file = "pysen-0.10.3-py3-none-any.whl", hash = "sha256:08e79588bf0aa1e9233554d84ac277679d4998dede7768bc7ca8cc5fee6fc846"}, + {file = "pysen-0.10.3.tar.gz", hash = "sha256:3023f48789a90fe660bcacc59a2e57d62297a04c50222ac5d72aff254b53e55c"}, ] [package.dependencies] -black = {version = ">=19.10b0,<=20.8", optional = true, markers = "extra == \"lint\""} -click = {version = "<8.1.0", optional = true, markers = "extra == \"lint\""} colorlog = ">=4.0.0,<5.0.0" dacite = ">=1.1.0,<2.0.0" -flake8 = {version = ">=3.7,<5", optional = true, markers = "extra == \"lint\""} -flake8-bugbear = {version = "*", optional = true, markers = "extra == \"lint\""} GitPython = ">=3.0.0,<4.0.0" -isort = {version = ">=4.3,<5.2.0", optional = true, markers = "extra == \"lint\""} -mypy = {version = ">=0.770,<0.800", optional = true, markers = "extra == \"lint\""} tomlkit = ">=0.5.11,<1.0.0" unidiff = ">=0.6.0,<1.0.0" [package.extras] -lint = ["black (>=19.10b0,<=20.8)", "click (<8.1.0)", "flake8 (>=3.7,<5)", "flake8-bugbear", "isort (>=4.3,<5.2.0)", "mypy (>=0.770,<0.800)"] +lint = ["black (>=19.10b0,<=22.10)", "flake8 (>=3.7,<5)", "flake8-bugbear", "isort (>=4.3,<5.2.0)", "mypy (>=0.770,<0.800)"] [[package]] name = "pytest" @@ -1935,104 +1961,6 @@ files = [ [package.extras] full = ["numpy"] -[[package]] -name = "regex" -version = "2022.10.31" -description = "Alternative regular expression module, to replace re." -category = "dev" -optional = false -python-versions = ">=3.6" -files = [ - {file = "regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a8ff454ef0bb061e37df03557afda9d785c905dab15584860f982e88be73015f"}, - {file = "regex-2022.10.31-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1eba476b1b242620c266edf6325b443a2e22b633217a9835a52d8da2b5c051f9"}, - {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d0e5af9a9effb88535a472e19169e09ce750c3d442fb222254a276d77808620b"}, - {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d03fe67b2325cb3f09be029fd5da8df9e6974f0cde2c2ac6a79d2634e791dd57"}, - {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a9d0b68ac1743964755ae2d89772c7e6fb0118acd4d0b7464eaf3921c6b49dd4"}, - {file = "regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a45b6514861916c429e6059a55cf7db74670eaed2052a648e3e4d04f070e001"}, - {file = "regex-2022.10.31-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8b0886885f7323beea6f552c28bff62cbe0983b9fbb94126531693ea6c5ebb90"}, - {file = "regex-2022.10.31-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5aefb84a301327ad115e9d346c8e2760009131d9d4b4c6b213648d02e2abe144"}, - {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:702d8fc6f25bbf412ee706bd73019da5e44a8400861dfff7ff31eb5b4a1276dc"}, - {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a3c1ebd4ed8e76e886507c9eddb1a891673686c813adf889b864a17fafcf6d66"}, - {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:50921c140561d3db2ab9f5b11c5184846cde686bb5a9dc64cae442926e86f3af"}, - {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:7db345956ecce0c99b97b042b4ca7326feeec6b75facd8390af73b18e2650ffc"}, - {file = "regex-2022.10.31-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:763b64853b0a8f4f9cfb41a76a4a85a9bcda7fdda5cb057016e7706fde928e66"}, - {file = "regex-2022.10.31-cp310-cp310-win32.whl", hash = "sha256:44136355e2f5e06bf6b23d337a75386371ba742ffa771440b85bed367c1318d1"}, - {file = "regex-2022.10.31-cp310-cp310-win_amd64.whl", hash = "sha256:bfff48c7bd23c6e2aec6454aaf6edc44444b229e94743b34bdcdda2e35126cf5"}, - {file = "regex-2022.10.31-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4b4b1fe58cd102d75ef0552cf17242705ce0759f9695334a56644ad2d83903fe"}, - {file = "regex-2022.10.31-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:542e3e306d1669b25936b64917285cdffcd4f5c6f0247636fec037187bd93542"}, - {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c27cc1e4b197092e50ddbf0118c788d9977f3f8f35bfbbd3e76c1846a3443df7"}, - {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b8e38472739028e5f2c3a4aded0ab7eadc447f0d84f310c7a8bb697ec417229e"}, - {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:76c598ca73ec73a2f568e2a72ba46c3b6c8690ad9a07092b18e48ceb936e9f0c"}, - {file = "regex-2022.10.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c28d3309ebd6d6b2cf82969b5179bed5fefe6142c70f354ece94324fa11bf6a1"}, - {file = "regex-2022.10.31-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9af69f6746120998cd9c355e9c3c6aec7dff70d47247188feb4f829502be8ab4"}, - {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a5f9505efd574d1e5b4a76ac9dd92a12acb2b309551e9aa874c13c11caefbe4f"}, - {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:5ff525698de226c0ca743bfa71fc6b378cda2ddcf0d22d7c37b1cc925c9650a5"}, - {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:4fe7fda2fe7c8890d454f2cbc91d6c01baf206fbc96d89a80241a02985118c0c"}, - {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:2cdc55ca07b4e70dda898d2ab7150ecf17c990076d3acd7a5f3b25cb23a69f1c"}, - {file = "regex-2022.10.31-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:44a6c2f6374e0033873e9ed577a54a3602b4f609867794c1a3ebba65e4c93ee7"}, - {file = "regex-2022.10.31-cp311-cp311-win32.whl", hash = "sha256:d8716f82502997b3d0895d1c64c3b834181b1eaca28f3f6336a71777e437c2af"}, - {file = "regex-2022.10.31-cp311-cp311-win_amd64.whl", hash = "sha256:61edbca89aa3f5ef7ecac8c23d975fe7261c12665f1d90a6b1af527bba86ce61"}, - {file = "regex-2022.10.31-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0a069c8483466806ab94ea9068c34b200b8bfc66b6762f45a831c4baaa9e8cdd"}, - {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d26166acf62f731f50bdd885b04b38828436d74e8e362bfcb8df221d868b5d9b"}, - {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ac741bf78b9bb432e2d314439275235f41656e189856b11fb4e774d9f7246d81"}, - {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75f591b2055523fc02a4bbe598aa867df9e953255f0b7f7715d2a36a9c30065c"}, - {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b30bddd61d2a3261f025ad0f9ee2586988c6a00c780a2fb0a92cea2aa702c54"}, - {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef4163770525257876f10e8ece1cf25b71468316f61451ded1a6f44273eedeb5"}, - {file = "regex-2022.10.31-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:7b280948d00bd3973c1998f92e22aa3ecb76682e3a4255f33e1020bd32adf443"}, - {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:d0213671691e341f6849bf33cd9fad21f7b1cb88b89e024f33370733fec58742"}, - {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:22e7ebc231d28393dfdc19b185d97e14a0f178bedd78e85aad660e93b646604e"}, - {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_ppc64le.whl", hash = "sha256:8ad241da7fac963d7573cc67a064c57c58766b62a9a20c452ca1f21050868dfa"}, - {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_s390x.whl", hash = "sha256:586b36ebda81e6c1a9c5a5d0bfdc236399ba6595e1397842fd4a45648c30f35e"}, - {file = "regex-2022.10.31-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:0653d012b3bf45f194e5e6a41df9258811ac8fc395579fa82958a8b76286bea4"}, - {file = "regex-2022.10.31-cp36-cp36m-win32.whl", hash = "sha256:144486e029793a733e43b2e37df16a16df4ceb62102636ff3db6033994711066"}, - {file = "regex-2022.10.31-cp36-cp36m-win_amd64.whl", hash = "sha256:c14b63c9d7bab795d17392c7c1f9aaabbffd4cf4387725a0ac69109fb3b550c6"}, - {file = "regex-2022.10.31-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4cac3405d8dda8bc6ed499557625585544dd5cbf32072dcc72b5a176cb1271c8"}, - {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:23cbb932cc53a86ebde0fb72e7e645f9a5eec1a5af7aa9ce333e46286caef783"}, - {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:74bcab50a13960f2a610cdcd066e25f1fd59e23b69637c92ad470784a51b1347"}, - {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:78d680ef3e4d405f36f0d6d1ea54e740366f061645930072d39bca16a10d8c93"}, - {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce6910b56b700bea7be82c54ddf2e0ed792a577dfaa4a76b9af07d550af435c6"}, - {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:659175b2144d199560d99a8d13b2228b85e6019b6e09e556209dfb8c37b78a11"}, - {file = "regex-2022.10.31-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1ddf14031a3882f684b8642cb74eea3af93a2be68893901b2b387c5fd92a03ec"}, - {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:b683e5fd7f74fb66e89a1ed16076dbab3f8e9f34c18b1979ded614fe10cdc4d9"}, - {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2bde29cc44fa81c0a0c8686992c3080b37c488df167a371500b2a43ce9f026d1"}, - {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_ppc64le.whl", hash = "sha256:4919899577ba37f505aaebdf6e7dc812d55e8f097331312db7f1aab18767cce8"}, - {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_s390x.whl", hash = "sha256:9c94f7cc91ab16b36ba5ce476f1904c91d6c92441f01cd61a8e2729442d6fcf5"}, - {file = "regex-2022.10.31-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ae1e96785696b543394a4e3f15f3f225d44f3c55dafe3f206493031419fedf95"}, - {file = "regex-2022.10.31-cp37-cp37m-win32.whl", hash = "sha256:c670f4773f2f6f1957ff8a3962c7dd12e4be54d05839b216cb7fd70b5a1df394"}, - {file = "regex-2022.10.31-cp37-cp37m-win_amd64.whl", hash = "sha256:8e0caeff18b96ea90fc0eb6e3bdb2b10ab5b01a95128dfeccb64a7238decf5f0"}, - {file = "regex-2022.10.31-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:131d4be09bea7ce2577f9623e415cab287a3c8e0624f778c1d955ec7c281bd4d"}, - {file = "regex-2022.10.31-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e613a98ead2005c4ce037c7b061f2409a1a4e45099edb0ef3200ee26ed2a69a8"}, - {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:052b670fafbe30966bbe5d025e90b2a491f85dfe5b2583a163b5e60a85a321ad"}, - {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aa62a07ac93b7cb6b7d0389d8ef57ffc321d78f60c037b19dfa78d6b17c928ee"}, - {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5352bea8a8f84b89d45ccc503f390a6be77917932b1c98c4cdc3565137acc714"}, - {file = "regex-2022.10.31-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:20f61c9944f0be2dc2b75689ba409938c14876c19d02f7585af4460b6a21403e"}, - {file = "regex-2022.10.31-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:29c04741b9ae13d1e94cf93fca257730b97ce6ea64cfe1eba11cf9ac4e85afb6"}, - {file = "regex-2022.10.31-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:543883e3496c8b6d58bd036c99486c3c8387c2fc01f7a342b760c1ea3158a318"}, - {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b7a8b43ee64ca8f4befa2bea4083f7c52c92864d8518244bfa6e88c751fa8fff"}, - {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:6a9a19bea8495bb419dc5d38c4519567781cd8d571c72efc6aa959473d10221a"}, - {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_ppc64le.whl", hash = "sha256:6ffd55b5aedc6f25fd8d9f905c9376ca44fcf768673ffb9d160dd6f409bfda73"}, - {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_s390x.whl", hash = "sha256:4bdd56ee719a8f751cf5a593476a441c4e56c9b64dc1f0f30902858c4ef8771d"}, - {file = "regex-2022.10.31-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8ca88da1bd78990b536c4a7765f719803eb4f8f9971cc22d6ca965c10a7f2c4c"}, - {file = "regex-2022.10.31-cp38-cp38-win32.whl", hash = "sha256:5a260758454580f11dd8743fa98319bb046037dfab4f7828008909d0aa5292bc"}, - {file = "regex-2022.10.31-cp38-cp38-win_amd64.whl", hash = "sha256:5e6a5567078b3eaed93558842346c9d678e116ab0135e22eb72db8325e90b453"}, - {file = "regex-2022.10.31-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5217c25229b6a85049416a5c1e6451e9060a1edcf988641e309dbe3ab26d3e49"}, - {file = "regex-2022.10.31-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4bf41b8b0a80708f7e0384519795e80dcb44d7199a35d52c15cc674d10b3081b"}, - {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0cf0da36a212978be2c2e2e2d04bdff46f850108fccc1851332bcae51c8907cc"}, - {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d403d781b0e06d2922435ce3b8d2376579f0c217ae491e273bab8d092727d244"}, - {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a37d51fa9a00d265cf73f3de3930fa9c41548177ba4f0faf76e61d512c774690"}, - {file = "regex-2022.10.31-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e4f781ffedd17b0b834c8731b75cce2639d5a8afe961c1e58ee7f1f20b3af185"}, - {file = "regex-2022.10.31-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d243b36fbf3d73c25e48014961e83c19c9cc92530516ce3c43050ea6276a2ab7"}, - {file = "regex-2022.10.31-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:370f6e97d02bf2dd20d7468ce4f38e173a124e769762d00beadec3bc2f4b3bc4"}, - {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:597f899f4ed42a38df7b0e46714880fb4e19a25c2f66e5c908805466721760f5"}, - {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:7dbdce0c534bbf52274b94768b3498abdf675a691fec5f751b6057b3030f34c1"}, - {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_ppc64le.whl", hash = "sha256:22960019a842777a9fa5134c2364efaed5fbf9610ddc5c904bd3a400973b0eb8"}, - {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_s390x.whl", hash = "sha256:7f5a3ffc731494f1a57bd91c47dc483a1e10048131ffb52d901bfe2beb6102e8"}, - {file = "regex-2022.10.31-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:7ef6b5942e6bfc5706301a18a62300c60db9af7f6368042227ccb7eeb22d0892"}, - {file = "regex-2022.10.31-cp39-cp39-win32.whl", hash = "sha256:395161bbdbd04a8333b9ff9763a05e9ceb4fe210e3c7690f5e68cedd3d65d8e1"}, - {file = "regex-2022.10.31-cp39-cp39-win_amd64.whl", hash = "sha256:957403a978e10fb3ca42572a23e6f7badff39aa1ce2f4ade68ee452dc6807692"}, - {file = "regex-2022.10.31.tar.gz", hash = "sha256:a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83"}, -] - [[package]] name = "requests" version = "2.28.1" @@ -2291,46 +2219,6 @@ files = [ {file = "trove_classifiers-2022.12.22-py3-none-any.whl", hash = "sha256:f0013fd4ce06cfae879a2580ab6acc3d51ec93ecb364d6c061b6c77b44dd72de"}, ] -[[package]] -name = "typed-ast" -version = "1.4.3" -description = "a fork of Python 2 and 3 ast modules with type comment support" -category = "dev" -optional = false -python-versions = "*" -files = [ - {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"}, - {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075"}, - {file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528"}, - {file = "typed_ast-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428"}, - {file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3"}, - {file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f"}, - {file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341"}, - {file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace"}, - {file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f"}, - {file = "typed_ast-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363"}, - {file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7"}, - {file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266"}, - {file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e"}, - {file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04"}, - {file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899"}, - {file = "typed_ast-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c"}, - {file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805"}, - {file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a"}, - {file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff"}, - {file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41"}, - {file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39"}, - {file = "typed_ast-1.4.3-cp38-cp38-win32.whl", hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927"}, - {file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40"}, - {file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3"}, - {file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4"}, - {file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0"}, - {file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3"}, - {file = "typed_ast-1.4.3-cp39-cp39-win32.whl", hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808"}, - {file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl", hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c"}, - {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"}, -] - [[package]] name = "typing-extensions" version = "4.4.0" @@ -2528,5 +2416,5 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" -python-versions = "~3.8" -content-hash = "e4a1cfc336b0406d1779f3027d65187e74982c9ac329c784410584da97e55227" +python-versions = "~3.8,>=3.8.1" +content-hash = "e55cde5c96a363d408ed2753fb0291d0bd8e1efc07d0ac848aa9421e8a831764" diff --git a/pyproject.toml b/pyproject.toml index c828714cf..9618cb48a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.pysen] -version = "0.9" +version = "0.10.3" [tool.pysen.lint] enable_black = true @@ -38,7 +38,7 @@ description = "" authors = ["Hiroshiba "] [tool.poetry.dependencies] -python = "~3.8" +python = "~3.8,>=3.8.1" numpy = "^1.20.0" fastapi = "^0.70.0" python-multipart = "^0.0.5" @@ -62,7 +62,12 @@ colorama = "^0.4.4" poetry = "^1.3.1" [tool.poetry.group.test.dependencies] -pysen = {version = "~0", extras = ["lint"]} +pysen = "~0.10.3" +black = "^22.12.0" +flake8-bugbear = "^23.1.0" +flake8 = "^6.0.0" +isort = "^5.12.0" +mypy = "~0.991" pytest = "^6.2.5" coveralls = "^3.2.0" diff --git a/requirements-dev.txt b/requirements-dev.txt index 529e0235c..dbe5bc4f5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,85 +1,85 @@ -aiofiles==0.7.0 ; python_version >= "3.8" and python_version < "3.9" -altgraph==0.17.3 ; python_version >= "3.8" and python_version < "3.9" -anyio==3.6.2 ; python_version >= "3.8" and python_version < "3.9" -appdirs==1.4.4 ; python_version >= "3.8" and python_version < "3.9" -asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.9" -atomicwrites==1.4.0 ; python_version >= "3.8" and python_version < "3.9" -attrs==22.2.0 ; python_version >= "3.8" and python_version < "3.9" -cachecontrol[filecache]==0.12.11 ; python_version >= "3.8" and python_version < "3.9" -certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9" -cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9" -cfgv==3.3.1 ; python_version >= "3.8" and python_version < "3.9" -charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -cleo==2.0.1 ; python_version >= "3.8" and python_version < "3.9" -click==8.0.4 ; python_version >= "3.8" and python_version < "3.9" -colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" -crashtest==0.4.1 ; python_version >= "3.8" and python_version < "3.9" -cryptography==39.0.0 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "linux" -cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9" -distlib==0.3.6 ; python_version >= "3.8" and python_version < "3.9" -dulwich==0.20.50 ; python_version >= "3.8" and python_version < "3.9" -fastapi==0.70.0 ; python_version >= "3.8" and python_version < "3.9" -filelock==3.8.2 ; python_version >= "3.8" and python_version < "3.9" -future==0.18.2 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32" -h11==0.14.0 ; python_version >= "3.8" and python_version < "3.9" -html5lib==1.1 ; python_version >= "3.8" and python_version < "3.9" -identify==2.5.11 ; python_version >= "3.8" and python_version < "3.9" -idna==3.4 ; python_version >= "3.8" and python_version < "3.9" -importlib-metadata==4.13.0 ; python_version >= "3.8" and python_version < "3.9" -importlib-resources==5.10.2 ; python_version >= "3.8" and python_version < "3.9" -jaraco-classes==3.2.3 ; python_version >= "3.8" and python_version < "3.9" -jeepney==0.8.0 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "linux" -jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.9" -jsonschema==4.17.3 ; python_version >= "3.8" and python_version < "3.9" -keyring==23.13.1 ; python_version >= "3.8" and python_version < "3.9" -lockfile==0.12.2 ; python_version >= "3.8" and python_version < "3.9" -macholib==1.16.2 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "darwin" -markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -more-itertools==9.0.0 ; python_version >= "3.8" and python_version < "3.9" -msgpack==1.0.4 ; python_version >= "3.8" and python_version < "3.9" -nodeenv==1.7.0 ; python_version >= "3.8" and python_version < "3.9" -numpy==1.20.0 ; python_version >= "3.8" and python_version < "3.9" -packaging==22.0 ; python_version >= "3.8" and python_version < "3.9" -pefile==2022.5.30 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32" -pexpect==4.8.0 ; python_version >= "3.8" and python_version < "3.9" -pkginfo==1.9.4 ; python_version >= "3.8" and python_version < "3.9" -pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9" -platformdirs==2.6.2 ; python_version >= "3.8" and python_version < "3.9" -poetry-core==1.4.0 ; python_version >= "3.8" and python_version < "3.9" -poetry-plugin-export==1.2.0 ; python_version >= "3.8" and python_version < "3.9" -poetry==1.3.1 ; python_version >= "3.8" and python_version < "3.9" -pre-commit==2.16.0 ; python_version >= "3.8" and python_version < "3.9" -ptyprocess==0.7.0 ; python_version >= "3.8" and python_version < "3.9" -pycparser==2.21 ; python_version >= "3.8" and python_version < "3.9" -pydantic==1.10.2 ; python_version >= "3.8" and python_version < "3.9" -pyinstaller-hooks-contrib==2022.14 ; python_version >= "3.8" and python_version < "3.9" -pyinstaller==5.3 ; python_version >= "3.8" and python_version < "3.9" -pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_version >= "3.8" and python_version < "3.9" -pyrsistent==0.19.3 ; python_version >= "3.8" and python_version < "3.9" -python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.9" -pywin32-ctypes==0.2.0 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32" -pyworld==0.3.0 ; python_version >= "3.8" and python_version < "3.9" -pyyaml==6.0 ; python_version >= "3.8" and python_version < "3.9" -rapidfuzz==2.13.7 ; python_version >= "3.8" and python_version < "3.9" -requests-toolbelt==0.10.1 ; python_version >= "3.8" and python_version < "3.9" -requests==2.28.1 ; python_version >= "3.8" and python_version < "3.9" -scipy==1.7.1 ; python_version >= "3.8" and python_version < "3.9" -secretstorage==3.3.3 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "linux" -setuptools==65.6.3 ; python_version >= "3.8" and python_version < "3.9" -shellingham==1.5.0.post1 ; python_version >= "3.8" and python_version < "3.9" -six==1.16.0 ; python_version >= "3.8" and python_version < "3.9" -sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.9" -soundfile==0.10.3.post1 ; python_version >= "3.8" and python_version < "3.9" -starlette==0.16.0 ; python_version >= "3.8" and python_version < "3.9" -toml==0.10.2 ; python_version >= "3.8" and python_version < "3.9" -tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.9" -tomlkit==0.11.6 ; python_version >= "3.8" and python_version < "3.9" -tqdm==4.64.1 ; python_version >= "3.8" and python_version < "3.9" -trove-classifiers==2022.12.22 ; python_version >= "3.8" and python_version < "3.9" -typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.9" -urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.9" -uvicorn==0.15.0 ; python_version >= "3.8" and python_version < "3.9" -virtualenv==20.17.1 ; python_version >= "3.8" and python_version < "3.9" -webencodings==0.5.1 ; python_version >= "3.8" and python_version < "3.9" -xattr==0.10.1 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "darwin" -zipp==3.11.0 ; python_version >= "3.8" and python_version < "3.9" +aiofiles==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +altgraph==0.17.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +anyio==3.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +appdirs==1.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +asgiref==3.6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +atomicwrites==1.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +attrs==22.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +cachecontrol[filecache]==0.12.11 ; python_full_version >= "3.8.1" and python_version < "3.9" +certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "3.9" +cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +cfgv==3.3.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +charset-normalizer==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +cleo==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +click==8.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +colorama==0.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +crashtest==0.4.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +cryptography==39.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "linux" +cython==0.29.24 ; python_full_version >= "3.8.1" and python_version < "3.9" +distlib==0.3.6 ; python_full_version >= "3.8.1" and python_version < "3.9" +dulwich==0.20.50 ; python_full_version >= "3.8.1" and python_version < "3.9" +fastapi==0.70.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +filelock==3.8.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +future==0.18.2 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32" +h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +html5lib==1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +identify==2.5.11 ; python_full_version >= "3.8.1" and python_version < "3.9" +idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +importlib-metadata==4.13.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +importlib-resources==5.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +jaraco-classes==3.2.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +jeepney==0.8.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "linux" +jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +jsonschema==4.17.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +keyring==23.13.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +lockfile==0.12.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +macholib==1.16.2 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "darwin" +markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +more-itertools==9.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +msgpack==1.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +nodeenv==1.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +packaging==22.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pefile==2022.5.30 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32" +pexpect==4.8.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pkginfo==1.9.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.1" and python_version < "3.9" +platformdirs==2.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +poetry-core==1.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +poetry-plugin-export==1.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +poetry==1.3.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +pre-commit==2.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +ptyprocess==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "3.9" +pydantic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyinstaller-hooks-contrib==2022.14 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyinstaller==5.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_full_version >= "3.8.1" and python_version < "3.9" +pyrsistent==0.19.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +python-multipart==0.0.5 ; python_full_version >= "3.8.1" and python_version < "3.9" +pywin32-ctypes==0.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32" +pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +rapidfuzz==2.13.7 ; python_full_version >= "3.8.1" and python_version < "3.9" +requests-toolbelt==0.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +secretstorage==3.3.3 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "linux" +setuptools==65.6.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +shellingham==1.5.0.post1 ; python_full_version >= "3.8.1" and python_version < "3.9" +six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9" +starlette==0.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +toml==0.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +tomlkit==0.11.6 ; python_full_version >= "3.8.1" and python_version < "3.9" +tqdm==4.64.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +trove-classifiers==2022.12.22 ; python_full_version >= "3.8.1" and python_version < "3.9" +typing-extensions==4.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +urllib3==1.26.13 ; python_full_version >= "3.8.1" and python_version < "3.9" +uvicorn==0.15.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +virtualenv==20.17.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +webencodings==0.5.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +xattr==0.10.1 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "darwin" +zipp==3.11.0 ; python_full_version >= "3.8.1" and python_version < "3.9" diff --git a/requirements-license.txt b/requirements-license.txt index cbf29e014..04b8230ca 100644 --- a/requirements-license.txt +++ b/requirements-license.txt @@ -1,34 +1,34 @@ -aiofiles==0.7.0 ; python_version >= "3.8" and python_version < "3.9" -anyio==3.6.2 ; python_version >= "3.8" and python_version < "3.9" -appdirs==1.4.4 ; python_version >= "3.8" and python_version < "3.9" -asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.9" -certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9" -cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9" -charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -click==8.0.4 ; python_version >= "3.8" and python_version < "3.9" -colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" and platform_system == "Windows" -cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9" -fastapi==0.70.0 ; python_version >= "3.8" and python_version < "3.9" -h11==0.14.0 ; python_version >= "3.8" and python_version < "3.9" -idna==3.4 ; python_version >= "3.8" and python_version < "3.9" -jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.9" -markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -numpy==1.20.0 ; python_version >= "3.8" and python_version < "3.9" -pip-licenses==3.5.5 ; python_version >= "3.8" and python_version < "3.9" -ptable==0.9.2 ; python_version >= "3.8" and python_version < "3.9" -pycparser==2.21 ; python_version >= "3.8" and python_version < "3.9" -pydantic==1.10.2 ; python_version >= "3.8" and python_version < "3.9" -pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_version >= "3.8" and python_version < "3.9" -python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.9" -pyworld==0.3.0 ; python_version >= "3.8" and python_version < "3.9" -pyyaml==6.0 ; python_version >= "3.8" and python_version < "3.9" -requests==2.28.1 ; python_version >= "3.8" and python_version < "3.9" -scipy==1.7.1 ; python_version >= "3.8" and python_version < "3.9" -six==1.16.0 ; python_version >= "3.8" and python_version < "3.9" -sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.9" -soundfile==0.10.3.post1 ; python_version >= "3.8" and python_version < "3.9" -starlette==0.16.0 ; python_version >= "3.8" and python_version < "3.9" -tqdm==4.64.1 ; python_version >= "3.8" and python_version < "3.9" -typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.9" -urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.9" -uvicorn==0.15.0 ; python_version >= "3.8" and python_version < "3.9" +aiofiles==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +anyio==3.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +appdirs==1.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +asgiref==3.6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "3.9" +cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +charset-normalizer==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +click==8.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +colorama==0.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" and platform_system == "Windows" +cython==0.29.24 ; python_full_version >= "3.8.1" and python_version < "3.9" +fastapi==0.70.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pip-licenses==3.5.5 ; python_full_version >= "3.8.1" and python_version < "3.9" +ptable==0.9.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "3.9" +pydantic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_full_version >= "3.8.1" and python_version < "3.9" +python-multipart==0.0.5 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9" +starlette==0.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +tqdm==4.64.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +typing-extensions==4.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +urllib3==1.26.13 ; python_full_version >= "3.8.1" and python_version < "3.9" +uvicorn==0.15.0 ; python_full_version >= "3.8.1" and python_version < "3.9" diff --git a/requirements-test.txt b/requirements-test.txt index c1084d2ca..9d3c5b109 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,63 +1,63 @@ -aiofiles==0.7.0 ; python_version >= "3.8" and python_version < "3.9" -anyio==3.6.2 ; python_version >= "3.8" and python_version < "3.9" -appdirs==1.4.4 ; python_version >= "3.8" and python_version < "3.9" -asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.9" -atomicwrites==1.4.0 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32" -attrs==22.2.0 ; python_version >= "3.8" and python_version < "3.9" -black==20.8b1 ; python_version >= "3.8" and python_version < "3.9" -certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9" -cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9" -charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -click==8.0.4 ; python_version >= "3.8" and python_version < "3.9" -colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" and sys_platform == "win32" or python_version >= "3.8" and python_version < "3.9" and platform_system == "Windows" -colorlog==4.8.0 ; python_version >= "3.8" and python_version < "3.9" -coverage==5.5 ; python_version >= "3.8" and python_version < "3.9" -coveralls==3.2.0 ; python_version >= "3.8" and python_version < "3.9" -cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9" -dacite==1.7.0 ; python_version >= "3.8" and python_version < "3.9" -docopt==0.6.2 ; python_version >= "3.8" and python_version < "3.9" -fastapi==0.70.0 ; python_version >= "3.8" and python_version < "3.9" -flake8-bugbear==22.12.6 ; python_version >= "3.8" and python_version < "3.9" -flake8==3.9.2 ; python_version >= "3.8" and python_version < "3.9" -gitdb==4.0.10 ; python_version >= "3.8" and python_version < "3.9" -gitpython==3.1.29 ; python_version >= "3.8" and python_version < "3.9" -h11==0.14.0 ; python_version >= "3.8" and python_version < "3.9" -idna==3.4 ; python_version >= "3.8" and python_version < "3.9" -iniconfig==1.1.1 ; python_version >= "3.8" and python_version < "3.9" -isort==5.1.4 ; python_version >= "3.8" and python_version < "3.9" -jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.9" -markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -mccabe==0.6.1 ; python_version >= "3.8" and python_version < "3.9" -mypy-extensions==0.4.3 ; python_version >= "3.8" and python_version < "3.9" -mypy==0.790 ; python_version >= "3.8" and python_version < "3.9" -numpy==1.20.0 ; python_version >= "3.8" and python_version < "3.9" -packaging==22.0 ; python_version >= "3.8" and python_version < "3.9" -pathspec==0.10.3 ; python_version >= "3.8" and python_version < "3.9" -pluggy==1.0.0 ; python_version >= "3.8" and python_version < "3.9" -py==1.11.0 ; python_version >= "3.8" and python_version < "3.9" -pycodestyle==2.7.0 ; python_version >= "3.8" and python_version < "3.9" -pycparser==2.21 ; python_version >= "3.8" and python_version < "3.9" -pydantic==1.10.2 ; python_version >= "3.8" and python_version < "3.9" -pyflakes==2.3.1 ; python_version >= "3.8" and python_version < "3.9" -pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_version >= "3.8" and python_version < "3.9" -pysen[lint]==0.10.2 ; python_version >= "3.8" and python_version < "3.9" -pytest==6.2.5 ; python_version >= "3.8" and python_version < "3.9" -python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.9" -pyworld==0.3.0 ; python_version >= "3.8" and python_version < "3.9" -pyyaml==6.0 ; python_version >= "3.8" and python_version < "3.9" -regex==2022.10.31 ; python_version >= "3.8" and python_version < "3.9" -requests==2.28.1 ; python_version >= "3.8" and python_version < "3.9" -scipy==1.7.1 ; python_version >= "3.8" and python_version < "3.9" -six==1.16.0 ; python_version >= "3.8" and python_version < "3.9" -smmap==5.0.0 ; python_version >= "3.8" and python_version < "3.9" -sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.9" -soundfile==0.10.3.post1 ; python_version >= "3.8" and python_version < "3.9" -starlette==0.16.0 ; python_version >= "3.8" and python_version < "3.9" -toml==0.10.2 ; python_version >= "3.8" and python_version < "3.9" -tomlkit==0.11.6 ; python_version >= "3.8" and python_version < "3.9" -tqdm==4.64.1 ; python_version >= "3.8" and python_version < "3.9" -typed-ast==1.4.3 ; python_version >= "3.8" and python_version < "3.9" -typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.9" -unidiff==0.7.4 ; python_version >= "3.8" and python_version < "3.9" -urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.9" -uvicorn==0.15.0 ; python_version >= "3.8" and python_version < "3.9" +aiofiles==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +anyio==3.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +appdirs==1.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +asgiref==3.6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +atomicwrites==1.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32" +attrs==22.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +black==22.12.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "3.9" +cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +charset-normalizer==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +click==8.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +colorama==0.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" and sys_platform == "win32" or python_full_version >= "3.8.1" and python_version < "3.9" and platform_system == "Windows" +colorlog==4.8.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +coverage==5.5 ; python_full_version >= "3.8.1" and python_version < "3.9" +coveralls==3.2.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +cython==0.29.24 ; python_full_version >= "3.8.1" and python_version < "3.9" +dacite==1.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +docopt==0.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +fastapi==0.70.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +flake8-bugbear==23.1.20 ; python_full_version >= "3.8.1" and python_version < "3.9" +flake8==6.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +gitdb==4.0.10 ; python_full_version >= "3.8.1" and python_version < "3.9" +gitpython==3.1.29 ; python_full_version >= "3.8.1" and python_version < "3.9" +h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +iniconfig==1.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +isort==5.12.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +mccabe==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +mypy-extensions==0.4.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +mypy==0.991 ; python_full_version >= "3.8.1" and python_version < "3.9" +numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +packaging==22.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pathspec==0.10.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +platformdirs==2.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +pluggy==1.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +py==1.11.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pycodestyle==2.10.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "3.9" +pydantic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyflakes==3.0.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_full_version >= "3.8.1" and python_version < "3.9" +pysen==0.10.3 ; python_full_version >= "3.8.1" and python_version < "3.9" +pytest==6.2.5 ; python_full_version >= "3.8.1" and python_version < "3.9" +python-multipart==0.0.5 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +smmap==5.0.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9" +starlette==0.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +toml==0.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +tomli==2.0.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +tomlkit==0.11.6 ; python_full_version >= "3.8.1" and python_version < "3.9" +tqdm==4.64.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +typing-extensions==4.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +unidiff==0.7.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +urllib3==1.26.13 ; python_full_version >= "3.8.1" and python_version < "3.9" +uvicorn==0.15.0 ; python_full_version >= "3.8.1" and python_version < "3.9" diff --git a/requirements.txt b/requirements.txt index ebf92b618..76edfc96e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,32 +1,32 @@ -aiofiles==0.7.0 ; python_version >= "3.8" and python_version < "3.9" -anyio==3.6.2 ; python_version >= "3.8" and python_version < "3.9" -appdirs==1.4.4 ; python_version >= "3.8" and python_version < "3.9" -asgiref==3.6.0 ; python_version >= "3.8" and python_version < "3.9" -certifi==2022.12.7 ; python_version >= "3.8" and python_version < "3.9" -cffi==1.15.1 ; python_version >= "3.8" and python_version < "3.9" -charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -click==8.0.4 ; python_version >= "3.8" and python_version < "3.9" -colorama==0.4.4 ; python_version >= "3.8" and python_version < "3.9" and platform_system == "Windows" -cython==0.29.24 ; python_version >= "3.8" and python_version < "3.9" -fastapi==0.70.0 ; python_version >= "3.8" and python_version < "3.9" -h11==0.14.0 ; python_version >= "3.8" and python_version < "3.9" -idna==3.4 ; python_version >= "3.8" and python_version < "3.9" -jinja2==3.1.2 ; python_version >= "3.8" and python_version < "3.9" -markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "3.9" -numpy==1.20.0 ; python_version >= "3.8" and python_version < "3.9" -pycparser==2.21 ; python_version >= "3.8" and python_version < "3.9" -pydantic==1.10.2 ; python_version >= "3.8" and python_version < "3.9" -pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_version >= "3.8" and python_version < "3.9" -python-multipart==0.0.5 ; python_version >= "3.8" and python_version < "3.9" -pyworld==0.3.0 ; python_version >= "3.8" and python_version < "3.9" -pyyaml==6.0 ; python_version >= "3.8" and python_version < "3.9" -requests==2.28.1 ; python_version >= "3.8" and python_version < "3.9" -scipy==1.7.1 ; python_version >= "3.8" and python_version < "3.9" -six==1.16.0 ; python_version >= "3.8" and python_version < "3.9" -sniffio==1.3.0 ; python_version >= "3.8" and python_version < "3.9" -soundfile==0.10.3.post1 ; python_version >= "3.8" and python_version < "3.9" -starlette==0.16.0 ; python_version >= "3.8" and python_version < "3.9" -tqdm==4.64.1 ; python_version >= "3.8" and python_version < "3.9" -typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "3.9" -urllib3==1.26.13 ; python_version >= "3.8" and python_version < "3.9" -uvicorn==0.15.0 ; python_version >= "3.8" and python_version < "3.9" +aiofiles==0.7.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +anyio==3.6.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +appdirs==1.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +asgiref==3.6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "3.9" +cffi==1.15.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +charset-normalizer==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +click==8.0.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +colorama==0.4.4 ; python_full_version >= "3.8.1" and python_version < "3.9" and platform_system == "Windows" +cython==0.29.24 ; python_full_version >= "3.8.1" and python_version < "3.9" +fastapi==0.70.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +h11==0.14.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +idna==3.4 ; python_full_version >= "3.8.1" and python_version < "3.9" +jinja2==3.1.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +markupsafe==2.1.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +numpy==1.20.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pycparser==2.21 ; python_full_version >= "3.8.1" and python_version < "3.9" +pydantic==1.10.2 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae ; python_full_version >= "3.8.1" and python_version < "3.9" +python-multipart==0.0.5 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyworld==0.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +pyyaml==6.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +requests==2.28.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +scipy==1.7.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +sniffio==1.3.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +soundfile==0.10.3.post1 ; python_full_version >= "3.8.1" and python_version < "3.9" +starlette==0.16.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +tqdm==4.64.1 ; python_full_version >= "3.8.1" and python_version < "3.9" +typing-extensions==4.4.0 ; python_full_version >= "3.8.1" and python_version < "3.9" +urllib3==1.26.13 ; python_full_version >= "3.8.1" and python_version < "3.9" +uvicorn==0.15.0 ; python_full_version >= "3.8.1" and python_version < "3.9" diff --git a/test/test_synthesis_engine.py b/test/test_synthesis_engine.py index f6c589e3b..b1a217416 100644 --- a/test/test_synthesis_engine.py +++ b/test/test_synthesis_engine.py @@ -535,7 +535,7 @@ def synthesis_test_base(self, audio_query: AudioQuery): mean_f0 = [] for i, phoneme_length in enumerate(phoneme_length_list): f0_single = numpy.array(f0_list[f0_index], dtype=numpy.float32) * ( - 2 ** audio_query.pitchScale + 2**audio_query.pitchScale ) for _ in range(int(round(phoneme_length * (24000 / 256)))): f0.append([f0_single]) diff --git a/voicevox_engine/synthesis_engine/synthesis_engine.py b/voicevox_engine/synthesis_engine/synthesis_engine.py index fc21bf6e7..f617e94a2 100644 --- a/voicevox_engine/synthesis_engine/synthesis_engine.py +++ b/voicevox_engine/synthesis_engine/synthesis_engine.py @@ -440,7 +440,7 @@ def _synthesis_impl(self, query: AudioQuery, speaker_id: int): f0_list = [0] + [mora.pitch for mora in flatten_moras] + [0] f0 = numpy.array(f0_list, dtype=numpy.float32) # 音高(ピッチ)の調節を適用する(2のPitch Scale乗を掛ける) - f0 *= 2 ** query.pitchScale + f0 *= 2**query.pitchScale # 有声音素(音高(ピッチ)が0より大きいもの)か否かを抽出する voiced = f0 > 0