Skip to content

Commit

Permalink
chore: link dependencies post 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
polywrap-build-bot authored Sep 2, 2023
1 parent 5dc6de0 commit e3deb40
Show file tree
Hide file tree
Showing 26 changed files with 766 additions and 686 deletions.
166 changes: 92 additions & 74 deletions packages/config-bundles/polywrap-sys-config-bundle/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ include = ["**/wrap.info", "**/wrap.wasm"]

[tool.poetry.dependencies]
python = "^3.10"
polywrap-core = "^0.1.0"
polywrap-client-config-builder = "^0.1.0"
polywrap-uri-resolvers = "^0.1.0"
polywrap-manifest = "^0.1.0"
polywrap-wasm = "^0.1.0"
polywrap-fs-plugin = "^0.1.0"
polywrap-http-plugin = "^0.1.0"
polywrap-core = {path = "../../polywrap-core", develop = true}
polywrap-client-config-builder = {path = "../../polywrap-client-config-builder", develop = true}
polywrap-uri-resolvers = {path = "../../polywrap-uri-resolvers", develop = true}
polywrap-manifest = {path = "../../polywrap-manifest", develop = true}
polywrap-wasm = {path = "../../polywrap-wasm", develop = true}
polywrap-fs-plugin = {path = "../../plugins/polywrap-fs-plugin", develop = true}
polywrap-http-plugin = {path = "../../plugins/polywrap-http-plugin", develop = true}

[tool.poetry.group.dev.dependencies]
polywrap-client = {path = "../../polywrap-client", develop = true}
Expand Down
Loading

0 comments on commit e3deb40

Please sign in to comment.