added wrapper Pleroma.HTTP for Tzdata.HTTPClient

This commit is contained in:
Maksim Pechnikov 2020-06-24 09:12:32 +03:00
commit 721fc7c554
7 changed files with 79 additions and 4 deletions

View file

@ -117,7 +117,7 @@ defmodule Pleroma.Mixfile do
defp deps do
[
{:phoenix, "~> 1.4.8"},
{:tzdata, "~> 0.5.21"},
{:tzdata, "~> 1.0.3"},
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},