From 2016892e648c5bc5674d2b3b910cd9f36988bcff Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Fri, 28 Jun 2024 23:39:38 -0400 Subject: [PATCH] Remove torrequest dep Not sure why it's not in my patch file, but I was removing via sed in my spec instead. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fafa9f85..5674f016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,6 @@ PySocks = "^1.7.0" requests = "^2.22.0" requests-futures = "^1.0.0" stem = "^1.8.0" -torrequest = "^0.1.0" # pandas can likely be bumped up to ^2.0.0 after fc39 EOL pandas = ">=1.0.0,<3.0.0" openpyxl = "^3.0.10"