diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-01 08:26:59 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-04 14:03:32 +0300 |
commit | 3ce16e5a56be01686a03f40931f666ac164df6e8 (patch) | |
tree | c5db9f5efa5303409100bdf60f5f9049ec29644a /mix.exs | |
parent | 88b05aeabb23412530f6b74934bc3d2d3fe8c29f (diff) | |
download | pleroma-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.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"}, |