From 6582b2a34a52641443da0f0310d598221cc493f9 Mon Sep 17 00:00:00 2001 From: Fry Date: Thu, 16 Jan 2025 11:23:25 +1100 Subject: [PATCH] Add setuptools as a direct dependency --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index d1989e0b..6f61cc4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2165,4 +2165,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "01322dba7efbd1e2982c3290f375d143b4d13e77fb9f0c8a0452282a3c4d9040" +content-hash = "664279bb54c9e6aa83d54796b9d5fd987893a61aa403c9f86b5f349c896535f7" diff --git a/pyproject.toml b/pyproject.toml index ddb57552..71f17104 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,7 @@ types-six = "^1.16.21.9" types-mock = "^5.1.0.1" sphinx-rtd-theme = "^1.2.2" wheel = "^0.41.1" +setuptools = "^75.8.0" [build-system] requires = ["poetry-core"]