From 81aabb21ab1e941ee077762d35a070dcb302dfc0 Mon Sep 17 00:00:00 2001 From: kitoy Date: Fri, 9 Jan 2026 19:19:27 +0100 Subject: [PATCH] Add pyotp dependance to installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dd44d9..831c90f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ on pourrait ajoute de la double authentification mais bon ... ### Sur OpenBSD (7.1) Il faut installer FLask et quelques dépendances pkg_add py3-werkzeug py3-jinja2 py3-Pillow py3-wtforms py3-flask-wtf py3-flask \ - py3-bcrypt py3-markdown py3-gevent py3-zopeinterface py3-qrcode + py3-bcrypt py3-markdown py3-gevent py3-zopeinterface py3-qrcode py3-pyotp Il reste malheuresment une dépendances sur flask-bcrypt a installé avec pip: @@ -21,7 +21,7 @@ Il reste malheuresment une dépendances sur flask-bcrypt a installé avec pip: ### Sur Debian apt install python3-flask python3-flask-bcrypt python3-wtforms python3-pil python3-markdown \ - python3-gevent python3-zope.interface python3-qrcode + python3-gevent python3-zope.interface python3-qrcode python3-pyotp ## Démarrer le programme :