Skip to content

Commit e68299d

Browse files
update: testgres.common>=1.0.0,<2.0.0 [pypi is used]
1 parent 4a3810c commit e68299d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ classifiers = [
4949
dependencies = [
5050
"psutil",
5151
"six>=1.9.0",
52-
"testgres.common @ git+https://github.com/postgrespro/testgres.common.git@1.0.0",
52+
"testgres.common>=1.0.0,<2.0.0",
5353
]
5454

5555
[project.urls]

tests/requirements.txt

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

0 commit comments

Comments
 (0)