From 3363c0e9dee26ae4bbc6a9b1beefaf269a8f34d9 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 8 Nov 2025 12:39:28 +0100 Subject: [PATCH] Switched to Gitea PyPi packages --- Dockerfile | 3 --- requirements.txt | 5 +++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1ddf62..18b81a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ # Builder stage FROM python:3.12-slim AS builder -RUN apt-get update \ - && apt-get install -y --no-install-recommends git build-essential \ - && rm -rf /var/lib/apt/lists/* WORKDIR /install COPY requirements.txt . RUN pip install --prefix=/install --no-cache-dir -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 0896c90..6ec78ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +--extra-index-url https://git.gansejunge.com/api/packages/notifier/pypi/simple/ aio-pika==9.5.7 aiodns==3.5.0 aiohappyeyeballs==2.6.1 @@ -10,7 +11,7 @@ cffi==2.0.0 cryptography==46.0.2 frozenlist==1.8.0 idna==3.11 -lib-secret-manager[encryption] @ git+https://git.gansejunge.com/notifier/lib-secret-manager.git@main +lib-secret-manager[encryption]==0.2.0 multidict==6.7.0 pamqp==3.3.0 prometheus_client==0.23.1 @@ -19,6 +20,6 @@ pycares==4.11.0 pycparser==2.23 PyMySQL==1.1.2 python-json-logger==4.0.0 -simple-logger-handler @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main +simple-logger-handler==0.1.0 typing_extensions==4.15.0 yarl==1.22.0