issues
search
rueckstiess
/
mtools
A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.89k
stars
403
forks
source link
Fix missing package name in extras requirements and add missing prereq
#890
Closed
autarch
closed
2 years ago
autarch
commented
2 years ago
Description of changes
The
psutil
package name was missing in the
setup.py
, causing running
setup.py
to fail.
The
packaging
module is used by
mlaunch
but was not added to its prereqs.
stennie
commented
2 years ago
Thanks @autarch!
Description of changes
psutil
package name was missing in thesetup.py
, causing runningsetup.py
to fail.packaging
module is used bymlaunch
but was not added to its prereqs.