| commit | aaa0840875a1e84af924e261f2259a1fc2a19c09 | [log] [tgz] |
|---|---|---|
| author | schillinge <ablu@mail.uni-paderborn.de> | Thu Mar 21 11:33:52 2019 +0100 |
| committer | schillinge <ablu@mail.uni-paderborn.de> | Sun Mar 24 18:18:01 2019 +0100 |
| tree | 4f3d45d0fa29c02a46b4b901d0044147404b2c1b | |
| parent | 44e1c00d1880578d1f5de4c8af5bcd875ce3febd [diff] [blame] |
Added performance testing for the limit of a machine Change-Id: Ie8abc4b0514e0e153f497125bbe156341ae8e9a5 Signed-off-by: schillinge <ablu@mail.uni-paderborn.de>
diff --git a/setup.py b/setup.py index 5bab406..7442fda 100755 --- a/setup.py +++ b/setup.py
@@ -60,7 +60,8 @@ 'flake8', # fixes: https://github.com/pytest-dev/pytest/issues/4770 'more-itertools<=5.0.0', - 'jinja2' + 'jinja2', + 'psutil' ], zip_safe=False, entry_points={