Add pyotp dependance to installation

This commit is contained in:
kitoy 2026-01-09 19:19:27 +01:00
parent 7befe1a430
commit 81aabb21ab

View File

@ -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 :