Skip to content

Instantly share code, notes, and snippets.

@jeremyjh
Created November 3, 2017 20: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 jeremyjh/e431e348998e73be4c2ac64c862c4677 to your computer and use it in GitHub Desktop.
Save jeremyjh/e431e348998e73be4c2ac64c862c4677 to your computer and use it in GitHub Desktop.
...
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"},
{:nimble_csv, "~> 0.4"},
{:phoenix_datatables, "~> 0.1"},
]
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment