- Development environment fixes & improvements.
- Since `Python 3.6` support is ended, the codebase is refactored/modernized for `Python 3.7`.
- `WebP` is added to default `ALLOWED_TYPES` of the `Base64ImageField`.
- Deprecated `imghdr` library is replaced with `filetype`.
- Unintended `Pillow` dependency is removed.