-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Description
There are 3 required dependencies in setup.py now:
azure-devops-cli-extension/azure-devops/setup.py
Lines 20 to 24 in 2bd72a1
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels