Skip to content

Instantly share code, notes, and snippets.

@sohjiro
Created July 16, 2017 03:45
Show Gist options
  • Save sohjiro/20f25ff0fd0c00655a2077c68ea9169f to your computer and use it in GitHub Desktop.
Save sohjiro/20f25ff0fd0c00655a2077c68ea9169f to your computer and use it in GitHub Desktop.
Dependencies for an elixir project
defp deps do
[{:phoenix, "~> 1.2.4"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_html, "~> 2.6"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.11"},
{:cowboy, "~> 1.0"},
{:distillery, "~> 1.4", runtime: false}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment