Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
25.23k stars 775 forks source link

Add `isort` to dev dependencies #4554

Closed TomJGooding closed 2 months ago

TomJGooding commented 4 months ago

Sorry I would do this myself but I'm not yet familiar enough with poetry.

github-actions[bot] commented 4 months ago

We found the following entry in the FAQ which you may find helpful:

Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review.

This is an automated reply, generated by FAQtory

darrenburns commented 2 months ago

Opened a PR for this.

For future reference, to add a development dependency in Poetry you can do:

poetry add --group dev isort
TomJGooding commented 2 months ago

Thanks Darren! I did check the Poetry docs but the large diff to the lock file gave me pause!

github-actions[bot] commented 2 months ago

Don't forget to star the repository!

Follow @textualizeio for Textual updates.