mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
7 lines
210 B
EmacsLisp
7 lines
210 B
EmacsLisp
(define-package "ein"
|
|
"0.2.0alpha0"
|
|
"Emacs IPython Notebook"
|
|
'((websocket "0.9")
|
|
(request "0.2")
|
|
;; `auto-complete' is not really a dependency, but who use EIN w/o AC?
|
|
(auto-complete "1.4")))
|