Skip to content

Commit

Permalink
update README to reflect requests upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
originell committed Aug 12, 2013
1 parent d3e2907 commit ccb458d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.rst
Expand Up @@ -75,9 +75,12 @@ The same parameters apply to the ``spotlight.candidates`` function.

The following exceptions can occur:

* ``ValueError`` when:

- the JSON response could not be decoded.

* ``SpotlightException`` when:

- the response from spotlight did not contain any valid JSON.
- the JSON response did not contain any needed fields or was not formed as
excepted.
- You forgot to explicitly specify a protocol (http/https) in the API URL.
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,2 +1,2 @@
# Testing also requires nose==1.2.1
requests==0.14.1
# Testing also requires nose>=1.2.1
requests==1.2.3

0 comments on commit ccb458d

Please sign in to comment.