kuprel/min-dalle

Add missing requirements on pip install

w4ffl35 opened this issue · 2 comments

The following requirements are missing in the official pip installation and must be installed separately

  • PIL
  • numpy
  • requests

maybe these are left out purposely to make the library less opinionated?

i'm not sure what standard practice is for pip (i think you are meant to include all requirements in the installation). if you do choose to leave them out of the installation, i would at least recommend mentioning those requirements in the README

I updated the setup.py file to require these, thanks