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 56b7d98 commit 48d6810Copy full SHA for 48d6810
samples/snippets/requirements.txt
@@ -1,6 +1,7 @@
1
google-cloud-pubsub==1.0.0
2
google-cloud-containeranalysis==0.3.0
3
grafeas==0.1.0
4
-pytest==5.1.3
+pytest==5.3.0; python_version > "3.0"
5
+pytest==4.6.6; python_version < "3.0"
6
flaky==3.6.1
7
mock==3.0.5
0 commit comments