koendewit / django-client-side-image-cropping

Widget for the Django ImageField that provides an interface for cropping the image client-side to a specific size.
BSD 3-Clause "New" or "Revised" License
17 stars 11 forks source link

unneeded packages? #4

Closed barclaey closed 3 years ago

barclaey commented 4 years ago

What is it with all these packages being installed, it seems unnecessary:

Installing collected packages: pyasn1, rsa, cachetools, pyasn1-modules, google-auth, protobuf, googleapis-common-protos, google-api-core, google-cloud-core, pycparser, cffi, google-crc32c, google-resumable-media, google-cloud-storage, django-client-side-image-cropping
  Running setup.py install for django-client-side-image-cropping ... done

I like the work you did integrating with the admin interface. Why not joining forces with: https://github.com/dima-kov/django-croppie

That would be the best of both worlds!

Anyhow keep up the good work!

tw0shoes commented 3 years ago

Also here to ask about the weird unnecessary packages? Why is google-cloud-storage required?

koendewit commented 3 years ago

You are right, google-cloud-storage isn't necessary. Removed it in 7124f75cfa41df0cd0933396c5dd1991f7a365a0.