team-telnyx / telnyx-python

Python SDK for the Telnyx API
MIT License
49 stars 16 forks source link

Consider removing `black` from requirements for end users that use `pip install telnyx`. #88

Open jbwalker26 opened 2 months ago

jbwalker26 commented 2 months ago

I noticed after installing telnyx via pip that black gets installed as well. As far as I know it is just a linter, and has no practical use to the end user (which users may use some other linter or none at all for production code).

If it makes sense, could this be revised so that black is not included (at least for production users). If there is actually some use cases within the main code, then I will not worry about it.

Thank you for your time.