From 5728b89b87384155458cb3e1bddbc29e5bf8879e Mon Sep 17 00:00:00 2001
From: Your Name <stephan.seitz@fau.de>
Date: Mon, 2 Sep 2019 09:55:37 +0200
Subject: [PATCH] Update `testing` extra in setup.cfg

---
 setup.cfg | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 9baa034..b07e475 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,7 +48,12 @@ exclude =
 # Add here test requirements (semicolon/line-separated)
 testing =
     pytest
+    pytest
+    pytest-html
+    ansi2html
     pytest-cov
+    tensorflow
+    torch
 
 [options.entry_points]
 # Add here console scripts like:
-- 
GitLab