Skip to content

Commit

Permalink
[auth] Update OAuth2 Python oauthlib test package for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto authored and elpaso committed Jun 25, 2018
1 parent 4ee0249 commit bc7bbd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/travis/linux/before_install.sh
Expand Up @@ -15,4 +15,3 @@
###########################################################################

#pip3 install termcolor
pip install psycopg2 numpy nose2 pyyaml mock future termcolor oauthlib
2 changes: 2 additions & 0 deletions .docker/qgis3-build-deps.dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit bc7bbd9

Please sign in to comment.