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:
parent
b791a08656
commit
54b8e683bc
5 changed files with 23 additions and 27 deletions
2
mix.exs
2
mix.exs
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue