From 00f974b3faeb8599f469c7ea21df4dc1b31e0b50 Mon Sep 17 00:00:00 2001 From: Parasitic5283 Date: Tue, 15 Oct 2024 11:20:35 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae4e5cb..502ee32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ Unidecode = "^1.3.8" urllib3 = "^2.2.1" chardet = "^5.2.0" curl-cffi = "^0.7.0b4" -subby = "^0.3.3" +subby = {git = "https://github.com/Parasitic5283/subby.git", rev = "Update-lxml"} # Until https://github.com/vevv/subby/pull/31 is merged [tool.poetry.dev-dependencies] pre-commit = "^3.7.0"