From c4dc7195bbb46fa46d838686c11d212f2b21fd61 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 2 Jul 2023 02:00:08 -0700 Subject: [PATCH] hotfix: remove rpm from dep list --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c310815..6319dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ maintainers = [ requires-python = ">=3.6" dependencies = [ - "rpm >= 4.16.1", "GitPython >= 3.1.30", "lxml >= 4.6.5", "file-magic >= 0.4.0"