Skip to content

Commit

Permalink
min version (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil authored Jan 13, 2025
1 parent 372c95f commit 3f411cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ packages = [
{ include = "truss_chains", from = "./truss-chains" },
]

requires-poetry = ">=2.0"

[tool.poetry.scripts]
truss = "truss.cli.cli:truss_cli"

Expand Down Expand Up @@ -217,7 +219,6 @@ section-order = [
# The formatter can go sometimes go over the 88-character limit, so we want to provide some buffer.
max-line-length = 120


# Note: `tool.poetry.extras` was autogenerated by `pyproject_toml_linter.py`, do not edit manually.
[tool.poetry.extras]
all = []

0 comments on commit 3f411cd

Please sign in to comment.