Skip to content

Commit

Permalink
Add dataclasses dep for py<=3.6 (Closes inducergh-480)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 1, 2021
1 parent 3593324 commit b86b291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
],
test_requires=[
"pytest>=2",
"dataclasses>=0.7;python_version<='3.6'"
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit b86b291

Please sign in to comment.