mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
8c8d3d1f8e
* Split apart core using pycharm refactor move methods. * move init to remove cicular import. * Fix imports. * Check in concept for pipenv upgrade command * Fix upgrade command expectation on how it updates the lockfile. * Actually write the result to the Pipfile, and fix secondary bug with items not being written to the Pipfile. * Fix issue where package being upgraded already exists. * Add news fragment. * Integrate upgrade with a refactor of update. * Handle cases where there is nothing to upgrade. * Add lock-only option.