Skip to content

Commit 918e2b5

Browse files
testgres.os_ops is open now
1 parent c2d3829 commit 918e2b5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@
2222
if sys.version_info < (3, 3):
2323
install_requires.append("ipaddress")
2424

25-
secret =(
26-
"UbB1PQrsAANMJ2OD9WvVf16EiHymwevdSNqcsyGZ9vSQtvPR1px3k4PtIMs"
27-
"_tTMYRlFdZdkm0Q6WBDBA11_tap_buhtig"
28-
)[::-1]
29-
3025
install_requires.append(
31-
"testgres.os_ops @ git+https://" + secret + "@github.com/postgrespro/testgres.os_ops.git"
26+
"testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git"
3227
)
3328

3429
# Get contents of README file

0 commit comments

Comments
 (0)