X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f8e9544c930a1469bee8b3f131687e2cae52e59b..4a7da71069b4e3a8f7a16ae4e22507fa9eb39f34:/Pipfile diff --git a/Pipfile b/Pipfile index 4e0d4be..04531cd 100644 --- a/Pipfile +++ b/Pipfile @@ -4,9 +4,13 @@ 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 = {path = ".",extras = ["d"],editable = true} +aiohttp-cors = "*" [dev-packages] pre-commit = "*" @@ -14,7 +18,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"