diff --git a/requirements.txt b/requirements.txt index 85765b6..78194e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,17 @@ webassets>=0.9 python-dateutil>=2.2 simplejson>=3.4 backlash>=0.0.5 + +# ipython deps +decorator==4.0.11 +ipython==6.0.0 +ipython-genutils==0.2.0 +jedi==0.10.2 +pexpect==4.2.1 +pickleshare==0.7.4 +prompt-toolkit==1.0.14 +ptyprocess==0.5.1 +Pygments==2.2.0 +simplegeneric==0.8.1 +traitlets==4.3.2 +wcwidth==0.1.7 diff --git a/setup.py b/setup.py index c22ce1a..ce748d5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,20 @@ "docopt>=0.6", "Jinja2>=2.7", "PyYAML>=3.10", - "python-dateutil>=2.2"] + "python-dateutil>=2.2", + # IPython dependencies: + "decorator==4.0.11", + "ipython==6.0.0", + "ipython-genutils==0.2.0", + "jedi==0.10.2", + "pexpect==4.2.1", + "pickleshare==0.7.4", + "prompt-toolkit==1.0.14", + "ptyprocess==0.5.1", + "Pygments==2.2.0", + "simplegeneric==0.8.1", + "traitlets==4.3.2", + "wcwidth==0.1.7"] speedup_requires = ["hiredis>=0.1.0", "simplejson>=3.4"]