summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTzu-ping Chung <uranusjr@gmail.com>2020-03-12 22:27:28 +0800
committerTzu-ping Chung <uranusjr@gmail.com>2020-03-12 22:37:30 +0800
commit36065cf2e0edd9ae1b035be1dcae7e77e0984478 (patch)
treee8cb4ce2ac4c62370874f031920e9211efa0e6bb /pyproject.toml
parent4f6bef6eb4e0eda92823c9b96412e01bf9fc60ca (diff)
downloadpip-36065cf2e0edd9ae1b035be1dcae7e77e0984478.tar.gz
Vendor ResolveLib from Git
We are vendoring from the Git source for now, so the bug fix turnover can be quicker if there's anything wrong in the resolution logic. HEAD up-to-date as of 2020-03-12.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 01fae7015..b45b52707 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,4 +56,5 @@ msgpack-python = "msgpack"
[tool.vendoring.license.fallback-urls]
pytoml = "https://github.com/avakar/pytoml/raw/master/LICENSE"
+resolvelib = "https://github.com/sarugaku/resolvelib/raw/master/LICENSE"
webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE"