noahsettersten
commited on
Commit
•
af27658
1
Parent(s):
457577d
chore: Only include Credo in dev and test environments
Browse files
mix.exs
CHANGED
@@ -52,7 +52,7 @@ defmodule MedicalTranscription.MixProject do
|
|
52 |
{:jason, "~> 1.2"},
|
53 |
{:dns_cluster, "~> 0.1.1"},
|
54 |
{:plug_cowboy, "~> 2.5"},
|
55 |
-
{:credo, "~> 1.7.3"},
|
56 |
{:audio_tagger, git: "https://github.com/headwayio/audio_tagger.git"},
|
57 |
{:progress_bar, "~> 3.0"},
|
58 |
{:membrane_core, "~> 1.0"},
|
|
|
52 |
{:jason, "~> 1.2"},
|
53 |
{:dns_cluster, "~> 0.1.1"},
|
54 |
{:plug_cowboy, "~> 2.5"},
|
55 |
+
{:credo, "~> 1.7.3", only: [:dev, :test]},
|
56 |
{:audio_tagger, git: "https://github.com/headwayio/audio_tagger.git"},
|
57 |
{:progress_bar, "~> 3.0"},
|
58 |
{:membrane_core, "~> 1.0"},
|