-
Notifications
You must be signed in to change notification settings - Fork 580
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
requirements.txt: Add click 6.6 #1282
Conversation
Thanks for your contribution! Reviewing pull requests take really a lot of time and we're all volunteers. Please make sure you go through the following check list and complete them all before pinging someone for a review.
As you learn things over your Pull Request please help others on the chat and on PRs to get their stuff right as well! |
ack 291871b |
ack 291871b |
Looks good. Should we open a blocked issue to remove it again? |
coala builds are currently failing. This is a hotfix. We should revert this when mozilla/dennis#91 gets resolved or alternatively remove DennisBear. The dennis requirement is indirect while pip picks up this one: Collecting Click>=6.0 (from safety~=0.5.1->coala-bears[alldeps]) This fixes it to 6.6 so everything works temporarily.
ack f0e8955 |
@rultor merge |
coala builds are currently failing. This is a hotfix. We should revert
this when mozilla/dennis#91 gets resolved or
alternatively remove DennisBear.