Skip to content

Commit

Permalink
Merge pull request #144 from Boulevard/declare-optional-dependency
Browse files Browse the repository at this point in the history
Declare Poison as an optional dependency
  • Loading branch information
potatosalad authored Dec 7, 2023
2 parents c82c82c + 3e58032 commit bc79e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ defmodule JOSE.Mixfile do
{:libdecaf, "~> 2.1.1", only: [:dev, :test]},
{:libsodium, "~> 2.0.1", only: [:dev, :test]},
{:ojson, "~> 1.0", only: [:dev, :test]},
{:poison, "~> 5.0", only: [:dev, :test]},
# Optionally used by JOSE.Poison.
{:poison, "~> 3.0 or ~> 4.0 or ~> 5.0", optional: true},
{:thoas, "~> 1.0", only: [:dev, :test]},
{:ex_doc, "~> 0.30", only: :dev},
{:earmark, "~> 1.4", only: :dev}
Expand Down

0 comments on commit bc79e44

Please sign in to comment.