scito / extract_otp_secrets

Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.
https://scito.ch/content/extract-secret-keys-google-authenticator-qr-export
GNU General Public License v3.0
1.16k stars 138 forks source link

Install Pillow on pypy-3.9 and windows-latest fails #29

Open scito opened 1 year ago

scito commented 1 year ago
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.

https://github.com/scito/extract_otp_secret_keys/actions/runs/3726606340/jobs/6320167828#step:4:264

Workaround for ci: exclude pypy-3.9 and windows-latest

https://pillow.readthedocs.io/en/latest/installation.html