You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
470 B

(define-package "elpy" "1.2.1"
"Emacs Python Development Environment"
'((auto-complete "1.4")
(find-file-in-project "3.2")
(fuzzy "0.1") ;; For auto-complete
(highlight-indentation "0.5.0")
(idomenu "0.1")
(iedit "0.97")
(nose "0.1.1")
(virtualenv "1.2")
(yasnippet "0.8.0"))
)