diff options
| author | Mark Felder <feld@FreeBSD.org> | 2019-07-09 12:49:04 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2019-07-09 12:49:04 -0500 |
| commit | 9a9b60cfbcbcdf3e48e42aa75ff530007cf03b96 (patch) | |
| tree | fc28e2fb05ad0158fe881de7a49e90d941e10ad4 /mix.exs | |
| parent | 9f235028569968871ef9ea933459c6e9369e737a (diff) | |
| parent | e19e82975871388831fd23adc50fcaaea85ad5da (diff) | |
| download | pleroma-9a9b60cfbcbcdf3e48e42aa75ff530007cf03b96.tar.gz pleroma-9a9b60cfbcbcdf3e48e42aa75ff530007cf03b96.zip | |
Merge branch 'develop' into feature/allow-user-query-via-id
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 4 |
1 files changed, 2 insertions, 2 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"}, @@ -151,7 +150,8 @@ defmodule Pleroma.Mixfile do {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_rated, "~> 1.3"}, {:plug_static_index_html, "~> 1.0.0"}, - {:excoveralls, "~> 0.11.1", only: :test} + {:excoveralls, "~> 0.11.1", only: :test}, + {:mox, "~> 0.5", only: :test} ] ++ oauth_deps() end |
