Skip to content

Commit 8b35958

Browse files
committed
Fix vendored calls
1 parent 8b8fdd8 commit 8b35958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pip/_vendor/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def vendored(modulename):
7575
vendored("pep517")
7676
vendored("pkg_resources")
7777
vendored("progress")
78-
vendored("pytoml")
7978
vendored("retrying")
8079
vendored("requests")
8180
vendored("requests.exceptions")
@@ -108,4 +107,7 @@ def vendored(modulename):
108107
vendored("requests.packages.urllib3.util.timeout")
109108
vendored("requests.packages.urllib3.util.url")
110109
vendored("resolvelib")
110+
vendored("toml")
111+
vendored("toml.encoder")
112+
vendored("toml.decoder")
111113
vendored("urllib3")

0 commit comments

Comments
 (0)