Skip to content

Commit ee13364

Browse files
allow old poetry-core version for old Python versions
1 parent cff2106 commit ee13364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
# NOTE(NiklasRosenstein): We pin this version so we can keep using the old way that Slap supports installing
33
# the "docs" extra without Poetry complaining about invalid format of the requirements.
4-
requires = ["poetry-core==1.6.0"]
4+
requires = ["poetry-core>=1.1.0"]
55
build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]

0 commit comments

Comments
 (0)