From 0771195aa26532a9da60937cbbfcdd8d8ca7d42f Mon Sep 17 00:00:00 2001 From: kevinmenden Date: Mon, 22 Mar 2021 17:35:01 +0100 Subject: [PATCH] add pytest-workflow dep --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f2fa6aa93d..05dfc2de9c 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ "packaging", "prompt_toolkit>=3.0.3", "pyyaml", + "pytest-workflow", "questionary>=1.8.0", "requests_cache", "requests",