Oryx
Oryx copied to clipboard
fix: deprecated poetry flag
This issue close #2019
Currently flag --no-dev in poetry is deprecated and the new flag option is --only. this PR change the poetry command to use --only
The "--only" option requires a value.
I suppose you intend --only main
shouldn't this be --without dev as a replacement to --no-dev
@tsukhu Thanks for correcting the code. I have push the changes