X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f471271831ffc7b0f71cc119edac33c267735d36..ca9ad698ef75736828b644678eba2f4836db6277:/Pipfile?ds=inline

diff --git a/Pipfile b/Pipfile
index f8f329c..04531cd 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,9 +4,13 @@ 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 = "*"
 
 [dev-packages]
 pre-commit = "*"
@@ -14,7 +18,7 @@ coverage = "*"
 flake8 = "*"
 flake8-bugbear = "*"
 flake8-mypy = "*"
-mypy = "*"
+mypy = ">=0.620"
 readme_renderer = "*"
 recommonmark = "*"
 Sphinx = "*"