aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_orchestrator/requirements.txt
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-10-29 21:02:25 +0100
committerThomas Duval <thomas.duval@orange.com>2017-10-29 21:02:25 +0100
commit0e46fc8f2c6a42c144f05c4e2a416fd2fb8339e1 (patch)
tree87e26e65513f417f578cd56a08763897f3af0e36 /moonv4/moon_orchestrator/requirements.txt
parent1bee8fef0c764cda4e547d11bd3567e5ac8820a7 (diff)
Update Orchestrator to use Kubernetes
Change-Id: Ib1f1fb54544e4ac985ef2063ff8114d804e83d0e
Diffstat (limited to 'moonv4/moon_orchestrator/requirements.txt')
-rw-r--r--moonv4/moon_orchestrator/requirements.txt15
1 files changed, 5 insertions, 10 deletions
diff --git a/moonv4/moon_orchestrator/requirements.txt b/moonv4/moon_orchestrator/requirements.txt
index c7653278..29885a49 100644
--- a/moonv4/moon_orchestrator/requirements.txt
+++ b/moonv4/moon_orchestrator/requirements.txt
@@ -1,12 +1,7 @@
-docker-py
-kombu !=4.0.1,!=4.0.0
-oslo.messaging !=5.14.0,!=5.13.0
-oslo.config
-oslo.log
-vine
-jinja2
-sqlalchemy
-pymysql
+flask
+flask_restful
+flask_cors
werkzeug
moon_utilities
-moon_db \ No newline at end of file
+moon_db
+kubernetes \ No newline at end of file