dlenski / python-vipaccess

A free software implementation of Symantec's VIP Access application and protocol
Apache License 2.0
827 stars 83 forks source link

Feature Request - Add qrencode/pillow and automatically generate QR code file #59

Open cbasolutions opened 2 years ago

cbasolutions commented 2 years ago

This package allowed me to generate the code from the CLI using a pure Python solution

https://pypi.org/project/qrcode/

dlenski commented 2 years ago

I actually removed these dependencies way back in 17710cd66b42293e35326d345e4cbc28221d93fc, since PIL/Pillow are rather heavyweight and not needed for a lot of users.

The README already explains how to do this, since 4017c90c30160be6985185e486e980e7e4553dcd.

Could you create a PR to re-add them as optional ("extras") dependencies and to add a vipaccess provision --print-qr option in that case?