Skip to content

Commit

Permalink
allow old poetry-core version for old Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jan 27, 2024
1 parent cff2106 commit ee13364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
# NOTE(NiklasRosenstein): We pin this version so we can keep using the old way that Slap supports installing
# the "docs" extra without Poetry complaining about invalid format of the requirements.
requires = ["poetry-core==1.6.0"]
requires = ["poetry-core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
Expand Down

0 comments on commit ee13364

Please sign in to comment.