X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0b7913f904a0be6c0e48df1c5a6de29e4ea38d81..3bfb66971f03da39ae1f4c98c30d55e60f63d33b:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index d88fabe..17476bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ authors = [ "Mika Naylor ", "Zsolt Dollenstein ", ] -homepage = "https://github.com/ambv/black/" +homepage = "https://github.com/psf/black/" documentation = "https://black.readthedocs.io/en/stable/" license = "MIT" keywords = ["automation", "formatter", "yapf", "autopep8", "gofmt"] @@ -75,6 +75,7 @@ click = "^6.5" toml = "^0.9.4" appdirs = "^1.4" aiohttp = { version = "^3.4", optional = true } +regex = "^2019.8" [tool.poetry.extras] d = ["aiohttp"]