Skip to content

Instantly share code, notes, and snippets.

@Ninigi
Last active July 4, 2018 00:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ninigi/cba47c3be6f9f4e58752f2cf553b0d50 to your computer and use it in GitHub Desktop.
Save Ninigi/cba47c3be6f9f4e58752f2cf553b0d50 to your computer and use it in GitHub Desktop.
defmodule Useless.Mixfile do
# ...
# Specifies your project dependencies.
#
# Type `mix help deps` for examples and options.
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"},
{:cowboy, "~> 1.0"},
{:shopify, "~> 0.2.0"}
]
end
#...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment