Skip to content

Commit

Permalink
drop dataclasses requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
afrubin committed Sep 7, 2020
1 parent a00165a commit edaa94a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -7,9 +7,6 @@
requirements = [
"fqfa>=1.1.0",
]
# require backported dataclasses in Python 3.6
if sys.version_info.major == 3 and sys.version_info.minor == 6:
requirements.append("dataclasses")

setuptools.setup(
name="hgvsp",
Expand Down

0 comments on commit edaa94a

Please sign in to comment.