We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e2907 commit ccb458dCopy full SHA for ccb458d
README.rst
@@ -75,9 +75,12 @@ The same parameters apply to the ``spotlight.candidates`` function.
75
76
The following exceptions can occur:
77
78
+* ``ValueError`` when:
79
+
80
+ - the JSON response could not be decoded.
81
82
* ``SpotlightException`` when:
83
- - the response from spotlight did not contain any valid JSON.
84
- the JSON response did not contain any needed fields or was not formed as
85
excepted.
86
- You forgot to explicitly specify a protocol (http/https) in the API URL.
requirements.txt
@@ -1,2 +1,2 @@
1
-# Testing also requires nose==1.2.1
2
-requests==0.14.1
+# Testing also requires nose>=1.2.1
+requests==1.2.3
0 commit comments