Skip to content

Commit de73028

Browse files
req: testgres.os_ops>=0.0.2,<1.0.0
1 parent 6b408fb commit de73028

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"port-for>=0.4",
1212
"six>=1.9.0",
1313
"psutil",
14-
"packaging"
14+
"packaging",
15+
"testgres.os_ops>=0.0.2,<1.0.0"
1516
]
1617

1718
# Add compatibility enum class
@@ -22,10 +23,6 @@
2223
if sys.version_info < (3, 3):
2324
install_requires.append("ipaddress")
2425

25-
install_requires.append(
26-
"testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git"
27-
)
28-
2926
# Get contents of README file
3027
with open('README.md', 'r') as f:
3128
readme = f.read()

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pytest
33
pytest-xdist
44
psycopg2
55
six
6-
git+https://github.com/postgrespro/testgres.os_ops.git
6+
testgres.os_ops>=0.0.2,<1.0.0

0 commit comments

Comments
 (0)