Skip to content

Commit

Permalink
chore: add dataclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Aug 13, 2018
1 parent 436f804 commit 1cdd535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"pandas>=0.23.4", "numpy>=1.15.0", "lxml>=4.2.4", "regex>=2018.07.11"
]

if sys.version_info.minor < 7:
REQUIRED.append("dataclasses")

here = os.path.abspath(os.path.dirname(__file__))

try:
Expand Down

0 comments on commit 1cdd535

Please sign in to comment.