diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-18 14:25:08 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-18 14:25:08 +0100 |
commit | 9d8df2736ca78433082a4e6ad3a93db673ddeb8c (patch) | |
tree | 1727dfdecaef4156415188aca2e2421c888701e7 /poetry.lock | |
parent | Updated dependencies. (diff) | |
download | newspipe-9d8df2736ca78433082a4e6ad3a93db673ddeb8c.tar.gz newspipe-9d8df2736ca78433082a4e6ad3a93db673ddeb8c.tar.bz2 newspipe-9d8df2736ca78433082a4e6ad3a93db673ddeb8c.zip |
Python 3.8 is the minimum.
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 41 |
1 files changed, 2 insertions, 39 deletions
diff --git a/poetry.lock b/poetry.lock index 5fd557c2..a374be2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,14 +13,6 @@ chardet = ">=2.0,<4.0" multidict = ">=4.5,<5.0" yarl = ">=1.0,<2.0" -[package.dependencies.idna-ssl] -python = "<3.7" -version = ">=1.0" - -[package.dependencies.typing-extensions] -python = "<3.7" -version = ">=3.6.5" - [package.extras] speedups = ["aiodns", "brotlipy", "cchardet"] @@ -299,18 +291,6 @@ version = "2.9" [[package]] category = "main" -description = "Patch ssl.match_hostname for Unicode(idna) domains support" -marker = "python_version < \"3.7\"" -name = "idna-ssl" -optional = false -python-versions = "*" -version = "1.1.0" - -[package.dependencies] -idna = ">=2.0" - -[[package]] -category = "main" description = "Various helpers to pass data to untrusted environments and back." name = "itsdangerous" optional = false @@ -545,15 +525,6 @@ setuptools = "*" [[package]] category = "main" -description = "Backported and Experimental Type Hints for Python 3.5+" -marker = "python_version < \"3.7\"" -name = "typing-extensions" -optional = false -python-versions = "*" -version = "3.7.4.1" - -[[package]] -category = "main" description = "HTTP library with thread-safe connection pooling, file post, and more." name = "urllib3" optional = false @@ -601,8 +572,8 @@ idna = ">=2.0" multidict = ">=4.0" [metadata] -content-hash = "d46822111f91a807481ce3e7e941c2b7f0c87255fc95ef8b4745a2257f2c7be5" -python-versions = "^3.6" +content-hash = "a76c1fbed09fe6be2b0351add63dc5b8e218761204f65f1e60d25ef202e2a9e1" +python-versions = "^3.8" [metadata.files] aiohttp = [ @@ -712,9 +683,6 @@ idna = [ {file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"}, {file = "idna-2.9.tar.gz", hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"}, ] -idna-ssl = [ - {file = "idna-ssl-1.1.0.tar.gz", hash = "sha256:a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c"}, -] itsdangerous = [ {file = "itsdangerous-1.1.0-py2.py3-none-any.whl", hash = "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749"}, {file = "itsdangerous-1.1.0.tar.gz", hash = "sha256:321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19"}, @@ -900,11 +868,6 @@ sqlalchemy-schemadisplay = [ {file = "sqlalchemy_schemadisplay-1.3.tar.gz", hash = "sha256:0a9f26d77be9d92c9564d87cc17668fe141a816036c5f5d7c8cb053b253957e0"}, {file = "sqlalchemy_schemadisplay-1.3.zip", hash = "sha256:b38f0d5947bd3ed9e2b180b4d8c9cd44c9d09edc0ce26722d89be4cc264903b5"}, ] -typing-extensions = [ - {file = "typing_extensions-3.7.4.1-py2-none-any.whl", hash = "sha256:910f4656f54de5993ad9304959ce9bb903f90aadc7c67a0bef07e678014e892d"}, - {file = "typing_extensions-3.7.4.1-py3-none-any.whl", hash = "sha256:cf8b63fedea4d89bab840ecbb93e75578af28f76f66c35889bd7065f5af88575"}, - {file = "typing_extensions-3.7.4.1.tar.gz", hash = "sha256:091ecc894d5e908ac75209f10d5b4f118fbdb2eb1ede6a63544054bb1edb41f2"}, -] urllib3 = [ {file = "urllib3-1.25.8-py2.py3-none-any.whl", hash = "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc"}, {file = "urllib3-1.25.8.tar.gz", hash = "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc"}, |