From 8d75e3ef8dd95929a4c9e89f9174bc4919cef30a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Wed, 19 Jul 2017 21:46:02 -0400 Subject: [PATCH] Update requirements list --- INSTALL | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index d28fc6fcd..c89eed225 100644 --- a/INSTALL +++ b/INSTALL @@ -24,6 +24,7 @@ python3-augeas \ python3-bootstrapform \ python3-cherrypy3 \ + python3-configobj \ python3-coverage \ python3-django \ python3-django-stronghold \ diff --git a/requirements.txt b/requirements.txt index 2e39357e2..482d7c06b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ cherrypy >= 3.0 +configobj coverage >= 3.7 django >= 1.10.0 django-stronghold @@ -6,4 +7,3 @@ psutil python-apt python-augeas ruamel.yaml -configobj