I use poetry as a dependency manager and I need to install nltk
dependencies
nltk.download('omw-1.4')
It is possible to add it into pyproject.toml
file?
For now, it's not possible to run custom commands defined in pyproject.toml, it's been discussed for a while now though.
You can however: