From c2100c0a4e068aedcae24945cd0cb23cd80a795b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 17 Dec 2012 08:39:13 -0500 Subject: [PATCH] requirements.txt --- HISTORY.rst | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d2785aa..2b0380f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) diff --git a/Makefile b/Makefile index 1496c8a..6bc0ca6 100644 --- 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 -- 2.7.4