1--- pyproject.toml.orig 2023-12-30 09:59:44 UTC 2+++ pyproject.toml 3@@ -1,5 +1,5 @@ 4 [build-system] 5-requires = ["setuptools >= 64.0.0", "wheel"] 6+requires = ["setuptools", "wheel"] 7 build-backend = "setuptools.build_meta" 8 9 [tool.black] 10 11