hMatoba / Piexif

Exif manipulation with pure python script.
MIT License
367 stars 81 forks source link

setup.py misses install_requires dependency on pillow>=4.2.1? #113

Closed hartwork closed 3 years ago

hartwork commented 3 years ago

Hi!

It came to my attention that setup.py does not pull in pillow>=4.2.1 using install_requires for a runtime dependency. Should it be added?

Best, Sebastian

hartwork commented 3 years ago

Re-checked, my bad, closing as invalid, sorry.