Skip to content

Instantly share code, notes, and snippets.

@m3ta4a
Created March 29, 2019 17:30
Show Gist options
  • Save m3ta4a/76e56fcb39f57ddf741c86bb264b0bbc to your computer and use it in GitHub Desktop.
Save m3ta4a/76e56fcb39f57ddf741c86bb264b0bbc to your computer and use it in GitHub Desktop.
defp deps do
[
{:phoenix, "~> 1.4.2"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_sql, "~> 3.0"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 2.11"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:gettext, "~> 0.11"},
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},
{:timex, "~> 3.1"}
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment