This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 99e83f4  Added docs dependencies needed for auto-documenting ATC 
Python modules
99e83f4 is described below

commit 99e83f4bf9bc5f750e59a80c55d80579ce2690f2
Author: ocket8888 <[email protected]>
AuthorDate: Thu Feb 28 17:06:47 2019 -0700

    Added docs dependencies needed for auto-documenting ATC Python modules
---
 docs/source/requirements.txt                | 4 ++++
 infrastructure/docker/build/Dockerfile-docs | 1 +
 2 files changed, 5 insertions(+)

diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt
index c65f716..d535e38 100644
--- a/docs/source/requirements.txt
+++ b/docs/source/requirements.txt
@@ -16,3 +16,7 @@ Sphinx>=1.4.3
 sphinx_rtd_theme>=0.4.0
 sphinx_autodoc_typehints>=1.3.0
 Pygments>=2.3.1
+munch>=2.1.1
+psutil
+future>=0.16.0
+distro
diff --git a/infrastructure/docker/build/Dockerfile-docs 
b/infrastructure/docker/build/Dockerfile-docs
index 0728f43..32f8eb5 100644
--- a/infrastructure/docker/build/Dockerfile-docs
+++ b/infrastructure/docker/build/Dockerfile-docs
@@ -36,6 +36,7 @@ ADD docs/source/requirements.txt /docs.requirements.txt
 RUN    yum -y install \
                python34 \
                python34-pip \
+        python34-psutil \
                make && \
        yum -y clean all && \
        python3 -m pip install --upgrade setuptools && \

Reply via email to