Add dependency on jinja2

This commit is contained in:
2026-01-22 18:18:56 +01:00
parent 9860954cf7
commit 453ef1ba80
3 changed files with 7 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ pip install git+https://git.ccc-rheintal.ch/spacefreak/ddns-service.git
pip install "ddns-service[mysql] @ git+https://git.ccc-rheintal.ch/spacefreak/ddns-service.git"
```
Requires Python 3.11+. Dependencies installed automatically: dnspython, peewee, argon2-cffi (+ pymysql for mysql extra).
Requires Python 3.11+. Dependencies installed automatically: argon2-cffi, dnspython, jinja2, peewee (+ pymysql for mysql extra).
## Service setup