Skip to content

Commit

Permalink
Attemp to fix build errors4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Jun 26, 2024
1 parent b9b9d6e commit c61822a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 16 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pytest = "^7.4.2"
typer = "^0.12.3"

wheel = "^0.43.0"
setuptools = "^70.1.1"
[tool.poetry.group.dev.dependencies]
pytest-cov = "^4.1.0"
ruff = "^0.3.4"
Expand All @@ -28,7 +29,7 @@ ruff = "^0.3.4"
mkdocs-material = "^9.5.27"

[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
Expand Down

0 comments on commit c61822a

Please sign in to comment.