mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
10 lines
199 B
EmacsLisp
10 lines
199 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/python/packages.el
|
|
|
|
(package! anaconda-mode)
|
|
(package! nose)
|
|
(package! pip-requirements)
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-anaconda))
|