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 49cdc1d commit 286347eCopy full SHA for 286347e
setup.py
@@ -30,7 +30,8 @@
30
release_status = "Development Status :: 5 - Production/Stable"
31
dependencies = [
32
"googleapis-common-protos >= 1.6.0, < 2.0dev",
33
- "protobuf >= 3.12.0, < 3.18.0",
+ 'protobuf >= 3.12.0, < 3.18.0; python_version < "3"',
34
+ 'protobuf >= 3.12.0; python_version > "3"',
35
"google-auth >= 1.25.0, < 2.0dev",
36
"requests >= 2.18.0, < 3.0.0dev",
37
"setuptools >= 40.3.0",
0 commit comments