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

diff --git a/Pipfile b/Pipfile
index 6ac3f51..fb52776 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,14 +4,21 @@ 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 = "*"
+typed-ast = ">=1.3.1"
+regex = ">=2019.8"
+pathspec = ">=0.6"
 
 [dev-packages]
 pre-commit = "*"
 coverage = "*"
+docutils = "==0.15"  # not a direct dependency, see https://github.com/pypa/pipenv/issues/3865
 flake8 = "*"
 flake8-bugbear = "*"
 flake8-mypy = "*"
@@ -22,3 +29,4 @@ Sphinx = "*"
 setuptools = ">=39.2.0"
 twine = ">=1.11.0"
 wheel = ">=0.31.1"
+setuptools-scm = "*"