jazzband / django-downloadview

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

Remove setuptools from install_require in setup.py #134

Closed FlogFr closed 7 years ago

FlogFr commented 7 years ago

setuptools is considered unsafe to be set in install_require as all the setup requirements for a project (python packaging pip related for instance).

This PR remove it from the install_require. This also avoids some conflicts or warning from other projects.

FlogFr commented 7 years ago

PR ready for review