Ability to list all requirements of a a pixi project / environment
Problem description
With the new pyproject.toml feature, it can be a bit hard to understand what dependencies are used in which environments / cases.
Maybe having something like pixi list -v which also prints all environment requirements that go into the env could solve this.
Have you tried pixi info ? It may give you what you want I think
It shows the dependencies but not all dependency version specifications.
In https://github.com/Quantco/polarify/pull/63 for example, in the pl020 environment, we have polars = ">=0.14.24,<0.21", polars = ">=0.14.24,<0.21" (pypi), polars = "0.20.*". Would be nice to see these specifications somewhere.
Yea I need this too actually, is it in development? Thank you
Not yet, but feel free to add it!