Skip to content

Commit 2b4e79d

Browse files
update requirements
1 parent 0b8a6ab commit 2b4e79d

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

packages/models-library/requirements/ci.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
--requirement _test.txt
1212

1313
# installs this repo's packages
14+
simcore-common-library @ ../common-library
1415
simcore-postgres-database[migration] @ ../postgres-database/
1516
pytest-simcore @ ../pytest-simcore
1617

packages/models-library/requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
--requirement _tools.txt
1313

1414
# installs this repo's packages
15+
--editable ../common-library
1516
--editable ../postgres-database/[migration]
1617
--editable ../pytest-simcore/
1718

packages/settings-library/requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
--requirement _test.txt
1212

1313
# installs this repo's packages
14-
pytest-simcore @ ../pytest-simcore
1514
simcore-common-library @ ../common-library
15+
pytest-simcore @ ../pytest-simcore
1616

1717
# current module
1818
simcore-settings-library @ .

packages/settings-library/requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
--requirement _tools.txt
1313

1414
# installs this repo's packages
15-
--editable ../pytest-simcore/
1615
--editable ../common-library
16+
--editable ../pytest-simcore/
1717

1818
# current module
1919
--editable .

0 commit comments

Comments
 (0)