X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b65af236cfd3c89938e3ddd012a5772d94826d84..31f4105731c9e5a6930905d358b62b2b834b940b:/Pipfile?ds=sidebyside diff --git a/Pipfile b/Pipfile index 91054fd..925a42f 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,6 @@ name = "pypi" [packages] aiohttp = ">=3.3.2" -attrs = ">=18.1.0" click = ">=6.5" appdirs = "*" toml = ">=0.9.4" @@ -14,6 +13,7 @@ aiohttp-cors = "*" typed-ast = "==1.4.0" regex = ">=2019.8" pathspec = ">=0.6" +dataclasses = {version = ">=0.6", python_version = "< 3.7"} [dev-packages] pre-commit = "*" @@ -22,7 +22,7 @@ docutils = "==0.15" # not a direct dependency, see https://github.com/pypa/pipe flake8 = "*" flake8-bugbear = "*" flake8-mypy = "*" -mypy = ">=0.620" +mypy = ">=0.740" readme_renderer = "*" recommonmark = "*" Sphinx = "*"