lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.36k stars 666 forks source link

Broken dependencies on Windows platform #187

Closed aidistan closed 3 years ago

aidistan commented 4 years ago

Thanks for this great package.

I am trying to install qrcode on Windows platform with Python 3.4 which is compatible according to the classifiers. However, colorama which is required on Windows has given up Python 3.4 since v0.4.2.

Could we fix it by specifying a version of colorama ?

maribedran commented 3 years ago

Closing as we dropped Python < 3.6 support.