From 339e37f7e18839c37b07da1ea48d1f7e402d03ca Mon Sep 17 00:00:00 2001 From: ImportTaste <53661808+ImportTaste@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:47:43 -0500 Subject: [PATCH] list setuptools dependency in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 349a3e3..239962b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ requires-python = ">=3.6" dependencies = [ "click>=8.0.3", "pypdf>=3.0.0", + "setuptools>=68.2.2", ] license = { file = "LICENSE" } keywords = [ "pdf", "cli", "pypdf", "click" ]