mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 03:44:50 +00:00 
			
		
		
		
	deps: Replace my pymp4 fork with official project
This commit is contained in:
		
							parent
							
								
									72281ece1c
								
							
						
					
					
						commit
						320d57eecf
					
				
							
								
								
									
										13
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										13
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							@ -102,22 +102,15 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "pymp4"
 | 
					name = "pymp4"
 | 
				
			||||||
version = "1.3.0"
 | 
					version = "1.2.0"
 | 
				
			||||||
description = "A Python parser for MP4 boxes"
 | 
					description = "A Python parser for MP4 boxes"
 | 
				
			||||||
category = "main"
 | 
					category = "main"
 | 
				
			||||||
optional = false
 | 
					optional = false
 | 
				
			||||||
python-versions = "^2.7 || >=3.3,<4.0"
 | 
					python-versions = "*"
 | 
				
			||||||
develop = false
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
[package.dependencies]
 | 
					[package.dependencies]
 | 
				
			||||||
construct = "2.8.8"
 | 
					construct = "2.8.8"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[package.source]
 | 
					 | 
				
			||||||
type = "git"
 | 
					 | 
				
			||||||
url = "https://github.com/rlaphoenix/pymp4.git"
 | 
					 | 
				
			||||||
reference = "master"
 | 
					 | 
				
			||||||
resolved_reference = "36c7b87a70d163b5e00dc5a7880065bd709b7e1b"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "requests"
 | 
					name = "requests"
 | 
				
			||||||
version = "2.28.1"
 | 
					version = "2.28.1"
 | 
				
			||||||
@ -172,7 +165,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
 | 
				
			|||||||
[metadata]
 | 
					[metadata]
 | 
				
			||||||
lock-version = "1.1"
 | 
					lock-version = "1.1"
 | 
				
			||||||
python-versions = ">=3.7,<3.11"
 | 
					python-versions = ">=3.7,<3.11"
 | 
				
			||||||
content-hash = "07c7b698d472378db36f9ab1e48fdc408f587aaf3d3bf2920a302b6f54278e51"
 | 
					content-hash = "9c6a76629e0f0a4e98b6c47707899519f930debd70312d2e909eb42f94cd212f"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[metadata.files]
 | 
					[metadata.files]
 | 
				
			||||||
certifi = []
 | 
					certifi = []
 | 
				
			||||||
 | 
				
			|||||||
@ -12,7 +12,7 @@ license = "GPL-3.0-only"
 | 
				
			|||||||
[tool.poetry.dependencies]
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
python = ">=3.7,<3.11"
 | 
					python = ">=3.7,<3.11"
 | 
				
			||||||
protobuf = "3.19.3"
 | 
					protobuf = "3.19.3"
 | 
				
			||||||
pymp4 = { git = "https://github.com/rlaphoenix/pymp4.git" }
 | 
					pymp4 = "^1.2.0"
 | 
				
			||||||
pycryptodome = "^3.15.0"
 | 
					pycryptodome = "^3.15.0"
 | 
				
			||||||
click = "^8.1.3"
 | 
					click = "^8.1.3"
 | 
				
			||||||
requests = "^2.28.1"
 | 
					requests = "^2.28.1"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user