From 0cdc13a340028d15150072842cc77c935f53bcc1 Mon Sep 17 00:00:00 2001
From: dobli <dobler.alex@gmail.com>
Date: Fri, 4 Jan 2019 17:33:43 +0100
Subject: [PATCH] added requirements for pyyaml and PyInquirer

---
 README.md        | 18 ++++++++++++++++++
 requirements.txt |  6 ++++++
 2 files changed, 24 insertions(+)

diff --git a/README.md b/README.md
index ea30de1..bfa7f89 100644
--- a/README.md
+++ b/README.md
@@ -54,3 +54,21 @@ The instances should then be available on the subdomains b1, b2, b3 on each of t
 ## Building Manager Script
 
 To ease initial setup and management the `building_manager.py` is provided. This script adds commands to create and control a multi building setup. To use it you first have to install its requirements by calling `pip install requirements.txt`
+
+### Requirements
+The script has a few requirements for the system and the python environment.
+
+**System:**
+```sh
+docker
+docker-compose
+docker-machine
+python
+```
+
+**Python:**
+```sh
+docker
+PyInquirer
+pyyaml
+```
diff --git a/requirements.txt b/requirements.txt
index b0287d3..1e1c911 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,13 @@ chardet==3.0.4
 docker==3.6.0
 docker-pycreds==0.4.0
 idna==2.7
+prompt-toolkit==1.0.14
+Pygments==2.3.1
+PyInquirer==1.0.3
+PyYAML==3.13
+regex==2018.11.22
 requests==2.20.1
 six==1.11.0
 urllib3==1.24.1
+wcwidth==0.1.7
 websocket-client==0.54.0
-- 
GitLab