Skip to content

Commit

Permalink
[package] drop dependency on "dataclasses" package
Browse files Browse the repository at this point in the history
We only support Python 3.7 and up so it is not needed.
  • Loading branch information
jlaine committed Feb 3, 2022
1 parent 79faf36 commit fa9744f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
install_requires=[
"certifi",
"cryptography >= 3.1, < 4",
'dataclasses; python_version < "3.7"',
"pylsqpack >= 0.3.3, < 0.4.0",
],
)

0 comments on commit fa9744f

Please sign in to comment.