We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19fe3a commit e1720d6Copy full SHA for e1720d6
pyproject.toml
@@ -44,7 +44,7 @@ dev = [
44
"pytest-xdist ~= 3.6.0",
45
"redbaron ~= 0.9.0",
46
"ruff ~= 0.5.0",
47
- "setuptools ~= 70.3.0", # setuptools are used by pytest, but not explicitly required
+ "setuptools ~=74.0.0", # setuptools are used by pytest, but not explicitly required
48
"twine ~= 5.1.0",
49
]
50
@@ -57,7 +57,7 @@ dev = [
57
"Apify Homepage" = "https://apify.com"
58
59
[build-system]
60
-requires = ["setuptools ~= 70.3.0", "wheel"]
+requires = ["setuptools ~=74.0.0", "wheel"]
61
build-backend = "setuptools.build_meta"
62
63
[tool.setuptools.packages.find]
0 commit comments