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

Bugfix/add missing dependency specifications #43

Conversation

trendelkampschroer
Copy link
Contributor

No description provided.

"google-cloud-storage~=1.0"
"google-cloud-storage~=1.0",
"urllib3~=1.25",
"packaging~=20.0"
Copy link
Member

Choose a reason for hiding this comment

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

Why do we require this as an explicit runtime dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Because it is needed during runtime for version checking of the urllib3 dependency. More specifically we use the parse_version function from packaging.

These are the core packaging utilities for python packages and it is maintained by the Python Packaging Authority...

@trendelkampschroer trendelkampschroer merged commit 40c1be0 into Othoz:master Mar 25, 2021
@trendelkampschroer trendelkampschroer deleted the bugfix/add_missing_dependency_specifications branch March 25, 2021 10:49
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.

4 participants