You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/05/04 11:30:44 UTC

[airflow-ci-infra] branch main updated: Update requirements (#18)

This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git


The following commit(s) were added to refs/heads/main by this push:
     new 0772c4a  Update requirements (#18)
0772c4a is described below

commit 0772c4a4204a7d57153e5b20eba9387747afc125
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue May 4 13:30:40 2021 +0200

    Update requirements (#18)
    
    Co-authored-by: Ash Berlin-Taylor <as...@firemirror.com>
---
 lambdas/scale_out_runner/requirements.txt | 1 +
 requirements.txt                          | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/lambdas/scale_out_runner/requirements.txt b/lambdas/scale_out_runner/requirements.txt
index 35f005b..c5402f0 100644
--- a/lambdas/scale_out_runner/requirements.txt
+++ b/lambdas/scale_out_runner/requirements.txt
@@ -16,3 +16,4 @@
 # under the License.
 
 boto3
+chalice
diff --git a/requirements.txt b/requirements.txt
index 95528c3..3199497 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,5 +17,9 @@
 
 boto3
 click~=7.1
-requests
+chalice
 pytest~=6.0
+python-dynamodb-lock-whatnick=~0.9.3
+psutil
+requests
+tenacity~=6.0