Skip to content

Commit

Permalink
remove dataclasses from build-system requires (python-poetry#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
abn authored and DavidVujic committed Mar 26, 2022
1 parent 0df749f commit b1ec097
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 @@ -153,6 +153,6 @@ appdirs = []
pyrsistent = "https://raw.githubusercontent.com/tobgu/pyrsistent/master/LICENSE.mit"

[build-system]
requires = ["dataclasses>=0.6;python_version < '3.7'"]
requires = []
build-backend = "poetry.core.masonry.api"
backend-path = ["src"]

0 comments on commit b1ec097

Please sign in to comment.