Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions functions/ocr/app/constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Explicitly listing more packages than just the direct script dependencies to
# avoid PIP taking too long while resolving dependencies.
# See https://pip.pypa.io/en/stable/topics/dependency-resolution/#backtracking
google-api-core==2.11.0
google-auth==2.16.2
google-cloud-core==2.3.2
protobuf==4.22.1
2 changes: 1 addition & 1 deletion functions/ocr/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-pubsub==2.15.0
google-cloud-pubsub==2.15.1
google-cloud-storage==2.7.0
google-cloud-translate==3.11.0
google-cloud-vision==3.4.0