We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d67ab3 + c83d398 commit 66bee6eCopy full SHA for 66bee6e
2 files changed
setup.py
@@ -3,8 +3,11 @@
3
except ImportError:
4
from distutils.core import setup
5
6
+# Basic dependencies
7
install_requires = [
- "testgres.common @ git+https://github.com/dmitry-lipetsk/testgres.common.git",
8
+ "psutil",
9
+ "six>=1.9.0",
10
+ "testgres.common @ git+https://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@github.com/postgrespro/testgres.common.git",
11
]
12
13
setup(
tests/requirements.txt
@@ -2,7 +2,6 @@ pytest
2
pytest-xdist
psutil
six
-git+https://github.com/dmitry-lipetsk/testgres.common.git@master
+git+https://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@github.com/postgrespro/testgres.common.git@master
black
flake8
-
0 commit comments