Skip to content

Commit

Permalink
fix: Add missing failprint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Oct 4, 2020
1 parent 5e9d526 commit 5b1663c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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"
Expand Down

0 comments on commit 5b1663c

Please sign in to comment.