2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/python/packages.el
|
|
|
|
|
2017-05-20 10:23:22 +02:00
|
|
|
;; requires: python jedi setuptools
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! anaconda-mode)
|
|
|
|
(package! nose)
|
|
|
|
(package! pip-requirements)
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-anaconda))
|