Add poison back in for paddle api

This commit is contained in:
Uku Taht 2020-01-13 16:48:39 +02:00
parent cc3875da10
commit 79e96189b8

View File

@ -47,6 +47,7 @@ defmodule Plausible.MixProject do
{:phoenix_pubsub, "~> 1.1"},
{:plug_cowboy, "~> 2.0"},
{:postgrex, ">= 0.0.0"},
{:poison, "~> 3.1"}, # Used in paddle_api
{:ref_inspector, "~> 1.3"},
{:timex, "~> 3.6"},
{:ua_inspector, "~> 0.18"},