File tree Expand file tree Collapse file tree
firebase/firenotes/backend
bigquery/datalab-migration
iot/api-client/gcs_file_to_device
language/snippets/classify_text Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Flask==2.0.3; python_version < '3.7'
33gunicorn == 20.1.0
44imageio == 2.14.0
55numpy == 1.22.0 ; python_version > "3.7"
6- numpy === 1.21.4 ; python_version < = "3.7"
6+ numpy == 1.21.4 ; python_version < = "3.7"
77pillow == 9.2.0
88scipy == 1.8.0 ; python_version > "3.7"
99scipy == 1.7.3 ; python_version < = "3.7"
Original file line number Diff line number Diff line change 1- Flask === 1.1.4 ; python_version < '3.0'
2- Flask === 2.1.0 ; python_version > '3.0'
3- pyjwt === 1.7.1 ; python_version < '3.0'
1+ Flask == 1.1.4 ; python_version < '3.0'
2+ Flask == 2.1.0 ; python_version > '3.0'
3+ pyjwt == 1.7.1 ; python_version < '3.0'
44flask-cors == 3.0.10
5- google-auth === 2.6.2 ; python_version < '3.0'
6- google-auth === 2.6.2 ; python_version > '3.0'
5+ google-auth == 2.6.2 ; python_version < '3.0'
6+ google-auth == 2.6.2 ; python_version > '3.0'
77requests == 2.27.1
88requests-toolbelt == 0.10.0
Original file line number Diff line number Diff line change 11Flask == 1.1.4 ; python_version < '3.0'
22Flask == 2.1.0 ; python_version > '3.0'
33google-cloud-datastore == 2.7.1 ; python_version >= "3.0"
4- google-cloud-datastore === 1.15.5 ; python_version < "3.0"
4+ google-cloud-datastore == 1.15.5 ; python_version < "3.0"
55google-cloud-tasks == 2.7.1 ; python_version >= "3.0"
66google-cloud-tasks == 1.5.2 ; python_version < "3.0"
Original file line number Diff line number Diff line change 11Flask == 1.1.4 ; python_version < '3.0'
22Flask == 2.1.0 ; python_version > '3.0'
33google-cloud-datastore == 2.7.1 ; python_version >= "3.0"
4- google-cloud-datastore === 1.15.5 ; python_version < "3.0"
4+ google-cloud-datastore == 1.15.5 ; python_version < "3.0"
55google-cloud-pubsub == 2.9.0 ; python_version >= "3.0"
66# 1.7.0 is the latest compatible version for Python 2.
77google-cloud-pubsub == 1.7.2 ; python_version < "3.0"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ grpcio==1.47.0
22google-cloud-bigquery [pandas,pyarrow ]== 2.34.4
33# datalab has outdated dependencies that require google-api-core < 2
44# The last version of google-cloud-bigquery-storage that supports google-api-core 1.x is 2.13.2
5- google-cloud-bigquery-storage === 2.13.2
5+ google-cloud-bigquery-storage == 2.13.2
66datalab == 1.2.1
77ipython == 8.0.1
88pyarrow == 6.0.1
Original file line number Diff line number Diff line change 1- backoff=== 1.11.1; python_version < "3.7"
2- backoff=== 2.0.0; python_version >= "3.7"
1+ backoff==1.11.1; python_version < "3.7"
2+ backoff==2.0.0; python_version >= "3.7"
33pytest==7.0.1
44mock==4.0.3
55google-cloud-iam==2.10.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ google-auth==2.6.2
33google-auth-httplib2 == 0.1.0
44google-cloud-iot == 2.5.1
55google-cloud-pubsub == 2.9.0
6- google-cloud-storage === 2.0.0 ; python_version < '3.7'
6+ google-cloud-storage == 2.0.0 ; python_version < '3.7'
77google-cloud-storage == 2.1.0 ; python_version > '3.6'
88cryptography == 38.0.3
99paho-mqtt == 1.6.1
Original file line number Diff line number Diff line change 11google-cloud-language == 2.6.1
22numpy == 1.23.4 ; python_version > '3.7'
3- numpy === 1.21.4 ; python_version == '3.7'
3+ numpy == 1.21.4 ; python_version == '3.7'
You can’t perform that action at this time.
0 commit comments