forked from DRMTalks/devine
Update dependencies
This commit is contained in:
parent
1039de021b
commit
a55f4f6ac7
File diff suppressed because it is too large
Load Diff
|
@ -39,39 +39,39 @@ Brotli = "^1.1.0"
|
|||
click = "^8.1.7"
|
||||
construct = "^2.8.8"
|
||||
crccheck = "^1.3.0"
|
||||
jsonpickle = "^3.0.2"
|
||||
jsonpickle = "^3.0.3"
|
||||
langcodes = { extras = ["data"], version = "^3.3.0" }
|
||||
lxml = "^4.9.3"
|
||||
pproxy = "^2.7.8"
|
||||
protobuf = "^4.24.4"
|
||||
pycaption = "^2.2.0"
|
||||
pycryptodomex = "^3.19.0"
|
||||
lxml = "^5.1.0"
|
||||
pproxy = "^2.7.9"
|
||||
protobuf = "^4.25.3"
|
||||
pycaption = "^2.2.4"
|
||||
pycryptodomex = "^3.20.0"
|
||||
pyjwt = "^2.8.0"
|
||||
pymediainfo = "^6.1.0"
|
||||
pymp4 = "^1.4.0"
|
||||
pymysql = "^1.1.0"
|
||||
pywidevine = { extras = ["serve"], version = "^1.7.0" }
|
||||
pywidevine = { extras = ["serve"], version = "^1.8.0" }
|
||||
PyYAML = "^6.0.1"
|
||||
requests = { extras = ["socks"], version = "^2.31.0" }
|
||||
rich = "^13.7.0"
|
||||
rich = "^13.7.1"
|
||||
"rlaphoenix.m3u8" = "^3.4.0"
|
||||
"ruamel.yaml" = "^0.17.40"
|
||||
"ruamel.yaml" = "^0.18.6"
|
||||
sortedcontainers = "^2.4.0"
|
||||
subtitle-filter = "^1.4.8"
|
||||
Unidecode = "^1.3.7"
|
||||
urllib3 = "^2.1.0"
|
||||
Unidecode = "^1.3.8"
|
||||
urllib3 = "^2.2.1"
|
||||
chardet = "^5.2.0"
|
||||
curl-cffi = "^0.5.10"
|
||||
curl-cffi = "^0.6.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pre-commit = "^3.5.0"
|
||||
mypy = "^1.7.1"
|
||||
pre-commit = "^3.6.2"
|
||||
mypy = "^1.8.0"
|
||||
mypy-protobuf = "^3.5.0"
|
||||
types-protobuf = "^4.24.0.4"
|
||||
types-protobuf = "^4.24.0.20240129"
|
||||
types-PyMySQL = "^1.1.0.1"
|
||||
types-requests = "^2.31.0.10"
|
||||
isort = "^5.12.0"
|
||||
ruff = "~0.1.6"
|
||||
types-requests = "^2.31.0.20240218"
|
||||
isort = "^5.13.2"
|
||||
ruff = "~0.3.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
devine = "devine.core.__main__:main"
|
||||
|
@ -79,6 +79,8 @@ devine = "devine.core.__main__:main"
|
|||
[tool.ruff]
|
||||
force-exclude = true
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["E4", "E7", "E9", "F", "W"]
|
||||
|
||||
[tool.isort]
|
||||
|
|
Loading…
Reference in New Issue