X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/57ab909bdee6c8b20b852ca698f89722557bc93f..435dc7d9956495f3397e6d7bfcf5cb0b8523d0ed:/Pipfile?ds=sidebyside

diff --git a/Pipfile b/Pipfile
index c461004..5d104c7 100644
--- a/Pipfile
+++ b/Pipfile
@@ -5,14 +5,17 @@ name = "pypi"
 
 [packages]
 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"
+typed-ast = "==1.4.0"
+typing_extensions = ">=3.7.4"
+mypy_extensions = ">=0.4.3"
 regex = ">=2019.8"
+pathspec = ">=0.6"
+dataclasses = {version = ">=0.6",python_version = "< 3.7"}
 
 [dev-packages]
 pre-commit = "*"
@@ -21,7 +24,7 @@ docutils = "==0.15"  # not a direct dependency, see https://github.com/pypa/pipe
 flake8 = "*"
 flake8-bugbear = "*"
 flake8-mypy = "*"
-mypy = ">=0.620"
+mypy = ">=0.740"
 readme_renderer = "*"
 recommonmark = "*"
 Sphinx = "*"
@@ -29,3 +32,4 @@ setuptools = ">=39.2.0"
 twine = ">=1.11.0"
 wheel = ">=0.31.1"
 setuptools-scm = "*"
+black = {path = ".",extras = ["d"],editable = true}