This commit is contained in:
2025-01-27 14:37:04 +01:00
parent 1bca13110b
commit 4c4ca79545
33 changed files with 3401 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ defmodule Tradex.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:bcrypt_elixir, "~> 3.0"},
{:phoenix, "~> 1.7.18"},
{:phoenix_ecto, "~> 4.5"},
{:ecto_sql, "~> 3.10"},
@@ -57,7 +58,10 @@ defmodule Tradex.MixProject do
{:gettext, "~> 0.26"},
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"}
{:bandit, "~> 1.5"},
{:uuidv7, "~> 1.0"},
{:igniter, "~> 0.5"},
{:oban, "~> 2.19"}
]
end