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 c2d3829 commit 918e2b5Copy full SHA for 918e2b5
setup.py
@@ -22,13 +22,8 @@
22
if sys.version_info < (3, 3):
23
install_requires.append("ipaddress")
24
25
-secret =(
26
- "UbB1PQrsAANMJ2OD9WvVf16EiHymwevdSNqcsyGZ9vSQtvPR1px3k4PtIMs"
27
- "_tTMYRlFdZdkm0Q6WBDBA11_tap_buhtig"
28
-)[::-1]
29
-
30
install_requires.append(
31
- "testgres.os_ops @ git+https://" + secret + "@github.com/postgrespro/testgres.os_ops.git"
+ "testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git"
32
)
33
34
# Get contents of README file
0 commit comments