Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde73028

Browse files
req: testgres.os_ops>=0.0.2,<1.0.0
1 parent6b408fb commitde73028

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
ifsys.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
withopen('README.md','r')asf:
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)

[8]ページ先頭

©2009-2025 Movatter.jp