Issue
It would be great if poetry would support the "standard" square bracket syntax to specify package extras (i.e. somepackage[someextra]).
I'm aware of the -E option but it's a departure from what other tools are doing and also it's not immediately clear how to specify multiple different extras for multiple packages.
Issue
It would be great if poetry would support the "standard" square bracket syntax to specify package extras (i.e.
somepackage[someextra]).I'm aware of the
-Eoption but it's a departure from what other tools are doing and also it's not immediately clear how to specify multiple different extras for multiple packages.