Added pyotp and qrcode to core requirements.

A 2FA should be encouraged, thus it makes sense for its dependencies to
be installed by default.
This commit is contained in:
Fabio Manganiello 2024-11-10 14:16:04 +01:00
parent d80bb9a476
commit 3680a9b1d1
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
5 changed files with 10 additions and 0 deletions

View file

@ -8,7 +8,9 @@ py3-greenlet
py3-magic py3-magic
py3-marshmallow py3-marshmallow
py3-mypy-extensions py3-mypy-extensions
py3-otp
py3-psutil py3-psutil
py3-qrcode
py3-redis py3-redis
py3-requests py3-requests
py3-rsa py3-rsa

View file

@ -8,6 +8,8 @@ python-magic
python-marshmallow python-marshmallow
python-pip python-pip
python-psutil python-psutil
python-pyotp
python-qrcode
python-redis python-redis
python-requests python-requests
python-rsa python-rsa

View file

@ -10,6 +10,8 @@ python3-magic
python3-marshmallow python3-marshmallow
python3-mypy-extensions python3-mypy-extensions
python3-psutil python3-psutil
python3-pyotp
python3-qrcode
python3-redis python3-redis
python3-requests python3-requests
python3-rsa python3-rsa

View file

@ -10,6 +10,8 @@ python-magic
python-marshmallow python-marshmallow
python-mypy_extensions python-mypy_extensions
python-psutil python-psutil
python-pyotp
python-qrcode
python-redis python-redis
python-requests python-requests
python-rsa python-rsa

View file

@ -9,7 +9,9 @@ flask
marshmallow marshmallow
python-dateutil python-dateutil
python-magic python-magic
pyotp
pyyaml pyyaml
qrcode
redis redis
requests requests
rsa rsa