We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792e430 commit 1c8a91aCopy full SHA for 1c8a91a
appengine/standard/migration/taskqueue/counter/requirements.txt
@@ -2,5 +2,5 @@ Flask==1.1.4; python_version < '3.0'
2
Flask==2.1.0; python_version > '3.0'
3
google-cloud-datastore==2.7.1; python_version >= "3.0"
4
google-cloud-datastore==1.15.5; python_version < "3.0"
5
-google-cloud-tasks==2.13.1 ; python_version >= "3.0"
6
-google-cloud-tasks==1.5.2 ; python_version < "3.0"
+google-cloud-tasks==2.13.1; python_version >= "3.0"
+google-cloud-tasks==1.5.2; python_version < "3.0"
0 commit comments