Skip to content

Commit 3ffa6f4

Browse files
author
d.kovalenko
committed
req: testgres.common>=0.0.2,<1.0.0
1 parent 7c1b242 commit 3ffa6f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
install_requires = [
88
"psutil",
99
"six>=1.9.0",
10-
"testgres.common==0.0.1",
10+
"testgres.common>=0.0.2,<1.0.0",
1111
]
1212

1313
setup(

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ pytest
22
pytest-xdist
33
psutil
44
six
5-
git+https://github.com/postgrespro/testgres.common.git@master
5+
testgres.common>=0.0.2,<1.0.0
66
black
77
flake8

0 commit comments

Comments
 (0)