tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
1 stars 1 forks source link

removes Pillow dependency, updates Image component #139

Closed mosmuell closed 2 months ago

mosmuell commented 2 months ago

This PR removes the Pillow dependency which was used to get the file format of a picture. As we can do this manually, we can leave out this extra dependency.