diff --git a/requirements.txt b/requirements.txt index a6a34193..ce256d16 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ pip setuptools -ipython six nose ipdb diff --git a/setup.py b/setup.py index 589f6978..1ca562ea 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ setup( install_requires=[ 'pip', 'setuptools', - 'ipython', 'six', 'nose', 'ipdb',