Skip to content

Commit

Permalink
Assure we install dataclasses on py36 (#2982)
Browse files Browse the repository at this point in the history
dataclasses ships only with py37 or newer so we need to install the
backport for older versions.
  • Loading branch information
ssbarnea authored Nov 18, 2020
1 parent 932257d commit a94af5f
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 @@ -71,6 +71,7 @@ install_requires =
click-completion >= 0.5.1
click-help-colors >= 0.6
cookiecutter >= 1.6.0, != 1.7.1
dataclasses; python_version<"3.7"
enrich >= 1.2.1
Jinja2 >= 2.10.1
packaging
Expand Down

0 comments on commit a94af5f

Please sign in to comment.