Skip to content

Instantly share code, notes, and snippets.

@stochastic-thread
Created May 12, 2015 19:07
Show Gist options
  • Save stochastic-thread/4e26b492e5eefa6a1eed to your computer and use it in GitHub Desktop.
Save stochastic-thread/4e26b492e5eefa6a1eed to your computer and use it in GitHub Desktop.
deps
defp deps do
[{:phoenix, "~> 0.12"},
{:postgrex, ">= 0.0.0"},
{:ecto, "~> 0.11.2"},
{:phoenix_live_reload, "~> 0.3"},
{:poolboy, "~> 1.5.1", optional: true},
{:exrethinkdb, github: "hamiltop/exrethinkdb", ref: "master"},
{:cowboy, "~> 1.0"},
{:addict, github: "trenpixster/addict", ref: "master"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment