summaryrefslogtreecommitdiff
path: root/www/elixir-phoenix_ecto/files/patch-mix.exs
blob: ed10ebad25f8572976e98e491d3bbad1e90c57de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- mix.exs.orig	2015-07-02 15:23:09 UTC
+++ mix.exs
@@ -30,8 +30,6 @@ defmodule PhoenixEcto.Mixfile do
   end
 
   defp deps do
-    [{:phoenix_html, "~> 1.0", optional: true},
-     {:poison, "~> 1.3", optional: true},
-     {:ecto, "~> 0.12"}]
+    []
   end
 end