Skip to content

Commit 0ead0b4

Browse files
update requirements
1 parent cb7ac13 commit 0ead0b4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/models-library/requirements/_base.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Specifies third-party dependencies for 'models-library'
33
#
44
--constraint ../../../requirements/constraints.txt
5+
--requirement ../../../packages/common-library/requirements/_base.in
56

67
arrow
78
jsonschema

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

0 commit comments

Comments
 (0)