We're working on moving most of the implementation into packaging.dependency_groups, and pip install --group is now available.
I think I'd like to wait until packaging.dependency_groups has been out for a while, and then make the following changes:
- depend on
packaging instead of the implementation here
- update the main entry point (which prints groups) and the lint entry point to use the new implementation
- remove the pip wrapper -- people can use newer
pip versions
- release the resulting, smaller, package as 2.0
I think that's all; it looks pretty straightforward to me.
I'm curious if anyone has feedback about this plan.
We're working on moving most of the implementation into
packaging.dependency_groups, andpip install --groupis now available.I think I'd like to wait until
packaging.dependency_groupshas been out for a while, and then make the following changes:packaginginstead of the implementation herepipversionsI think that's all; it looks pretty straightforward to me.
I'm curious if anyone has feedback about this plan.