summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2019-01-01 23:26:40 +0300
committerMaxim Filippov <colixer@gmail.com>2019-01-01 23:26:40 +0300
commit2aab4e03c3a2867abd4555dc776eebc8b0dba176 (patch)
treeddb3d4deda02ccae95c8177e3b0edebe966df896 /mix.exs
parent32bed664714c616d4a75579b450e52dcff5d8134 (diff)
downloadpleroma-2aab4e03c3a2867abd4555dc776eebc8b0dba176.tar.gz
pleroma-2aab4e03c3a2867abd4555dc776eebc8b0dba176.zip
Add OGP parser
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index efdd4b7ed..0b8052d0a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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