Files
pipenv/pipenv/vendor
Dan Ryan 552d1274ea Merge with updates
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-02-17 13:39:04 -05:00
..
2018-10-07 05:25:58 -04:00
2018-10-30 01:07:20 -04:00
2018-04-22 09:48:34 -04:00
2018-10-10 17:56:57 -04:00
2019-02-17 13:39:04 -05:00
2018-04-22 09:48:34 -04:00
2018-10-07 05:25:58 -04:00
2018-11-14 01:11:59 -05:00
2019-02-17 13:39:04 -05:00
2018-10-30 01:07:02 -04:00
2018-10-07 05:25:58 -04:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2018-04-12 20:47:04 +02:00
2018-06-30 23:14:44 -04:00
2018-04-22 09:48:34 -04:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2018-10-30 01:07:20 -04:00
2018-04-22 09:48:34 -04:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2018-10-07 05:25:58 -04:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2018-04-22 09:48:34 -04:00
2018-10-30 01:07:20 -04:00
2017-03-11 23:40:13 -05:00
2018-04-22 09:48:34 -04:00
2018-08-27 15:59:10 -04:00
2019-02-17 13:39:04 -05:00
2018-04-22 09:48:34 -04:00
2018-04-22 09:48:34 -04:00
2018-04-12 20:47:04 +02:00
2018-04-14 21:54:17 -04:00
2018-04-22 09:48:34 -04:00
2018-10-30 01:07:02 -04:00
2019-02-17 13:39:04 -05:00
2018-06-30 23:14:44 -04:00
2019-02-17 13:39:04 -05:00
2018-07-25 17:04:43 -04:00
2018-08-27 15:59:10 -04:00
2018-04-22 09:48:34 -04:00
2018-08-27 15:59:10 -04:00
2019-02-17 13:39:04 -05:00
2019-02-17 13:39:04 -05:00
2018-10-30 01:07:20 -04:00
2019-02-17 13:39:04 -05:00

Vendored packages

These packages are copied as-is from upstream to reduce Pipenv dependencies. They should always be kept synced with upstream. DO NOT MODIFY DIRECTLY! If you need to patch anything, move the package to patched and generate a patch for it using git diff -p <dependency_root_dir>. This patch belongs in ./pipenv/tasks/vendoring/patches/patched/<packagename.patchdesc>.patch.

To add a vendored dependency or to update a single dependency, use the vendoring scripts:

    pipenv run inv vendoring.update --package="pkgname==versionnum"

This will automatically pin the package in ./pipenv/vendor/vendor.txt or it will update the pin if the package is already present, and it will then update the package and download any necessary licenses (if available). Note that this will not download any dependencies, you must add those each individually.

When updating, ensure that the corresponding LICENSE files are still up-to-date.