Skip to content

Commit

Permalink
FIX: install dataclasses in Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 3, 2023
1 parent 55261c8 commit 703db48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ setup_requires =
setuptools_scm
install_requires =
attrs >=20.1.0 # https://www.attrs.org/en/stable/changelog.html#id82
dataclasses; python_version<="3.7.0"
html2text
ini2toml
nbformat
Expand Down

0 comments on commit 703db48

Please sign in to comment.