Skip to content

Commit f89dbbd

Browse files
committed
make my size
1 parent 0f4de30 commit f89dbbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pip/_internal/models/pylock.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def from_install_requirement(cls, ireq: InstallRequirement, base_dir: Path) -> S
125125
raise NotImplementedError()
126126
package.archive = PackageArchive(
127127
url=download_info.url,
128+
size=link.size,
128129
hashes=download_info.info.hashes,
129130
subdirectory=download_info.subdirectory,
130131
)

0 commit comments

Comments
 (0)