This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
commit 45ceeaca954cf9eb437c937e614e588e98bb0a1f Author: aviemzur <[email protected]> AuthorDate: Thu Mar 12 10:14:38 2020 +0200 Fix requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f22c0a7..e952e4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -docker:4.2.0 -apache-airflow:1.10.9 -docker-pycreds:0.4.0 +docker==4.2.0 +apache-airflow==1.10.9 +docker-pycreds==0.4.0
