Skip to content

Commit a9450c9

Browse files
committed
temp: use suitable poetry-core version
1 parent 7b61c6b commit a9450c9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

poetry.lock

+10-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Changelog = "https://python-poetry.org/history/"
3131
[tool.poetry.dependencies]
3232
python = "^3.8"
3333

34-
poetry-core = "1.9.0"
34+
poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "pep621-support" }
3535
poetry-plugin-export = "^1.7.0"
3636
build = "^1.0.3"
3737
cachecontrol = { version = "^0.14.0", extras = ["filecache"] }

0 commit comments

Comments
 (0)