Skip to content

Commit

Permalink
Added pyotp and qrcode to core requirements.
Browse files Browse the repository at this point in the history
A 2FA should be encouraged, thus it makes sense for its dependencies to
be installed by default.
  • Loading branch information
blacklight committed Nov 10, 2024
1 parent d80bb9a commit 3680a9b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platypush/install/requirements/alpine.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions platypush/install/requirements/arch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ python-magic
python-marshmallow
python-pip
python-psutil
python-pyotp
python-qrcode
python-redis
python-requests
python-rsa
Expand Down
2 changes: 2 additions & 0 deletions platypush/install/requirements/debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ python3-magic
python3-marshmallow
python3-mypy-extensions
python3-psutil
python3-pyotp
python3-qrcode
python3-redis
python3-requests
python3-rsa
Expand Down
2 changes: 2 additions & 0 deletions platypush/install/requirements/fedora.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ python-magic
python-marshmallow
python-mypy_extensions
python-psutil
python-pyotp
python-qrcode
python-redis
python-requests
python-rsa
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ flask
marshmallow
python-dateutil
python-magic
pyotp
pyyaml
qrcode
redis
requests
rsa
Expand Down

0 comments on commit 3680a9b

Please sign in to comment.