Switched to Gitea PyPi packages
This commit is contained in:
parent
c88865e3f5
commit
72013364b6
@ -1,8 +1,5 @@
|
|||||||
# Builder stage
|
# Builder stage
|
||||||
FROM python:3.12-slim AS builder
|
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
|
WORKDIR /install
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --prefix=/install --no-cache-dir -r 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/
|
||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.11.0
|
anyio==4.11.0
|
||||||
certifi==2025.10.5
|
certifi==2025.10.5
|
||||||
@ -6,15 +7,15 @@ click==8.3.0
|
|||||||
fastapi==0.118.2
|
fastapi==0.118.2
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
lib-db-module @ git+https://git.gansejunge.com/notifier/lib-db-module.git@main
|
lib-db-module==0.2.0
|
||||||
lib-secret-manager @ git+https://git.gansejunge.com/notifier/lib-secret-manager.git@main
|
lib-secret-manager==0.2.0
|
||||||
lib-uvicorn-config @ git+https://git.gansejunge.com/notifier/lib-uvicorn-config.git@main
|
lib-uvicorn-config==0.2.0
|
||||||
mysql-connector-python==9.4.0
|
mysql-connector-python==9.4.0
|
||||||
prometheus_client==0.23.1
|
prometheus_client==0.23.1
|
||||||
pydantic==2.12.0
|
pydantic==2.12.0
|
||||||
pydantic_core==2.41.1
|
pydantic_core==2.41.1
|
||||||
python-json-logger==4.0.0
|
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
|
||||||
requests==2.32.5
|
requests==2.32.5
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
starlette==0.48.0
|
starlette==0.48.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user