Browse Source

pyproject.toml: dependencies = ['setuptools ; python_version >= "3.12"']

Christian Clauss 1 year ago
parent
commit
1344ff05c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -27,6 +27,7 @@ requires-python = ">=3.7"
 dependencies = [
     "urllib3>=1.25",
     'typing_extensions;python_version<="3.7"',
+    'setuptools ; python_version >= "3.12"',
 ]
 dynamic = ["version"]