Skip to content

Commit

Permalink
gl-testing: Improve pyproject.toml-file
Browse files Browse the repository at this point in the history
Adding `gprcio-tools` as a dependency ensures `poetry install` works.
Adding `cln-version-manager` as a dev-dependency ensures `poetry
install` works and that we use an editable install
  • Loading branch information
ErikDeSmedt committed Mar 29, 2024
1 parent 005663c commit 1392579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/gl-testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ cln-version-manager = "^0.1.0"
[tool.poetry.group.dev.dependencies]
mypy = "^1"
typed-ast = "^1.5.4"
cln-version-manager = { path="../cln-version-manager", develop=true }
grpcio-tools = "^1.62.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 1392579

Please sign in to comment.