Closed CuriousLearner closed 1 year ago
Why was this change necessary?
The --dev option in poetry export command is deprecated. A warning is presented while using this option.
--dev
poetry export
How does it address the problem?
It updates the poetry export command to use the newer --with option.
--with
Are there any side effects?
None.
Thanks! 🎉
The
--dev
option inpoetry export
command is deprecated. A warning is presented while using this option.It updates the
poetry export
command to use the newer--with
option.None.