Skip to content

Commit

Permalink
Merge pull request xonsh#21 from eugenesvk/patch-4
Browse files Browse the repository at this point in the history
Update poetry-core version
  • Loading branch information
anki-code committed Jan 28, 2023
2 parents 12a2611 + 4bda9db commit 5e28a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-template/{{ project_repo_name }}/pyproject.toml
Expand Up @@ -78,7 +78,7 @@ dev = ["pytest>=7.0"]

{% if package_manager == 'poetry' %}
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.3.0"]
build-backend = "poetry.core.masonry.api"
{% else %}
[build-system]
Expand Down

0 comments on commit 5e28a93

Please sign in to comment.