[build-system] requires = ['poetry-core>=1.0.0'] build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'devine' version = '2.2.0' description = 'Open-Source Movie, TV, and Music Downloading Solution' license = 'GPL-3.0-only' authors = ['rlaphoenix '] readme = 'README.md' homepage = 'https://github.com/devine-dl/devine' repository = 'https://github.com/devine-dl/devine' keywords = ['widevine', 'drm', 'downloader'] classifiers = [ 'Development Status :: 4 - Beta', 'Environment :: Console', 'Intended Audience :: End Users/Desktop', 'Natural Language :: English', 'Operating System :: OS Independent', 'Topic :: Multimedia :: Video', 'Topic :: Security :: Cryptography', ] [tool.poetry.dependencies] python = ">=3.9.0,<3.12" appdirs = "^1.4.4" Brotli = "^1.0.9" click = "^8.1.4" construct = "^2.8.8" crccheck = "^1.3.0" jsonpickle = "^3.0.1" langcodes = { extras = ["data"], version = "^3.3.0" } lxml = "^4.9.3" pproxy = "^2.7.8" protobuf = "4.21.6" pycaption = "^2.1.1" pycryptodomex = "^3.18.0" pyjwt = "^2.7.0" pymediainfo = "^6.0.1" pymp4 = "^1.4.0" pymysql = "^1.1.0" pywidevine = { extras = ["serve"], version = "^1.6.0" } PyYAML = "^6.0" requests = { extras = ["socks"], version = "^2.31.0" } rich = "^13.4.2" "rlaphoenix.m3u8" = "^3.4.0" "ruamel.yaml" = "^0.17.32" sortedcontainers = "^2.4.0" subtitle-filter = "^1.4.6" Unidecode = "^1.3.6" urllib3 = "^2.0.3" [tool.poetry.dev-dependencies] pre-commit = "^3.3.3" mypy = "^1.4.1" mypy-protobuf = "^3.3.0" types-protobuf = "^3.19.22" types-PyMySQL = "^1.1.0.0" types-requests = "^2.31.0.1" isort = "^5.12.0" [tool.poetry.scripts] devine = 'devine.core.__main__:main' [tool.isort] line_length = 120 [tool.mypy] exclude = '_pb2\.pyi?$' check_untyped_defs = true disallow_incomplete_defs = true disallow_untyped_defs = true follow_imports = 'silent' ignore_missing_imports = true no_implicit_optional = true