mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
054df4dfe3
I generated this patch with: ``` $ pip install -t . tomlkit==0.12.3 --upgrade $ rm -rf tomlkit-0.12.3.dist-info ``` from pipenv/vendor folder. Then seearch and replace "from tomlkit" with "from pipenv.vendor.tomlkit", and restore the LICENSE file that got removed for some reason.