setup.py dependencies are outdated #27435
Labels
Azure CLI Team
The command of the issue is owned by Azure CLI team
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Packaging
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
The dependencies in src/azure-cli/setup.py are outdated and not consistent with those defined everywhere else.
The python package that is built (and gets published on pypi.org) as a result is advertising the wrong requirements, generating the same error that was supposed to be fixed with #20041 (and possibly other issues as well).
Related command
n/a
Errors
error in PyGithub setup command: use_2to3 is invalid.
Issue script & Debug output
n/a
Expected behavior
DEPENDENCIES should contain the same dependencies as the requirements.py3.*.txt files from the same directory.
Environment Summary
n/a
Additional context
No response
The text was updated successfully, but these errors were encountered: