Switched to Gitea PyPi packages
This commit is contained in:
parent
c3dff630cd
commit
3363c0e9de
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user