From e8f4b8c4e1db1b270720b0ccc51db088845b404d Mon Sep 17 00:00:00 2001 From: Marc Wouts Date: Mon, 2 Sep 2019 21:22:13 +0200 Subject: [PATCH] Added setuptools in the dev requirements Fixes #323 --- requirements-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c1b8f940d..fc6395aab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,7 @@ codecov notebook jupyter_client nbconvert +setuptools # Python 2 -pathlib \ No newline at end of file +pathlib