Skip to content

Commit 08a43be

Browse files
devdoomaridevdoomari3
authored andcommitted
fix installation fail for python >=3.7 (due to dataclasses)
1 parent 34267ab commit 08a43be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_requires=[
2424
"mypy",
2525
"mypy_extensions",
26-
"dataclasses",
26+
"dataclasses; python_version < '3.7.0'",
2727
"typing_inspect>=0.6.0",
2828
],
2929
)

0 commit comments

Comments
 (0)