deadc0de6/catcli

Suggestion: Drop psutil dependency

LtPinback opened this issue · 1 comments

Since Python 3.3 the shutil module includes a shutil.disk_usage which is similar to psutil.disk_usage so I believe you can easily drop the psutil dependency.

Absolutely, thanks for that!
I just released a new version.