test(growth): add dep to write in-memory excel data

This will be used to mock data from WHO site.
This commit is contained in:
2024-10-07 19:23:26 +00:00
parent 0fc8c56c41
commit 6ba171343d
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ defmodule Wabanex.MixProject do
{:dialyxir, "~> 1.4.0", only: [:dev, :test], runtime: false},
{:dns_cluster, "~> 0.1.1"},
{:ecto_sql, "~> 3.12.0"},
{:elixlsx, "~> 0.6.0", only: :test},
{:ex_doc, "~> 0.34.0", only: :dev, runtime: false},
{:gettext, "~> 0.26.0"},
{:jason, "~> 1.4.0"},