drf-extra-fields icon indicating copy to clipboard operation
drf-extra-fields copied to clipboard

`Pillow` should be listed as a dependency

Open beltekylevi opened this issue 1 year ago • 0 comments

When drf-extra-fields is installed with Poetry Pillow is not installed hence you cannot properly use Base64ImageField.

https://github.com/Hipo/drf-extra-fields/blob/3dbb40b5b617926d8a3ab481f6e53cd84a9ff38b/drf_extra_fields/fields.py#L136-L140

Am I doing something wrong or Pillow should be listed in the requirements.txt?

beltekylevi avatar Jul 19 '22 08:07 beltekylevi