Remove httpoison from dependencies

This commit is contained in:
Egor Kislitsyn 2019-07-03 14:42:24 +07:00
commit 11143c542a
81 changed files with 67 additions and 74 deletions

View file

@ -109,7 +109,6 @@ defmodule Pleroma.Mixfile do
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},
{:cachex, "~> 3.0.2"},
{:httpoison, "~> 1.2.0"},
{:poison, "~> 3.0", override: true},
{:tesla, "~> 1.2"},
{:jason, "~> 1.0"},