Skip to content

Commit 88a4327

Browse files
committed
add support for PEP 621: use poetry-core from main branch and bump version to 2.0.0.dev0 (#9135)
1 parent 83e8054 commit 88a4327

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

poetry.lock

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry"
3-
version = "1.9.0.dev0"
3+
version = "2.0.0.dev0"
44
description = "Python dependency management and packaging made easy."
55
authors = ["Sébastien Eustace <[email protected]>"]
66
maintainers = [
@@ -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/python-poetry/poetry-core.git", branch = "main" }
3535
poetry-plugin-export = "^1.8.0"
3636
build = "^1.2.1"
3737
cachecontrol = { version = "^0.14.0", extras = ["filecache"] }

0 commit comments

Comments
 (0)