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

Add pip requirements to fix TLS validation issues. #86

Merged
merged 1 commit into from
Feb 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pbr>=1.8
netaddr>=0.7.18
requests>=2.9.1
requests
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you explain the rationale behind changing version requirements of "requests"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have to admit I'm not a Python developer so I tried to Google my way out of this issue. In between experiments, I was suggested to updated requests. Perhaps it was because it would require a newer version or urllib3 or because it already included a fix that urllib3 didn't had at the time of the writing of said suggestion.

All I can say, is that it works now!

urllib3
ipaddress
ovs>=2.6.0
six
eventlet
Expand Down