summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-08-31 03:13:59 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-08-31 03:13:59 +0000
commit6aa65b68b82c8ad7f6246dc5ccf1ac7673ce3e22 (patch)
tree4fd80172a392a9ff32f572aa3a95c7c00c0d77a8 /mix.exs
parent1a70d41f8e7ce0eb30242d58077b69816e443c10 (diff)
downloadpleroma-6aa65b68b82c8ad7f6246dc5ccf1ac7673ce3e22.tar.gz
pleroma-6aa65b68b82c8ad7f6246dc5ccf1ac7673ce3e22.zip
common api: add support for formatting messages outside of twitter-style plain text
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 6b95eeec3..95049cc8c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -48,6 +48,7 @@ defmodule Pleroma.Mixfile do
{:mogrify, "~> 0.6.1"},
{:ex_aws, "~> 2.0"},
{:ex_aws_s3, "~> 2.0"},
+ {:earmark, "~> 1.2"},
{:ex_machina, "~> 2.2", only: :test},
{:credo, "~> 0.9.3", only: [:dev, :test]},
{:mock, "~> 0.3.1", only: :test}