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 8a67b73 commit d86be6cCopy full SHA for d86be6c
samples/snippets/requirements.txt
@@ -1,4 +1,5 @@
1
google-cloud-logging==2.7.0
2
google-cloud-bigquery==2.32.0
3
-google-cloud-storage==2.0.0
+google-cloud-storage==2.0.0; python_version == '3.6'
4
+google-cloud-storage==2.1.0; python_version >= '3.7'
5
google-cloud-pubsub==2.9.0
0 commit comments