Skip to content

Commit

Permalink
Just use poetry-core as dependency
Browse files Browse the repository at this point in the history
So we are compatible with older versions of pip
  • Loading branch information
maerteijn committed Aug 24, 2023
1 parent 5a23a95 commit c76ab0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ factory-boy = "^3.2.1"
beautifulsoup4 = "^4.12.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.black]
Expand Down

0 comments on commit c76ab0f

Please sign in to comment.