Skip to content

Commit

Permalink
Add dataclasses as dependency for Python < 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaist committed Feb 8, 2023
1 parent c9f7aea commit 6dc84e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ binaryornot = "^0.4.4"
license-expression = ">=1.0"
python-debian = "^0.1.38,!=0.1.45,!=0.1.46,!=0.1.47"
setuptools = "*"
dataclasses = { version = "^0.8", python = "<3.7" }

[tool.poetry.dev-dependencies]
Sphinx = ">=4.0.0"
Expand Down

0 comments on commit 6dc84e5

Please sign in to comment.