emacs.d/elpa/ein-20200328.1608/ein-pkg.el

12 lines
285 B
EmacsLisp
Raw Normal View History

2020-03-28 22:53:25 +01:00
(define-package "ein" "20200328.1608" "Emacs IPython Notebook"
2020-02-03 19:45:34 +01:00
'((emacs "25")
(websocket "20190620.338")
(anaphora "20180618")
(request "20200117.0")
(deferred "0.5")
2020-02-20 17:25:32 +01:00
(polymode "20190714.0")
(dash "2.13.0")))
2020-02-03 19:45:34 +01:00
;; Local Variables:
;; no-byte-compile: t
;; End: