Skip to content

Commit 66637d5

Browse files
author
rllin
authored
Update setup.py
1 parent bc2ce69 commit 66637d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
install_requires=[
1717
"backoff==1.10.0",
1818
"backports-datetime-fromisoformat==1.0.0",
19-
"dataclasses==0.7",
19+
"dataclasses==0.7; python_version < '3.7.0'",
2020
"ndjson==0.3.1",
2121
"requests>=2.22.0",
2222
"google-api-core>=1.22.1",

0 commit comments

Comments
 (0)