diff options
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -190,11 +190,13 @@ defmodule Pleroma.Mixfile do ref: "90f6ce7672f70f56708792a98d98bd05176c9176"}, {:restarter, path: "./restarter"}, {:majic, "~> 1.0"}, - {:eblurhash, - git: "https://github.com/zotonic/eblurhash.git", - ref: "bc37ceb426ef021ee9927fb249bb93f7059194ab"}, {:open_api_spex, "~> 3.16"}, {:ecto_psql_extras, "~> 0.6"}, + {:vix, "~> 0.25.0"}, + {:elixir_make, "~> 0.7.7", override: true}, + {:blurhash, + git: "https://git.pleroma.social/pleroma/elixir-libraries/blurhash.git", + ref: "61cfc428df3f266bdd20f181d188c6f59da34814"}, ## dev & test {:ex_doc, "~> 0.22", only: :dev, runtime: false}, |