X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f471271831ffc7b0f71cc119edac33c267735d36..bc36e95966d5bbdd7621cdb8f2d8effcd4818bf6:/Pipfile diff --git a/Pipfile b/Pipfile index f8f329c..a8ef07a 100644 --- a/Pipfile +++ b/Pipfile @@ -4,9 +4,14 @@ verify_ssl = true name = "pypi" [packages] -attrs = ">=17.4.0" -click = "*" +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 = "*" @@ -14,7 +19,7 @@ coverage = "*" flake8 = "*" flake8-bugbear = "*" flake8-mypy = "*" -mypy = "*" +mypy = ">=0.620" readme_renderer = "*" recommonmark = "*" Sphinx = "*"