Files
pipenv/news/6029.feature.rst
Matt Davis d78232d917 Smarter uninstall (#6029)
* Initial take at making uninstall like the inverse of upgrade.
* Updates based on testing the uninstall command
* Handle pre flag
* Add news fragment
2024-03-26 21:25:45 -04:00

2 lines
176 B
ReStructuredText

The ``uninstall`` command now does the inverse of ``upgrade`` which means it no longer invokes a full ``lock`` cycle which was problematic for projects with many dependencies.