You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There are 3 required dependencies in setup.py now:
azure-devops-cli-extension/azure-devops/setup.py
Lines 20 to 24 in 2bd72a1
python-dateutil
andmsrest
are also required dependencies byazure-cli
(check the requirements file). They should be removed as they will slow down the installation of theazure-devops
extension and they will not be used after installed in the extension directory since modules of the same name installed byazure-cli
have higher priority when loaded by python.The text was updated successfully, but these errors were encountered: