view elpa/elpy-1.26.0/elpy-pkg.el @ 183:3de719fb264a

elpy: version 1.26
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 21 Nov 2018 14:39:16 -0500
parents elpa/elpy-1.25.0/elpy-pkg.el@c3bd84985977
children
line wrap: on
line source

(define-package "elpy" "1.26.0" "Emacs Python Development Environment"
  '((company "0.9.2")
    (emacs "24.4")
    (find-file-in-project "3.3")
    (highlight-indentation "0.5.0")
    (pyvenv "1.3")
    (yasnippet "0.8.0")
    (s "1.11.0")))
;; Local Variables:
;; no-byte-compile: t
;; End: