requirements.txt
authorKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 13:39:13 +0000 (08:39 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 17 Dec 2012 13:39:13 +0000 (08:39 -0500)
HISTORY.rst
Makefile

index d2785aa..2b0380f 100644 (file)
@@ -10,7 +10,7 @@ History
 - Switch to Apache 2.0 license
 - Connection Adapters
 - Standard library logging
-- Reponse.iter_json
+- Make Reponse.json() callable, not property.
 
 
 0.14.2 (2012-10-27)
index 1496c8a..6bc0ca6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ test:
        py.test
 
 test-deps:
-       pip install py.test
+       pip install -r requirements.txt
 
 six:
        python test_requests.py