We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03cb8fd + facf808 commit 5c8a280Copy full SHA for 5c8a280
1 file changed
pyproject.toml
@@ -11,12 +11,13 @@ authors = [{name = "Rupesh J"}]
11
requires-python = ">=3.11"
12
keywords = ["cumulusci", "salesforce", "azure devops"]
13
dependencies = [
14
- "cumulusci-plus>=5.0.32",
+ "cumulusci-plus>=5.0.55",
15
"azure-devops",
16
"requests",
17
"humanfriendly",
18
"distro",
19
- "packaging>=23.0"
+ "packaging>=23.0",
20
+ "setuptools==81.0.0"
21
]
22
# These dependencies are automatically installed when using pip or pipx
23
# For conflict prevention, see install.py script and INSTALLATION.md
0 commit comments