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 11PEP: 751
22Title: A file format to list Python dependencies for installation reproducibility
33Author: Brett Cannon <
[email protected] >
4+ Discussions-To: https://discuss.python.org/t/59173
45Status: Draft
56Type: Standards Track
67Topic: Packaging
78Created: 24-Jul-2024
9+ Post-History: `25-Jul-2024  <https://discuss.python.org/t/59173 >`__
810Replaces: 665
911
1012======== 
@@ -92,8 +94,8 @@ Per-file Locking
9294================ 
9395
9496*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
9799single file, each with their own set of files to install. By specifying the
98100exact files to install, installers avoid performing any resolution to decide what
99101to install.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments