Levente Bélteky
Levente Bélteky
* django-spa version: 0.3.5 * Django version: 2.1.7 * Python version: 3.7.6 * Operating System: macOS / Ubuntu 18.04 (Heroku-18) ### Description Describe what you were trying to get done....
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`?
Would you be open to adding `simplejson` as an optional extra? This would allow users to install it via `poetry add requests[simplejson]`. Having it as an official extra would make...