From 8aebb14eeafb6198ad088394a2f1d2d62349f21d Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Mon, 10 Dec 2012 17:15:31 -0500 Subject: [PATCH] Adding ipython to requirements We had this before as a python dependency but it was dropped when we switched to virtual environments --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ac50bd1691..513791ecc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,3 +55,4 @@ dogstatsd-python # MySQL-python sphinx Shapely +ipython