From 9f80dadeba3788409ee97abf2897f278f6b328a1 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 11 Aug 2025 07:52:49 +0200 Subject: [PATCH] added debian trixie --- .DEBIAN/requirements-trixie-13.txt | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 .DEBIAN/requirements-trixie-13.txt diff --git a/.DEBIAN/requirements-trixie-13.txt b/.DEBIAN/requirements-trixie-13.txt new file mode 100644 index 0000000..4981664 --- /dev/null +++ b/.DEBIAN/requirements-trixie-13.txt @@ -0,0 +1,11 @@ +# https://packages.debian.org/hu/ +fastapi==0.115.11 +uvicorn[standard]==0.32.0 +pyjwt==2.10.1 +cryptography==43.0.0 +python-dateutil==2.9.0 +sqlalchemy==2.0.40 +markdown==3.7 +python-dotenv==1.0.1 +jinja2==3.1.6 +httpx==0.28.1 diff --git a/README.md b/README.md index fef06c7..b906391 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Packages are available here: Successful tested with (**LTS Version**): +- **Debian 13 (Trixie)** (EOL: June 30, 2028) - **Debian 12 (Bookworm)** (EOL: June 06, 2026) - *Ubuntu 22.10 (Kinetic Kudu)* (EOL: July 20, 2023) - *Ubuntu 23.04 (Lunar Lobster)* (EOL: January 2024)