[auth] Update OAuth2 Python oauthlib test package for Docker

This commit is contained in:
Larry Shaffer 2017-10-27 05:08:42 -06:00 committed by Alessandro Pasotti
parent 4ee0249535
commit bc7bbd95c1
2 changed files with 2 additions and 1 deletions

View File

@ -15,4 +15,3 @@
###########################################################################
#pip3 install termcolor
pip install psycopg2 numpy nose2 pyyaml mock future termcolor oauthlib

View File

@ -106,6 +106,8 @@ RUN apt-get update \
future \
termcolor \
owslib \
oauthlib \
&& apt-get autoremove -y python3-pip python2.7 \
&& apt-get clean
RUN echo "alias python=python3" >> ~/.bash_aliases