Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependencies already installed by azure-cli #1108

Closed
fengzhou-msft opened this issue Mar 1, 2021 · 1 comment · Fixed by #1154
Closed

Remove dependencies already installed by azure-cli #1108

fengzhou-msft opened this issue Mar 1, 2021 · 1 comment · Fixed by #1154
Assignees

Comments

@fengzhou-msft
Copy link
Member

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.

@roshan-sy
Copy link
Contributor

Done
Removed the stated dependency from the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants