Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
elisp dependencies first:

* https://github.com/magnars/dash.el
* Including dash-functional
* https://github.com/magnars/s.el
* https://github.com/rejeep/f.el

Expand Down
3 changes: 1 addition & 2 deletions ob-ipython.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Greg Sexton <[email protected]>
;; Keywords: literate programming, reproducible research
;; Homepage: http://www.gregsexton.org
;; Package-Requires: ((s "1.9.0") (dash "2.10.0") (dash-functional "1.2.0") (f "0.17.2") (emacs "24"))
;; Package-Requires: ((s "1.9.0") (dash "2.18.0") (f "0.17.2") (emacs "24"))

;; The MIT License (MIT)

Expand Down Expand Up @@ -36,7 +36,6 @@
(require 'ob)
(require 'ob-python)
(require 'dash)
(require 'dash-functional)
(require 's)
(require 'f)
(require 'json)
Expand Down