Skip to content

Commit ccb458d

Browse files
committed
update README to reflect requests upgrade.
1 parent d3e2907 commit ccb458d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ The same parameters apply to the ``spotlight.candidates`` function.
7575

7676
The following exceptions can occur:
7777

78+
* ``ValueError`` when:
79+
80+
- the JSON response could not be decoded.
81+
7882
* ``SpotlightException`` when:
7983

80-
- the response from spotlight did not contain any valid JSON.
8184
- the JSON response did not contain any needed fields or was not formed as
8285
excepted.
8386
- You forgot to explicitly specify a protocol (http/https) in the API URL.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Testing also requires nose==1.2.1
2-
requests==0.14.1
1+
# Testing also requires nose>=1.2.1
2+
requests==1.2.3

0 commit comments

Comments
 (0)