From 9d8df2736ca78433082a4e6ad3a93db673ddeb8c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 18 Mar 2020 14:25:08 +0100 Subject: Python 3.8 is the minimum. --- poetry.lock | 41 ++--------------------------------------- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 40 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"] @@ -297,18 +289,6 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" 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." @@ -543,15 +523,6 @@ version = "1.3" pydot = "*" 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." @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index f75c791b..c3ca7692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Cédric Bonhomme "] license = "AGPL-3.0-or-later" [tool.poetry.dependencies] -python = "^3.6" +python = "^3.8" aiohttp = "^3.6.2" requests = "^2.23.0" chardet = "^3.0.4" -- cgit