File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33except ImportError :
44 from distutils .core import setup
55
6+ # Basic dependencies
67install_requires = [
7- "testgres.common @ git+https://github.com/dmitry-lipetsk/testgres.common.git" ,
8+ "psutil" ,
9+ "six>=1.9.0" ,
10+ "testgres.common @ git+https://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@github.com/postgrespro/testgres.common.git" ,
811]
912
1013setup (
Original file line number Diff line number Diff line change 22pytest-xdist
33psutil
44six
5- git+https://github.com/dmitry-lipetsk /testgres.common.git@master
5+ git+https://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@ github.com/postgrespro /testgres.common.git@master
66black
77flake8
8-
You can’t perform that action at this time.
0 commit comments