diff --git a/mix.exs b/mix.exs index e8d7ed7..86c42bc 100644 --- a/mix.exs +++ b/mix.exs @@ -51,7 +51,7 @@ defmodule ActionRequestsDemo.MixProject do {:lazy_html, ">= 0.1.0", only: :test}, {:esbuild, "~> 0.10", runtime: Mix.env() == :dev}, {:tailwind, "~> 0.3", runtime: Mix.env() == :dev}, - {:faker, "~> 0.18", only: [:dev, :test]}, + {:faker, "~> 0.18"}, {:jason, "~> 1.2"}, {:bandit, "~> 1.5"} ]