We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4ee0249 commit bc7bbd9Copy full SHA for bc7bbd9
.ci/travis/linux/before_install.sh
@@ -15,4 +15,3 @@
15
###########################################################################
16
17
#pip3 install termcolor
18
-pip install psycopg2 numpy nose2 pyyaml mock future termcolor oauthlib
.docker/qgis3-build-deps.dockerfile
@@ -106,6 +106,8 @@ RUN apt-get update \
106
future \
107
termcolor \
108
owslib \
109
+ oauthlib \
110
+ && apt-get autoremove -y python3-pip python2.7 \
111
&& apt-get clean
112
113
RUN echo "alias python=python3" >> ~/.bash_aliases
0 commit comments