X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/64aae0e57d7098bcb9b2cde1aa6aff3b3fd0fc0f..d2f29f86f49e26aadfede6257ed8bdcfbaaef4ab:/Pipfile?ds=inline

diff --git a/Pipfile b/Pipfile
index 02c147b..bcd8c8a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
 name = "pypi"
 
 [packages]
-attrs = "*"
+attrs = ">=17.4.0"
 click = "*"
 setuptools = ">=38.6.0"
 
@@ -14,4 +14,6 @@ flake8 = "*"
 flake8-bugbear = "*"
 flake8-mypy = "*"
 mypy = "*"
+recommonmark = "*"
+Sphinx = "*"
 twine = ">=1.11.0rc1"