mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Sync Pipfile.lock based on latest Pipfile
When running `pipenv install` locally, `pipenv` triggers a warning that the lockfile is out of sync, and starts regenerating the `Pipfile.lock` file. This change syncs these files, and updates dependencies based on a fresh run of `pipenv lock --dev`.
This commit is contained in:
		
				
					committed by
					
						
						Trenton H
					
				
			
			
				
	
			
			
			
						parent
						
							97cf3b2079
						
					
				
				
					commit
					0466f7a18a
				
			
							
								
								
									
										2
									
								
								Pipfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Pipfile
									
									
									
									
									
								
							@@ -65,6 +65,8 @@ zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
 | 
				
			|||||||
scipy = "==1.8.1"
 | 
					scipy = "==1.8.1"
 | 
				
			||||||
# v4 brings in extra dependencies for features not used here
 | 
					# v4 brings in extra dependencies for features not used here
 | 
				
			||||||
reportlab = "==3.6.12"
 | 
					reportlab = "==3.6.12"
 | 
				
			||||||
 | 
					# Pin this until piwheels is building a newer version (see https://www.piwheels.org/project/cryptography/)
 | 
				
			||||||
 | 
					cryptography = "==40.0.1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[dev-packages]
 | 
					[dev-packages]
 | 
				
			||||||
# Linting
 | 
					# Linting
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1093
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1093
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user