Skip to content

Commit b0f6f25

Browse files
authored
Merge pull request #87 from polywrap/nk/fix-publish-packages
fix: remove unnecessary dev dependencies
2 parents 05c83b4 + 46cc4fe commit b0f6f25

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/polywrap-client/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ tox-poetry = "^0.4.1"
3333
isort = "^5.10.1"
3434
pyright = "^1.1.275"
3535
pydocstyle = "^6.1.1"
36-
polywrap-plugin = { path = "../polywrap-plugin", develop = true }
3736

3837
[tool.bandit]
3938
exclude_dirs = ["tests"]

packages/polywrap-uri-resolvers/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ polywrap-wasm = { path = "../polywrap-wasm", develop = true }
1717
polywrap-result = { path = "../polywrap-result", develop = true }
1818

1919
[tool.poetry.dev-dependencies]
20-
polywrap-client = { path = "../polywrap-client", develop = true }
2120
pytest = "^7.1.2"
2221
pytest-asyncio = "^0.19.0"
2322
pylint = "^2.15.4"

0 commit comments

Comments
 (0)