We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f552e9f commit 6d91232Copy full SHA for 6d91232
setup.py
@@ -3,7 +3,9 @@
3
except ImportError:
4
from distutils.core import setup
5
6
+# Basic dependencies
7
install_requires = [
8
+ "psutil",
9
"testgres.common @ git+https://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@github.com/postgrespro/testgres.common.git",
10
]
11
0 commit comments