From 4795d25492130818a965c972daf0a65559974d71 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 25 Mar 2021 02:07:24 +0100 Subject: [PATCH] BUILD: Add lxml and termcolor to test requirements --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 6a82799..ef3174b 100755 --- a/setup.cfg +++ b/setup.cfg @@ -40,4 +40,7 @@ setup_requires = test = pytest pytest-forked + lxml + termcolor + doc = sphinx