diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-03 14:42:24 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-07-03 14:42:24 +0700 |
commit | 11143c542a012f64db8db0fa7b82f063ef338e94 (patch) | |
tree | f9c7789a9ec1386536f9813fe30c3f7f7dbff115 /mix.exs | |
parent | 4f42093220393a13033fcfd306acf54c8791e98f (diff) | |
download | pleroma-11143c542a012f64db8db0fa7b82f063ef338e94.tar.gz pleroma-11143c542a012f64db8db0fa7b82f063ef338e94.zip |
Remove `httpoison` from dependencies
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"}, |