Skip to content

Remove dependencies already installed by azure-cli #1108

@fengzhou-msft

Description

@fengzhou-msft

There are 3 required dependencies in setup.py now:

REQUIRES = [
'distro==1.3.0',
'python-dateutil==2.7.3',
'msrest>=0.6.0,<0.7.0'
]

python-dateutil and msrest are also required dependencies by azure-cli (check the requirements file). They should be removed as they will slow down the installation of the azure-devops extension and they will not be used after installed in the extension directory since modules of the same name installed by azure-cli have higher priority when loaded by python.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions