challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit c785d91aba07066bfc5cc17ae6da421903b135e5
parent 131c70570dd6f5a2fb83645c54d609319e17f87d
Author: Florian Dold <dold@taler.net>
Date:   Wed,  9 Sep 2026 01:12:51 +0200

challenger CI: remove unused pip dependencies

Diffstat:
Mcontrib/ci/Containerfile | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile @@ -14,7 +14,6 @@ RUN apt-get update -yqq && \ pkg-config \ libtool \ make \ - python3-pip \ python3-sphinx \ python3-sphinx-rtd-theme \ texinfo \ @@ -39,8 +38,6 @@ RUN apt-get install -yqq \ devscripts \ git-buildpackage -RUN pip3 install --break-system-packages requests click poetry uwsgi htmlark - # Install docs generation utils RUN apt-get update -yqq && \ apt-get install -yqq \