Added prototpye of SONATA gatekeeper API. Can already accept uploaded packages and store them.
diff --git a/ansible/install.yml b/ansible/install.yml
index dd6ef4c..cd43336 100755
--- a/ansible/install.yml
+++ b/ansible/install.yml
@@ -41,3 +41,9 @@
 
    - name: install pytest
      pip: name=pytest state=latest
+
+   - name: install Flask
+     pip: name=Flask state=latest
+
+   - name: install flask_restful
+     pip: name=flask_restful state=latest