Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ authors = [{name = "Rupesh J"}]
requires-python = ">=3.11"
keywords = ["cumulusci", "salesforce", "azure devops"]
dependencies = [
"cumulusci-plus>=5.0.32",
"cumulusci-plus>=5.0.55",
"azure-devops",
"requests",
"humanfriendly",
"distro",
"packaging>=23.0"
"packaging>=23.0",
"setuptools==81.0.0"
]
# These dependencies are automatically installed when using pip or pipx
# For conflict prevention, see install.py script and INSTALLATION.md
Expand Down