diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-01-01 23:26:40 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-01-01 23:26:40 +0300 |
commit | 2aab4e03c3a2867abd4555dc776eebc8b0dba176 (patch) | |
tree | ddb3d4deda02ccae95c8177e3b0edebe966df896 /mix.exs | |
parent | 32bed664714c616d4a75579b450e52dcff5d8134 (diff) | |
download | pleroma-2aab4e03c3a2867abd4555dc776eebc8b0dba176.tar.gz pleroma-2aab4e03c3a2867abd4555dc776eebc8b0dba176.zip |
Add OGP parser
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |