From 5b1663ccacc12bcefe28ab2bcce5b43a5953f073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sun, 4 Oct 2020 19:49:22 +0200 Subject: [PATCH] fix: Add missing `failprint` dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7242dfc..7e8ca6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ include = [ [tool.poetry.dependencies] python = "^3.6" +failprint = "^0.5.0" coverage = {version = "^5.2.1", optional = true} invoke = {version = "^1.4.1", optional = true} @@ -37,7 +38,6 @@ tests = ["coverage", "invoke", "mypy", "pytest", "pytest-cov", "pytest-randomly" autoflake = "^1.4" black = "^20.8b1" coverage = "^5.2.1" -failprint = "^0.5.0" flakehell = "^0.6.0" flake8-black = "^0.2.1" flake8-builtins = "^1.5.3"