From 5006002ca6b8c25c7d626f8bacbf3cc2d4641e01 Mon Sep 17 00:00:00 2001 From: Jared Roesch Date: Sun, 28 Oct 2018 18:08:49 -0700 Subject: [PATCH] Add attrs package --- docker/install/ubuntu_install_python_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/install/ubuntu_install_python_package.sh b/docker/install/ubuntu_install_python_package.sh index 505a25d28e3d..bd6e67cc1ed9 100644 --- a/docker/install/ubuntu_install_python_package.sh +++ b/docker/install/ubuntu_install_python_package.sh @@ -1,3 +1,3 @@ # install libraries for python package on ubuntu -pip2 install nose pylint numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime -pip3 install nose pylint numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime +pip2 install nose pylint numpy nose-timer cython decorator scipy tornado typing antlr4-python2-runtime attrs +pip3 install nose pylint numpy nose-timer cython decorator scipy tornado typed_ast pytest mypy orderedset antlr4-python3-runtime attrs