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 6b408fb commit de73028Copy full SHA for de73028
setup.py
@@ -11,7 +11,8 @@
11
"port-for>=0.4",
12
"six>=1.9.0",
13
"psutil",
14
- "packaging"
+ "packaging",
15
+ "testgres.os_ops>=0.0.2,<1.0.0"
16
]
17
18
# Add compatibility enum class
@@ -22,10 +23,6 @@
22
23
if sys.version_info < (3, 3):
24
install_requires.append("ipaddress")
25
-install_requires.append(
26
- "testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git"
27
-)
28
-
29
# Get contents of README file
30
with open('README.md', 'r') as f:
31
readme = f.read()
tests/requirements.txt
@@ -3,4 +3,4 @@ pytest
3
pytest-xdist
4
psycopg2
5
six
6
-git+https://github.com/postgrespro/testgres.os_ops.git
+testgres.os_ops>=0.0.2,<1.0.0
0 commit comments