platypush/platypush/plugins/otp/manifest.yaml

16 lines
224 B
YAML
Raw Normal View History

manifest:
events: {}
install:
apk:
- py3-otp
apt:
- python3-pyotp
2023-09-21 23:20:06 +02:00
dnf:
- python-pyotp
pacman:
- python-pyotp
pip:
- pyotp
package: platypush.plugins.otp
type: plugin