Skip to content

Commit

Permalink
fix minimum poetry-core version
Browse files Browse the repository at this point in the history
poetry groups weren't added until 1.2.0
  • Loading branch information
jonathanspw committed Feb 1, 2024
1 parent 7e5132f commit f4009ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
Expand Down

0 comments on commit f4009ed

Please sign in to comment.