mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
d78232d917
* Initial take at making uninstall like the inverse of upgrade. * Updates based on testing the uninstall command * Handle pre flag * Add news fragment
2 lines
176 B
ReStructuredText
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.
|