Skip to content

Commit ca7eb2f

Browse files
authored
require Poetry 2.0 instead of main branch (#27)
1 parent ea37ebc commit ca7eb2f

File tree

2 files changed

+31
-39
lines changed

2 files changed

+31
-39
lines changed

poetry.lock

Lines changed: 30 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.9"
21-
poetry = { git = "https://github.com/python-poetry/poetry.git", branch = "main" }
21+
poetry = "^2.0"
2222
pexpect = "^4.7.0"
2323
shellingham = "^1.5"
2424

0 commit comments

Comments
 (0)