X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9e3175428470403d01cdee9c710d5d38e8610860..21ab37a5d92c866a289320cba7c4689df70b3342:/Pipfile diff --git a/Pipfile b/Pipfile index bcd8c8a..ffb31aa 100644 --- a/Pipfile +++ b/Pipfile @@ -4,16 +4,24 @@ verify_ssl = true name = "pypi" [packages] -attrs = ">=17.4.0" -click = "*" -setuptools = ">=38.6.0" +aiohttp = ">=3.3.2" +attrs = ">=18.1.0" +click = ">=6.5" +appdirs = "*" +toml = ">=0.9.4" +black = {editable = true, path = ".", extras = ["d"]} +aiohttp-cors = "*" [dev-packages] +pre-commit = "*" 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"