Skip to content

Commit 6d91232

Browse files
author
d.kovalenko
committed
setup.py is updated (psutil)
1 parent f552e9f commit 6d91232

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
except ImportError:
44
from distutils.core import setup
55

6+
# Basic dependencies
67
install_requires = [
8+
"psutil",
79
"testgres.common @ git+https://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@github.com/postgrespro/testgres.common.git",
810
]
911

0 commit comments

Comments
 (0)