emacs-ipython-notebook/lisp/ein-pkg.el
John Miller b52ccbd46d Version bump, integrate docs into Cask, new doc theme.
Using alabaster for the documentation theme. Building documentation now relies
on having cask present, which does a better job of tracking dependencies than
the old way.
2017-01-17 06:55:44 -06:00

6 lines
127 B
EmacsLisp

(define-package "ein"
"0.12.1"
"Emacs IPython Notebook"
'((websocket "1.5")
(request "0.2")
(cl-generic "0.2")))