Add OGP parser

This commit is contained in:
Maxim Filippov 2019-01-01 23:26:40 +03:00
commit 2aab4e03c3
7 changed files with 86 additions and 1 deletions

View file

@ -75,7 +75,8 @@ defmodule Pleroma.Mixfile do
{:web_push_encryption, "~> 0.2.1"},
{:swoosh, "~> 0.20"},
{:gen_smtp, "~> 0.13"},
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test},
{:floki, "~> 0.20.0"}
]
end