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 7c1b242 commit 3ffa6f4Copy full SHA for 3ffa6f4
setup.py
@@ -7,7 +7,7 @@
7
install_requires = [
8
"psutil",
9
"six>=1.9.0",
10
- "testgres.common==0.0.1",
+ "testgres.common>=0.0.2,<1.0.0",
11
]
12
13
setup(
tests/requirements.txt
@@ -2,6 +2,6 @@ pytest
2
pytest-xdist
3
psutil
4
six
5
-git+https://github.com/postgrespro/testgres.common.git@master
+testgres.common>=0.0.2,<1.0.0
6
black
flake8
0 commit comments