Skip to content

Commit f7a9746

Browse files
committed
#267 Ensure psutil is added as a dependency
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b72207e commit f7a9746

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def read(*names, **kwargs):
7979
'zc.lockfile >= 1.0.0, < 2.0.0',
8080
'yg.lockfile >= 2.0.0, < 3.0.0',
8181
'diskcache >= 2.0.0, < 3.0.0',
82+
'psutil >= 5.0.0, < 6.0.0',
8283

8384
# textcode
8485
'Beautifulsoup >= 3.2.0, <4.0.0',

0 commit comments

Comments
 (0)