forked from platypush/platypush
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:
parent
d80bb9a476
commit
3680a9b1d1
5 changed files with 10 additions and 0 deletions
|
@ -8,7 +8,9 @@ py3-greenlet
|
|||
py3-magic
|
||||
py3-marshmallow
|
||||
py3-mypy-extensions
|
||||
py3-otp
|
||||
py3-psutil
|
||||
py3-qrcode
|
||||
py3-redis
|
||||
py3-requests
|
||||
py3-rsa
|
||||
|
|
|
@ -8,6 +8,8 @@ python-magic
|
|||
python-marshmallow
|
||||
python-pip
|
||||
python-psutil
|
||||
python-pyotp
|
||||
python-qrcode
|
||||
python-redis
|
||||
python-requests
|
||||
python-rsa
|
||||
|
|
|
@ -10,6 +10,8 @@ python3-magic
|
|||
python3-marshmallow
|
||||
python3-mypy-extensions
|
||||
python3-psutil
|
||||
python3-pyotp
|
||||
python3-qrcode
|
||||
python3-redis
|
||||
python3-requests
|
||||
python3-rsa
|
||||
|
|
|
@ -10,6 +10,8 @@ python-magic
|
|||
python-marshmallow
|
||||
python-mypy_extensions
|
||||
python-psutil
|
||||
python-pyotp
|
||||
python-qrcode
|
||||
python-redis
|
||||
python-requests
|
||||
python-rsa
|
||||
|
|
|
@ -9,7 +9,9 @@ flask
|
|||
marshmallow
|
||||
python-dateutil
|
||||
python-magic
|
||||
pyotp
|
||||
pyyaml
|
||||
qrcode
|
||||
redis
|
||||
requests
|
||||
rsa
|
||||
|
|
Loading…
Reference in a new issue