Added pyimport support

This commit is contained in:
Mambu38 2019-05-15 12:58:48 +02:00
parent 5cd1fb2a52
commit 5e66914fa2
2 changed files with 18 additions and 0 deletions

View file

@ -20,3 +20,6 @@
;; Testing frameworks
(package! nose)
(package! python-pytest)
;; Import managements
(package! pyimport)