Skip to content

Commit

Permalink
Remove unused depdendencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Feb 26, 2020
1 parent 2fb0ef4 commit 4c770f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ defmodule Quantum.Mixfile do

defp deps do
[
{:tzdata, "~> 1.0", optional: true},
{:timex, "~> 3.1", optional: true},
{:calendar, "~> 0.17", optional: true},
{:tzdata, "~> 1.0", only: [:dev, :test]},
{:crontab, "~> 1.1"},
{:gen_stage, "~> 0.14 or ~> 1.0"},
{:earmark, "~> 1.0", only: [:dev, :docs], runtime: false},
Expand Down

0 comments on commit 4c770f4

Please sign in to comment.