emacs.d/elpa/elpy-20200329.1830/elpy-pkg.el

11 lines
267 B
EmacsLisp
Raw Normal View History

2020-03-30 12:12:00 +02:00
(define-package "elpy" "20200329.1830" "Emacs Python Development Environment"
2019-11-23 09:10:03 +01:00
'((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: