meeb / django-distill

Minimal configuration static site generator for Django
MIT License
441 stars 35 forks source link

Declare backend dependencies on the setup.py #74

Closed miguelgr closed 1 year ago

miguelgr commented 1 year ago

Declare backend dependencies on the setup.py file instead.

Installing an Amazon S3 backend results in:

pip install django-distill[amazon]

The naming convention follows the company name but could also be [company-product] in case more are supported.

meeb commented 1 year ago

Thanks! Nice addition.