Skip to content

Commit 9ca9fbc

Browse files
update reqs
1 parent bcb907d commit 9ca9fbc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/postgres-database/requirements/_base.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#
44
--constraint ../../../requirements/constraints.txt
55
--constraint ./constraints.txt
6+
--requirement ../../../packages/common-library/requirements/_base.in
67

78
alembic
89
pydantic

packages/postgres-database/requirements/ci.txt

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

1414
# installs this repo's packages
15+
simcore-common-library @ ../common-library/
1516
pytest-simcore @ ../../packages/pytest-simcore/
16-
simcore-models-library @ ../models-library
1717

1818
# current module
1919
simcore-postgres-database @ .

packages/postgres-database/requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
--requirement _tools.txt
1414

1515
# installs this repo's packages
16+
--editable ../../packages/common-library/
1617
--editable ../../packages/pytest-simcore/
17-
--editable ../models-library/
18+
1819

1920
# current module
2021
--editable .

0 commit comments

Comments
 (0)