Skip to content

Commit

Permalink
remove postgres and ecto from dependencies, #168
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonLab committed Feb 15, 2018
1 parent 335638b commit 21d7cbe
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 @@ -21,7 +21,7 @@ defmodule Dwylbot.Mixfile do
def application do
[mod: {Dwylbot.Application, []},
applications: [:phoenix, :phoenix_pubsub, :phoenix_html, :cowboy, :logger, :gettext,
:phoenix_ecto, :postgrex, :httpoison, :joken, :jose]]
:phoenix_ecto, :httpoison, :joken, :jose]]
end

# Specifies which paths to compile per environment.
Expand All @@ -34,8 +34,6 @@ defmodule Dwylbot.Mixfile do
defp deps do
[{:phoenix, "~> 1.3.0"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_ecto, "~> 3.2"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 2.10"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.11"},
Expand Down

0 comments on commit 21d7cbe

Please sign in to comment.