From 3583d08e3a4f99dae9eef4192396b39fa28d30a3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 26 May 2024 09:16:45 -0400 Subject: [PATCH] dependencies = ["packaging>=24.0", "setuptools>=69.5.1"]Update pyproject.toml Co-authored-by: Chengzhong Wu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2438b8d..57e8c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ description = "A fork of the GYP build system for use in the Node.js projects" readme = "README.md" license = { file="LICENSE" } requires-python = ">=3.8" -dependencies = ["setuptools>=69.5.1"] +dependencies = ["packaging>=24.0", "setuptools>=69.5.1"] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console",