You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@liminal.apache.org by av...@apache.org on 2021/07/04 07:41:52 UTC

[incubator-liminal] branch master updated: fix local liminal dependency

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

aviemzur pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git


The following commit(s) were added to refs/heads/master by this push:
     new 218436b  fix local liminal dependency
218436b is described below

commit 218436b406bbb5d0e316dcbd841e2894390eeb8a
Author: Lidor Ettinger <li...@gmail.com>
AuthorDate: Sun Jul 4 10:41:42 2021 +0300

    fix local liminal dependency
---
 scripts/requirements-airflow.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/requirements-airflow.txt b/scripts/requirements-airflow.txt
index 5b387b9..7f5c9e8 100644
--- a/scripts/requirements-airflow.txt
+++ b/scripts/requirements-airflow.txt
@@ -21,3 +21,4 @@ pyyaml
 boto3==1.12.10
 botocore==1.15.21
 kubernetes
+flatdict==3.4.0
\ No newline at end of file