Commit 8a500f05 by arl Committed by Mathieu Kniewallner

docs(plugins): change the example's minimum poetry version to 1.2

this is the first poetry version with plugin support, so plugins 
cannot be compatible with any version before 1.2.
parent 3d422d72
......@@ -39,7 +39,7 @@ version = "1.0.0"
# ...
[tool.poetry.dependencies]
python = "^3.7"
poetry = "^1.0"
poetry = "^1.2"
[tool.poetry.plugins."poetry.plugin"]
demo = "poetry_demo_plugin.plugin:MyPlugin"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment