Revert "ein2 branding, update requirements"

This reverts commit c54b23de35.
This commit is contained in:
John Miller 2014-12-09 10:43:04 -06:00
parent d8e5a3e1bc
commit 7f92352856
2 changed files with 7 additions and 10 deletions

View file

@ -1,6 +1,6 @@
================================================== ==============================================
EIN2 -- Emacs IPython 2.x Notebook |build-status| EIN2 -- Emacs IPython 2.x Notebook |build-status|
================================================== ==============================================
--- or **E**\ IN **I**\ s not only for **N**\ otebooks. --- or **E**\ IN **I**\ s not only for **N**\ otebooks.
@ -107,8 +107,7 @@ Requirements
============ ============
* IPython_ 2.0 or higher. * IPython_ 2.0 or higher.
* Tornado_ 4.0.2 or higher * `websocket.el`_ 0.9
* `websocket.el`_ 1.3. Note that if you are using IPython-dev you should download my fork_ from github which fixes an issue with PING responses.
* `request.el`_ >= 0.2 * `request.el`_ >= 0.2
* (optional) mumamo_ developmental version: * (optional) mumamo_ developmental version:
It will be automatically loaded when it is on the path. It will be automatically loaded when it is on the path.
@ -132,8 +131,6 @@ EIEIO and json.el. EIN is currently tested against Emacs 23.3 and 24.3.
It is known to work in Emacs 23.2, 24.1 and 24.2. It is known to work in Emacs 23.2, 24.1 and 24.2.
.. _IPython: http://ipython.org/ .. _IPython: http://ipython.org/
.. _Tornado: http://tornadoweb.org/
.. _fork http://github.com/millejoh/emacs-websocket
.. _websocket.el: https://github.com/ahyatt/emacs-websocket .. _websocket.el: https://github.com/ahyatt/emacs-websocket
.. _request.el: https://github.com/tkf/emacs-request .. _request.el: https://github.com/tkf/emacs-request
.. _mumamo: http://www.emacswiki.org/emacs/MuMaMo .. _mumamo: http://www.emacswiki.org/emacs/MuMaMo

View file

@ -1,7 +1,7 @@
(define-package "ein2" (define-package "ein"
"2.0" "0.2.0alpha0"
"Emacs IPython Notebook 2" "Emacs IPython Notebook"
'((websocket "1.3") '((websocket "0.9")
(request "0.2") (request "0.2")
;; `auto-complete' is not really a dependency, but who use EIN w/o AC? ;; `auto-complete' is not really a dependency, but who use EIN w/o AC?
(auto-complete "1.4"))) (auto-complete "1.4")))