This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch fix-compile-script in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git
commit be4dc8f20cf47ef400942c2b2fc7c9fe65962739 Author: Satya Rohith <[email protected]> AuthorDate: Tue Sep 8 10:24:41 2020 +0530 Install Nimbella SDK. (#1) --- core/python3ActionLoop/requirements.txt | 3 +++ core/python3AiActionLoop/requirements.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/core/python3ActionLoop/requirements.txt b/core/python3ActionLoop/requirements.txt index 313606c..703eb04 100644 --- a/core/python3ActionLoop/requirements.txt +++ b/core/python3ActionLoop/requirements.txt @@ -15,6 +15,9 @@ netifaces == 0.10.9 python-rclone == 0.0.2 google-cloud-storage == 1.28.1 +# Nimbella package +nimbella == 1.0.0 + # Etc pymongo == 3.10.1 redis == 3.4.1 diff --git a/core/python3AiActionLoop/requirements.txt b/core/python3AiActionLoop/requirements.txt index 8608402..d784fd6 100644 --- a/core/python3AiActionLoop/requirements.txt +++ b/core/python3AiActionLoop/requirements.txt @@ -11,6 +11,9 @@ virtualenv == 16.7.9 twisted == 19.10.0 netifaces == 0.10.9 +# Nimbella package +nimbella == 1.0.0 + # package to sync from a variety of cloud blob storage python-rclone == 0.0.2
