fixed missing python-bcrypt

This commit is contained in:
Maxim Devaev 2025-01-28 15:57:48 +02:00
parent 15dbe6265f
commit 06812231c1

View File

@ -53,6 +53,8 @@ depends=(
python-aiofiles python-aiofiles
python-async-lru python-async-lru
python-passlib python-passlib
# python-bcrypt is needed for passlib
python-bcrypt
python-pyotp python-pyotp
python-qrcode python-qrcode
python-periphery python-periphery