Skip to content

Commit 88fb399

Browse files
committed
feat: Add qrcode library to requirements
This commit adds the `qrcode` library to the project's `requirements.txt` file. This library is necessary for generating QR codes, which is a new feature implemented in the application.
1 parent 505e1ad commit 88fb399

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ pyotp==1.9.0
33
pyfiglet==1.0.4
44
pyzbar==0.1.9
55
pillow==11.3.0
6-
colorama==0.4.6
6+
colorama==0.4.6
7+
qrcode==8.2

0 commit comments

Comments
 (0)