Remove dependence on psutil. Add utility functions for getting system memory. (#2892)

This commit is contained in:
Robert Nishihara
2018-09-18 00:03:29 -07:00
committed by Hao Chen
parent 61bf6c6123
commit ea9d1cc887
7 changed files with 88 additions and 25 deletions
-1
View File
@@ -134,7 +134,6 @@ setup(
"funcsigs",
"click",
"colorama",
"psutil",
"pytest",
"pyyaml",
"redis",