timgremore
commited on
Commit
•
48d66fb
1
Parent(s):
350733c
chore: Include Req for Livebook use
Browse files
mix.exs
CHANGED
@@ -67,7 +67,8 @@ defmodule Medicode.MixProject do
|
|
67 |
{:membrane_raw_audio_format, "~> 0.12.0"},
|
68 |
{:kino, "~> 0.12.3"},
|
69 |
{:csv, "~> 3.2"},
|
70 |
-
{:chromic_pdf, "~> 1.15"}
|
|
|
71 |
# {:membrane_portaudio_plugin, "~> 0.18.0"}
|
72 |
]
|
73 |
end
|
|
|
67 |
{:membrane_raw_audio_format, "~> 0.12.0"},
|
68 |
{:kino, "~> 0.12.3"},
|
69 |
{:csv, "~> 3.2"},
|
70 |
+
{:chromic_pdf, "~> 1.15"},
|
71 |
+
{:req, "~> 0.4.0"}
|
72 |
# {:membrane_portaudio_plugin, "~> 0.18.0"}
|
73 |
]
|
74 |
end
|