-
Notifications
You must be signed in to change notification settings - Fork 784
Explicitly adding urllib3[secure] to setup.py to fix issue #620 #667
Conversation
|
I've had multiple people now with that same problem @blakestoddard. I might revert this PR. |
|
@MonkeySecurity please keep in mind to reopen #620 if you revert. You might be able to solve this issue without extra features by adding the following dependencies to requirements.txt: python-requests tries to inject pyopenssl into urllib3 if it's available. |
|
@kpcyrd I think I may update the quickstart guide to have the user install it manually with pip: Do you see any problems with that? |
|
@MonkeySecurity I've applied the following patch to the current develop and now I've tried adding before but that failed as well: I didn't test if the warning actually goes away if you apply the patch from above, it just fixes the install. :) |
|
@kpcyrd - Could you add this to the Dockerfile and test: I want to fix this bug and then push out a point release |
|
^^ worked for me |
|
I updated PR #683 to update the Dockerfile and the quickstart |
|
@MonkeySecurity the build works for me as well. I left a minor comment on the PR. :) |
No description provided.