Skip to content

Commit

Permalink
add dataclasses to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jun 13, 2021
1 parent 487724a commit 300dfee
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 @@ -9,6 +9,7 @@ license = "GPL-3.0-or-later"
python = "^3.6"
rich = "^10.2.2"
click = "^8.0.1"
dataclasses = {version = "^0.8", python = "~3.6"}

[tool.poetry.dev-dependencies]
black = "^21.5b2"
Expand Down

0 comments on commit 300dfee

Please sign in to comment.