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

Limit and update required Azure packages #681

Closed
wants to merge 1 commit into from

Conversation

tiloc
Copy link

@tiloc tiloc commented Mar 6, 2019

Limit and update required Azure packages. See issue #680

Limit and update required Azure packages
@dazzag24
Copy link

+1 for this. Requiring the base azure package pulls in far too many azure sub modules that are not needed. This is making our CI tests slower than they need to be.
Thanks

@@ -15,7 +15,7 @@ def read(filename):
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
install_requires=['Django>=1.11'],
extras_require={
'azure': ['azure>=3.0.0', 'azure-storage-blob>=1.3.1'],
'azure': ['azure-common', 'azure-storage-blob>=1.3.1'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

azure-common should be removed. azure-storage-blob already depends on it (so it will install it)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

True

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took this into consideration in #684

@jschneier jschneier closed this Mar 27, 2019
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 this pull request may close these issues.

None yet

5 participants