From fcced9561ddcd2d317b62aed70960915bf3db357 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 8 Apr 2016 15:33:50 -0700 Subject: [PATCH] provision: Add dependency on ipython. ipython dramatically improves the experience of `manage.py shell`. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1b95fa171ed00..9cfae5fe9a60c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,6 +30,7 @@ html2text==2015.6.6 httplib2==0.9.1 idna==2.0 ipaddress==1.0.7 +ipython==4.1.2 jwt==0.3.2 mandrill==1.0.57 mock==1.0.1