X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/639b62dcd32cde3645e9f9a633eee33c04d23901..5f9eb9e4f7baa35cb87eb3f8a9fed81f1195a72e:/Pipfile diff --git a/Pipfile b/Pipfile index 22abd2a..e35462e 100644 --- a/Pipfile +++ b/Pipfile @@ -4,10 +4,12 @@ verify_ssl = true name = "pypi" [packages] +aiohttp = ">=3.3.2" attrs = ">=17.4.0" -click = "*" -setuptools = ">=38.6.0" +click = ">=6.5" appdirs = "*" +toml = ">=0.9.4" +black = {editable = true, path = ".", extras = ["d"]} [dev-packages] pre-commit = "*" @@ -15,7 +17,10 @@ coverage = "*" flake8 = "*" flake8-bugbear = "*" flake8-mypy = "*" -mypy = "*" +mypy = ">=0.620" +readme_renderer = "*" recommonmark = "*" Sphinx = "*" -twine = ">=1.11.0rc1" +setuptools = ">=39.2.0" +twine = ">=1.11.0" +wheel = ">=0.31.1"