Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cbasolutions opened this issue Jul 3, 2022 · 1 comment

Comments

@cbasolutions
Copy link

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

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

@dlenski
Copy link
Owner

dlenski commented Jul 9, 2022

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

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

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants