diff --git a/pyproject.toml b/pyproject.toml index a93264f..3a61f06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["JuniorJPDJ ", "Kasper Seweryn python = "^3.7" aiohttp = "^3.6" music-service-async-interface = { git = "https://github.com/FUMR/music-service-async-interface.git", rev = "2bc9cd8a1fda0486f325e127e4d7e80a5b0fedcf" } -androguard = { version = "^3.3.5", optional = true } +androguard = { version = "^4.0.0", optional = true } http-seekable-file = { git = "https://github.com/JuniorJPDJ/http-seekable-file.git", tag = "v0.3.0", extras = ["async"], optional = true } [tool.poetry.dev-dependencies]