mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Remove auto-complete as required dependency.
As the documentation says, auto-complete is optional.
This commit is contained in:
parent
fac3637034
commit
8510111b5d
1 changed files with 2 additions and 3 deletions
|
@ -2,6 +2,5 @@
|
|||
"0.3.0"
|
||||
"Emacs IPython Notebook"
|
||||
'((websocket "1.3")
|
||||
(request "0.2")
|
||||
;; `auto-complete' is not really a dependency, but who use EIN w/o AC?
|
||||
(auto-complete "1.4")))
|
||||
(request "0.2")))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue