summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2018-12-01 08:26:59 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2018-12-04 14:03:32 +0300
commit3ce16e5a56be01686a03f40931f666ac164df6e8 (patch)
treec5db9f5efa5303409100bdf60f5f9049ec29644a /mix.exs
parent88b05aeabb23412530f6b74934bc3d2d3fe8c29f (diff)
downloadpleroma-3ce16e5a56be01686a03f40931f666ac164df6e8.tar.gz
pleroma-3ce16e5a56be01686a03f40931f666ac164df6e8.zip
init tesla and updated the http requests in Pleroma.Web.Websub
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 9ffcf5928..1a28b6710 100644
--- a/mix.exs
+++ b/mix.exs
@@ -56,6 +56,7 @@ defmodule Pleroma.Mixfile do
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},
{:httpoison, "~> 1.2.0"},
+ {:tesla, "~> 1.2"},
{:jason, "~> 1.0"},
{:mogrify, "~> 0.6.1"},
{:ex_aws, "~> 2.0"},