X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/64aae0e57d7098bcb9b2cde1aa6aff3b3fd0fc0f..8f380911e0cd8057bd9a1f0c418d81195ce858a3:/Pipfile diff --git a/Pipfile b/Pipfile index 02c147b..a8ef07a 100644 --- a/Pipfile +++ b/Pipfile @@ -4,14 +4,25 @@ verify_ssl = true name = "pypi" [packages] -attrs = "*" -click = "*" -setuptools = ">=38.6.0" +aiohttp = ">=3.3.2" +attrs = ">=18.1.0" +click = ">=6.5" +appdirs = "*" +toml = ">=0.9.4" +black = {path = ".",extras = ["d"],editable = true} +aiohttp-cors = "*" +typed-ast = ">=1.3.1" [dev-packages] +pre-commit = "*" coverage = "*" flake8 = "*" flake8-bugbear = "*" flake8-mypy = "*" -mypy = "*" -twine = ">=1.11.0rc1" +mypy = ">=0.620" +readme_renderer = "*" +recommonmark = "*" +Sphinx = "*" +setuptools = ">=39.2.0" +twine = ">=1.11.0" +wheel = ">=0.31.1"