8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The boto example indirectly requires docutils, but the docutils-0.15.post1 release appears to have a broken wheel: its dist-info directory omits the post1 suffix which is part of the version identifier.
post1
We simply prohibit this particular release in requirements.txt.
Fixes #205.
Sorry, something went wrong.
Work around breakage in a dep of the examples
62cb185
The boto example indirectly requires docutils, but the docutils-0.15.post1 release appears to have a broken wheel: its dist-info directory omits the `post1` suffix which is part of the version identifier. We simply prohibit this particular release in requirements.txt. Fixes bazel-contrib#205.
9ed93f8
Work around breakage in a dep of the examples (bazel-contrib#206)
cf5438b
c-parsons c-parsons approved these changes
Successfully merging this pull request may close these issues.