X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a5381ba7648f7308145c78c248e29118e18dc530..2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b:/Pipfile diff --git a/Pipfile b/Pipfile index 66ded8b..90e8f62 100644 --- a/Pipfile +++ b/Pipfile @@ -7,11 +7,8 @@ verify_ssl = true # Testing related requirements. coverage = ">= 5.3" pytest = " >= 6.1.1" -pytest-mock = ">= 3.3.1" -pytest-cases = ">= 2.3.0" pytest-xdist = ">= 2.2.1" pytest-cov = ">= 2.11.1" -parameterized = ">= 0.7.4" tox = "*" # Linting related requirements. @@ -40,14 +37,14 @@ readme_renderer = "*" black = {editable = true, extras = ["d", "jupyter"], path = "."} [packages] -aiohttp = ">=3.6.0" +aiohttp = ">=3.7.4" platformdirs= ">=2" click = ">=8.0.0" mypy_extensions = ">=0.4.3" pathspec = ">=0.8.1" regex = ">=2020.1.8" tomli = ">=0.2.6, <2.0.0" -typed-ast = "==1.4.2" -typing_extensions = {"python_version <" = "3.10","version >=" = "3.10.0.0"} +typed-ast = "==1.4.3" +typing_extensions = {markers = "python_version < '3.10'", version = ">=3.10.0.0"} black = {editable = true,extras = ["d"],path = "."} -dataclasses = {"python_version <" = "3.7","version >" = "0.1.3"} +dataclasses = {markers = "python_version < '3.7'", version = ">0.1.3"}