diff options
author | Maxim Devaev <[email protected]> | 2023-01-22 22:50:06 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-01-22 23:03:23 +0200 |
commit | 2d772cc30e562e40a3d0a91366883c3278df6bb6 (patch) | |
tree | bd563257f835e77dfb454c776cfb52558ebc2afe /testenv/Dockerfile | |
parent | 828778f10afb5d9e3824c72ba559e448e158b4ce (diff) |
TOTP implementation
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 21c3dfa6..c9bb5628 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -43,6 +43,8 @@ RUN pacman --noconfirm --ask=4 -Syy \ python-aiofiles \ python-periphery \ python-passlib \ + python-pyotp \ + python-qrcode \ python-pyserial \ python-setproctitle \ python-psutil \ |