cover-image

How to install bracket dependencies in poetry

I wanted to use pip extra option to poetry command.

poetry add django-tailwind[reload]
=> Error occurs

Solution

poetry add "django-tailwind[reload]"

https://stackoverflow.com/questions/71386332/how-do-i-specify-extra-bracket-dependencies-in-a-pyproject-toml