timueh / py-epc-qr

Create QR codes for wire transfers
MIT License
9 stars 2 forks source link

Consider authorizing a more recent version of Pillow #5

Open arnauldvm opened 3 months ago

arnauldvm commented 3 months ago

The current version specifier ("^9.1.0") for Pillow dependency prevents using the current versions of Pillow (10.x). Though, installing an old version of Pillow can be difficult, because of the binary dependencies (requiring to install binary libraries, like libjpeg-dev and python3.x-dev).

Is the current code of py-epc-qr compatible with Pillow 10.x (in which case you could adapt the version specifier in pyproject.toml)? Does this require more testing? Is there anything in the code that should be changed?

timueh commented 3 months ago

Hi @arnauldvm, thanks for the pointer. Would you mind opening a pull request and then we can test?

Thanks for the pointer anyway!

bee-eater commented 2 months ago

Thanks for your awesome work @timueh Also thanks for bringing up and creating a pull request @arnauldvm Would love to see it updated!

p-krukenfellner commented 1 month ago

Hey everyone!

As far as I can see the issue was addressed and resolved with #6 - would it be possible to create a new release, so the changes are also included in PIP?

Thank you!

timueh commented 1 month ago

Hey @p-krukenfellner, I fully agree.

It's just been soooo long that I've been using python. I'll do my best...

I was actually considering re-writing the code in go. Is anybody interest in helping out?

go ist just so much better suited for clis and alike...