From 749d552343a824ce372a6e20941ae66f3623c7b3 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Wed, 2 Sep 2026 19:24:30 -0700 Subject: [PATCH] test: Remove wheel and setuptools from dependencies Removed wheel and setuptools dependencies from the project. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8945b67..252fef1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,12 +22,9 @@ maintainers = [ ] urls = {homepage = "https://contentauthenticity.org", repository = "https://github.com/contentauth/c2pa-python"} dependencies = [ - "wheel>=0.41.2", - "setuptools>=68.0.0", "toml>=0.10.2", "pytest>=7.4.0", "cryptography>=41.0.0", - "requests>=2.0.0" ] [project.scripts]