mirror of
https://git.gay/ready-dl/pyplayready.git
synced 2025-07-23 16:16:43 +00:00
+ Resolved conflicting dependencies by downgrading to construct 2.8.8
This commit is contained in:
parent
27c666915d
commit
887a7cd38f
6 changed files with 18 additions and 12 deletions
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name = "pyplayready"
|
||||
version = "0.3.6"
|
||||
version = "0.3.7"
|
||||
description = "pyplayready CDM (Content Decryption Module) implementation in Python."
|
||||
license = "CC BY-NC-ND 4.0"
|
||||
authors = ["DevLARLEY, Erevoc", "DevataDev"]
|
||||
|
@ -33,7 +33,7 @@ include = [
|
|||
python = ">=3.8,<4.0"
|
||||
requests = "^2.32.3"
|
||||
pycryptodome = "^3.21.0"
|
||||
construct = "^2.10.70"
|
||||
construct = "2.8.8"
|
||||
ECPy = "^1.2.5"
|
||||
click = "^8.1.7"
|
||||
xmltodict = "^0.14.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue