File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
PEP: 751
2
2
Title: A file format to list Python dependencies for installation reproducibility
3
3
Author: Brett Cannon <
[email protected] >
4
+ Discussions-To: https://discuss.python.org/t/59173
4
5
Status: Draft
5
6
Type: Standards Track
6
7
Topic: Packaging
7
8
Created: 24-Jul-2024
9
+ Post-History: `25-Jul-2024 <https://discuss.python.org/t/59173 >`__
8
10
Replaces: 665
9
11
10
12
========
@@ -92,8 +94,8 @@ Per-file Locking
92
94
================
93
95
94
96
*Per-file locking * operates under the premise that one wants to install exactly
95
- the same files in any matching environment. As such, the lock file specifies the
96
- with the files to install. There can be multiple environments specified in a
97
+ the same files in any matching environment. As such, the lock file specifies
98
+ what files to install. There can be multiple environments specified in a
97
99
single file, each with their own set of files to install. By specifying the
98
100
exact files to install, installers avoid performing any resolution to decide what
99
101
to install.
You can’t perform that action at this time.
0 commit comments