From 7fd41872b96557aacf95b954b2de8eb471f15ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 28 Jan 2020 13:56:30 +0100 Subject: [PATCH] pyproject: add all dependencies required for full build with tests --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a5835a1..d69f58d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,5 +3,11 @@ requires = [ "setuptools", "setuptools_scm", "six", + "pytest-runner", + "pytest-harvest", + "wheel", + "wrapt", + "pandas", + "tabulate", ] build-backend = "setuptools.build_meta"