Guest User

Untitled

a guest
Dec 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. defp deps do
  2. [
  3. {:phoenix, "~> 1.3.2"},
  4. {:phoenix_pubsub, "~> 1.0"},
  5. {:phoenix_ecto, "~> 3.2"},
  6. {:postgrex, ">= 0.0.0"},
  7. {:gettext, "~> 0.11"},
  8. {:cowboy, "~> 1.0"},
  9. {:cors_plug, "~> 1.5"},
  10. {:distillery, "~> 2.0"},
  11. {:comeonin, "~> 4.0"},
  12. {:bcrypt_elixir, "~> 1.0"},
  13. {:guardian, "~> 1.0"},
  14. {:scrivener_ecto, "~> 2.0"} # getting an error whenever I add this dependency
  15. ]end
Add Comment
Please, Sign In to add comment