emacs-ipython-notebook/lisp/ein-pkg.el

11 lines
232 B
EmacsLisp
Raw Normal View History

(define-package "ein"
2020-01-04 11:34:55 -05:00
"0.17.0"
"Emacs IPython Notebook"
'((emacs "25")
(websocket "20190620.338")
2019-11-24 00:17:52 -05:00
(anaphora "20180618")
2020-01-17 14:17:46 -05:00
(request "20200117.0")
(deferred "0.5")
2020-02-19 09:15:16 -05:00
(polymode "20190714.0")
(dash "2.13.0")))