jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.32k stars 332 forks source link

Should we consider requirement `autopep8` only as development only? #718

Open sshishov opened 2 weeks ago

sshishov commented 2 weeks ago

Currently installing django-silk will install autopep8, which will install other libraries...

In my opinion it is not required for the functionality and therefore should not be required on production like environment (which is our development machine). It is only required for development of this library or for PR creation, no?

In my opinion on end user machine only "required" for functionality libraries should be installed