Skip to content

Instantly share code, notes, and snippets.

@matthusby
Created November 2, 2014 18:38
Show Gist options
  • Save matthusby/52e48e8eaed47b76634c to your computer and use it in GitHub Desktop.
Save matthusby/52e48e8eaed47b76634c to your computer and use it in GitHub Desktop.
diff --git a/5e4722833f9af35256c30653dca0d45bba4abfc6:mix.exs b/961e64ce26cc2af8b07dabed6bb93dde7d4d8367:mix.exs
index ebb094c..adc7c1d 100644
--- a/5e4722833f9af35256c30653dca0d45bba4abfc6:mix.exs
+++ b/961e64ce26cc2af8b07dabed6bb93dde7d4d8367:mix.exs
@@ -15,7 +15,7 @@ defmodule Todos.Mixfile do
# Type `mix help compile.app` for more information
def application do
[mod: {Todos, []},
- applications: [:phoenix, :cowboy, :logger]]
+ applications: [:phoenix, :cowboy, :logger, :ecto, :postgrex]]
end
# Specifies your project dependencies
@@ -23,6 +23,9 @@ defmodule Todos.Mixfile do
# Type `mix help deps` for examples and options
defp deps do
[{:phoenix, github: "phoenixframework/phoenix"},
- {:cowboy, "~> 1.0"}]
+ {:cowboy, "~> 1.0"},
+ {:ecto, "0.2.5"},
+ {:postgrex, "0.6.0"}
+ ]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment