Swap TOML for YAML to get YAML generation for packs from fallbacks

If fallback url doesn't have a pack.yml file, one from the source will
be used
This commit is contained in:
Ekaterina Vaartis 2019-08-11 22:32:15 +03:00
commit 54b8e683bc
5 changed files with 23 additions and 27 deletions

View file

@ -157,7 +157,7 @@ defmodule Pleroma.Mixfile do
{:ex_rated, "~> 1.3"},
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:toml, "~> 0.5"},
{:relax_yaml, "~> 0.1"},
{:excoveralls, "~> 0.11.1", only: :test},
{:mox, "~> 0.5", only: :test}
] ++ oauth_deps()