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 bostonrwalker committed Aug 29, 2022
1 parent 9ec3c44 commit 4ed8b24
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 4ed8b24

Please sign in to comment.