We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2ce69 commit 66637d5Copy full SHA for 66637d5
setup.py
@@ -16,7 +16,7 @@
16
install_requires=[
17
"backoff==1.10.0",
18
"backports-datetime-fromisoformat==1.0.0",
19
- "dataclasses==0.7",
+ "dataclasses==0.7; python_version < '3.7.0'",
20
"ndjson==0.3.1",
21
"requests>=2.22.0",
22
"google-api-core>=1.22.1",
0 commit comments