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 674026d commit 1a70df7Copy full SHA for 1a70df7
setup.py
@@ -23,7 +23,7 @@
23
install_requires.append("ipaddress")
24
25
install_requires.append(
26
- "testgres.os_ops @ git+https://git.postgrespro.ru/d.kovalenko/preview-testgres.os_ops.git"
+ "testgres.os_ops @ git+https://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@github.com/postgrespro/testgres.os_ops.git"
27
)
28
29
# Get contents of README file
tests/requirements.txt
@@ -5,3 +5,5 @@ pytest-xdist
5
psycopg2
6
six
7
psutil
8
+git+https://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@github.com/postgrespro/testgres.os_ops.git
9
+
0 commit comments