jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
364 stars 58 forks source link

Remove setuptools install_requires entry #167

Closed johnthagen closed 3 years ago

johnthagen commented 3 years ago

https://github.com/jazzband/django-downloadview/blob/9f42e6598618e10ad0f452fb91d7650373da8d7b/setup.py#L56

Is setuptools really a dependency of this project? It's usually best practice to only require setuptools for building the package, but not require it for installing.