From cf673c1fea7c12f926d70e83c1b98e299cc7fcb6 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 29 Mar 2019 08:26:20 +0100 Subject: [PATCH] [conda] Add psutil to dependencies --- conda/meta.yaml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6424fb31..4a0974dc 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -45,6 +45,7 @@ requirements: - lxml - jinja2 - termcolor + - psutil test: requires: diff --git a/setup.py b/setup.py index 68668725..b121828c 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ requires = [ 'lxml', 'jinja2', 'termcolor', + 'psutil', ] setup( -- GitLab