mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[auth] Update OAuth2 Python oauthlib test package for Docker
This commit is contained in:
parent
4ee0249535
commit
bc7bbd95c1
@ -15,4 +15,3 @@
|
||||
###########################################################################
|
||||
|
||||
#pip3 install termcolor
|
||||
pip install psycopg2 numpy nose2 pyyaml mock future termcolor oauthlib
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user