Skip to content
Merged
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
6 changes: 3 additions & 3 deletions functions/ocr/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-pubsub==0.35.4
google-cloud-storage==1.10.0
google-cloud-pubsub==0.38.0
google-cloud-storage==1.12.0
google-cloud-translate==1.3.1
google-cloud-vision==0.32.0
google-cloud-vision==0.34.0
Binary file modified testing/secrets.tar.enc
Binary file not shown.
1 change: 1 addition & 0 deletions testing/test-env.tmpl.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Environment variables for system tests.
export GCLOUD_PROJECT=your-project-id
export GCP_PROJECT=$GCLOUD_PROJECT
export GOOGLE_CLOUD_PROJECT=$GCLOUD_PROJECT
export FIRESTORE_PROJECT=

Expand Down