Skip to content

Commit 9567251

Browse files
committed
Set phoenix and ecto as optional deps
1 parent 7dcf0d0 commit 9567251

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 or ~> 3.0"},
39-
{:phoenix, "~> 1.3.0 or ~> 1.4.0"},
40-
{:phoenix_html, ">= 2.0.0 and <= 3.0.0"},
38+
{:ecto, "~> 2.2 or ~> 3.0", optional: true},
39+
{:phoenix, "~> 1.3.0 or ~> 1.4.0", optional: true},
40+
{:phoenix_html, ">= 2.0.0 and <= 3.0.0", optional: true},
4141
{:plug, ">= 1.5.0 and < 2.0.0", optional: true},
4242

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

0 commit comments

Comments
 (0)