Skip to content

Commit

Permalink
[#3] Add IPython dependencies
Browse files Browse the repository at this point in the history
https://github.com/open-craft-guild/blueberrypy

Add IPython dependencies to requirements.txt and setup.py
  • Loading branch information
anxolerd authored and webknjaz committed Jun 28, 2017
1 parent 5281ba8 commit bcd2d60
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
14 changes: 14 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 14 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit bcd2d60

Please sign in to comment.