X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8b0680533420c2ea367860fcbb08df99317a6b44..09915f4bd2d13652c089b9a96408b39116d82eb0:/Pipfile diff --git a/Pipfile b/Pipfile index 824beda..c6cd8d4 100644 --- a/Pipfile +++ b/Pipfile @@ -40,8 +40,7 @@ readme_renderer = "*" black = {editable = true, extras = ["d", "jupyter"], path = "."} [packages] -aiohttp = ">=3.6.0" -aiohttp-cors = ">=0.4.0" +aiohttp = ">=3.7.4" platformdirs= ">=2" click = ">=8.0.0" mypy_extensions = ">=0.4.3" @@ -49,6 +48,6 @@ 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"} +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"}