emacs.d/elpa/elpy-20191127.2230/elpy-pkg.el
2019-11-28 21:31:03 +01:00

10 lines
267 B
EmacsLisp

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