Add Poetry support

This commit is contained in:
Viktor Astakhov 2020-04-22 20:48:00 +03:00
parent 02374c69ce
commit 4891a7151f
4 changed files with 16 additions and 0 deletions

View file

@ -24,6 +24,8 @@
(package! pyenv-mode :pin "aec6f2aa28"))
(when (featurep! +conda)
(package! conda :pin "335474e409"))
(when (featurep! +poetry)
(package! poetry :pin "6dcc9d22ca"))
;; Testing frameworks
(package! nose :pin "f852829751")