Hi! Wondering, why httpie has a runtime dependency on setuptools?
From what I can tell from search https://github.com/search?q=repo%3Ahttpie%2Fcli%20setuptools&type=code, the only place where it's actually used is one test, but then it could be in the dev dependencies section?
Thanks!
Hi! Wondering, why httpie has a runtime dependency on setuptools?
cli/setup.cfg
Line 57 in 5b604c3
From what I can tell from search https://github.com/search?q=repo%3Ahttpie%2Fcli%20setuptools&type=code, the only place where it's actually used is one test, but then it could be in the
devdependencies section?Thanks!