Skip to content

Commit 5c8a280

Browse files
authored
Merge pull request #20 from jorgesolebur/feature/fixSetupTools
Fix setup tools version to 81
2 parents 03cb8fd + facf808 commit 5c8a280

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ authors = [{name = "Rupesh J"}]
1111
requires-python = ">=3.11"
1212
keywords = ["cumulusci", "salesforce", "azure devops"]
1313
dependencies = [
14-
"cumulusci-plus>=5.0.32",
14+
"cumulusci-plus>=5.0.55",
1515
"azure-devops",
1616
"requests",
1717
"humanfriendly",
1818
"distro",
19-
"packaging>=23.0"
19+
"packaging>=23.0",
20+
"setuptools==81.0.0"
2021
]
2122
# These dependencies are automatically installed when using pip or pipx
2223
# For conflict prevention, see install.py script and INSTALLATION.md

0 commit comments

Comments
 (0)