Read airflow connection parameters properly
Read configuration json file properly even if it doesn't define all parameters
Add emit command to workflow_ctl
Add some example commands for emit message & register essence
Make docker-compose configuration files to allow communication between containers
Rework kickstarter as api_client does not work properly
Change-Id: I59d00bfe17027a7ab367e6acde6a9eaaed3b6937
diff --git a/requirements.txt b/requirements.txt
index 0e6a84b..05986fb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
jinja2~=2.10.1
werkzeug~=0.15
-apache-airflow~=1.10.2
+apache-airflow~=1.10.3
multistructlog~=2.1.0
pyfiglet~=0.7
-cord-workflow-controller-client~=0.2.0
+cord-workflow-controller-client~=0.5.0
xossynchronizer~=3.2.6
xosapi~=3.2.6
\ No newline at end of file