mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
d1cdb2878a
Doing `pipenv uninstall -d <package>` does not remove the file from the Pipfile. There was a flag preventing from doing so in `cli.uninstall` Closes #575