Skip to content

Commit

Permalink
Cask: make "epc" and "python-environment" runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
immerrr committed Nov 7, 2018
1 parent 9916f9f commit 3ae10e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

(package "jedi" "0" "A Python auto-completion for Emacs")

(depends-on "epc")
(depends-on "python-environment")

(development
(depends-on "ert")
(depends-on "epc")
(depends-on "auto-complete")
(depends-on "python-environment")
(depends-on "mocker"))

0 comments on commit 3ae10e0

Please sign in to comment.