Skip to content

Commit 594fdb5

Browse files
setup.py is corrected [install_requires: testgres.os_ops]
1 parent a36f485 commit 594fdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_requires.append("ipaddress")
2424

2525
install_requires.append(
26-
"git+https://git.postgrespro.ru/d.kovalenko/preview-testgres.os_ops.git"
26+
"testgres.os_ops @ git+https://git.postgrespro.ru/d.kovalenko/preview-testgres.os_ops.git"
2727
)
2828

2929
# Get contents of README file

0 commit comments

Comments
 (0)