defp deps do | |
[ | |
{:phoenix, "~> 1.3.2"}, | |
{: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"}, | |
{:ex_aws, "~> 2.0"}, | |
{:ex_aws_s3, "~> 2.0"}, | |
{:poison, "~> 3.0"}, | |
{:hackney, "~> 1.9"}, | |
{:sweet_xml, "~> 0.6"} | |
] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment