Skip to content

Commit 47926fb

Browse files
author
Victoria Wagman
committed
add deps
1 parent ab5c4cd commit 47926fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mix.exs

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule Instabot.MixProject do
1414
# Run "mix help compile.app" to learn about applications.
1515
def application do
1616
[
17-
extra_applications: [:logger, :httpotion]
17+
extra_applications: [:logger, :httpotion, :mogrify_draw]
1818
]
1919
end
2020

@@ -23,7 +23,8 @@ defmodule Instabot.MixProject do
2323
[
2424
{:httpotion, "~> 3.1.1"},
2525
{:poison, "~> 4.0.1"},
26-
{:mogrify, "~> 0.7.2"}
26+
{:mogrify, "~> 0.5.4"},
27+
{:mogrify_draw, "~> 0.1.0"}
2728
]
2829
end
2930
end

0 commit comments

Comments
 (0)