summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-07-03 14:42:24 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-07-03 14:42:24 +0700
commit11143c542a012f64db8db0fa7b82f063ef338e94 (patch)
treef9c7789a9ec1386536f9813fe30c3f7f7dbff115 /mix.exs
parent4f42093220393a13033fcfd306acf54c8791e98f (diff)
downloadpleroma-11143c542a012f64db8db0fa7b82f063ef338e94.tar.gz
pleroma-11143c542a012f64db8db0fa7b82f063ef338e94.zip
Remove `httpoison` from dependencies
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index c2618d2b2..518de590d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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"},