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