Skip to content

Commit 7990b99

Browse files
committed
Update pyproject.toml to indicate that poetry above a certain version should be used
1 parent e05da01 commit 7990b99

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ keywords = [
1818
]
1919

2020
[tool.poetry]
21+
requires-poetry = ">=2.1.0"
2122
packages = [
2223
{ include = "exasol" },
2324
]
@@ -67,10 +68,7 @@ pip-audit = "^2.7.3"
6768
autoimport = "^1.4.0"
6869

6970
[build-system]
70-
requires = [
71-
"poetry>=2.0.0",
72-
"poetry-core"
73-
]
71+
requires = ["poetry-core>=1.0.0"]
7472
build-backend = "poetry.core.masonry.api"
7573

7674
# Tooling

0 commit comments

Comments
 (0)