Skip to content

Commit

Permalink
update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Oct 8, 2024
1 parent bcb907d commit 9ca9fbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/postgres-database/requirements/_base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
--constraint ../../../requirements/constraints.txt
--constraint ./constraints.txt
--requirement ../../../packages/common-library/requirements/_base.in

alembic
pydantic
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres-database/requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
--requirement _test.txt

# installs this repo's packages
simcore-common-library @ ../common-library/
pytest-simcore @ ../../packages/pytest-simcore/
simcore-models-library @ ../models-library

# current module
simcore-postgres-database @ .
3 changes: 2 additions & 1 deletion packages/postgres-database/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
--requirement _tools.txt

# installs this repo's packages
--editable ../../packages/common-library/
--editable ../../packages/pytest-simcore/
--editable ../models-library/


# current module
--editable .

0 comments on commit 9ca9fbc

Please sign in to comment.