From 6cf3b778d5280ccc4b5ea7c6ec0ef01ce68c760c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 21 Aug 2020 21:36:08 -0700 Subject: [PATCH] Restore beautifulsoup4 in testing_extras --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be1ae8d8..87364d12 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def readfile(name): "readme_renderer", ] -testing_extras = ["coverage", "flaky", "nose"] +testing_extras = ["beautifulsoup4", "coverage", "flaky", "nose"] # Needed to run deformdemo tests functional_testing_extras = [