Skip to content

Commit 1c7a2f5

Browse files
committed
Set phoenix and ecto as optional deps
1 parent eb6122d commit 1c7a2f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ defmodule Pow.MixProject do
3535

3636
defp deps do
3737
[
38-
{:ecto, "~> 2.2.0"},
39-
{:phoenix, "~> 1.3.0"},
40-
{:phoenix_html, "~> 2.11.0"},
38+
{:ecto, "~> 2.2.0", optional: true},
39+
{:phoenix, "~> 1.3.0", optional: true},
40+
{:phoenix_html, "~> 2.11.0", optional: true},
4141
{:plug, ">= 1.5.0 and < 1.7.0", optional: true},
4242

4343
{:phoenix_ecto, "~> 3.3.0", only: [:dev, :test]},

0 commit comments

Comments
 (0)