updated requets version to something newer that contains the ssl fix #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There's an SSL error in the older version of requests that prevents pyspotlight from being installed..
Collecting requests==1.2.3 (from pyspotlight->xtas)
Downloading requests-1.2.3.tar.gz (348kB)
100% |████████████████████████████████| 358kB 3.5MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-zegFbq/requests/setup.py", line 6, in
import requests
File "/tmp/pip-build-zegFbq/requests/requests/init.py", line 53, in
from requests.packages.urllib3.contrib import pyopenssl
File "/tmp/pip-build-zegFbq/requests/requests/packages/urllib3/contrib/pyopenssl.py", line 42, in
ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD,
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'