X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/1b189f6cdeca7b1f9669e0152c92875dff7b761a..026c81b83454f176a9f9253cbfb70be2c159d822:/Pipfile diff --git a/Pipfile b/Pipfile index 6bda444..04531cd 100644 --- a/Pipfile +++ b/Pipfile @@ -4,9 +4,13 @@ verify_ssl = true name = "pypi" [packages] -attrs = ">=17.4.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 = "*" [dev-packages] pre-commit = "*" @@ -14,7 +18,7 @@ coverage = "*" flake8 = "*" flake8-bugbear = "*" flake8-mypy = "*" -mypy = "*" +mypy = ">=0.620" readme_renderer = "*" recommonmark = "*" Sphinx = "*"