diff options
author | kaniini <nenolod@gmail.com> | 2019-05-13 18:35:45 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-05-13 18:35:45 +0000 |
commit | f3e8f5b1f208b10130c7123e68af1e38575f180b (patch) | |
tree | 523d1f1cfa399f4ee6d841ba3098ecd87d8e67e7 /mix.exs | |
parent | 5a4d55cf910f85b07f111972647a8b4410b5eb6b (diff) | |
parent | a2be420f940fb8f181feeb9b0fb9759d433dcae1 (diff) | |
download | pleroma-f3e8f5b1f208b10130c7123e68af1e38575f180b.tar.gz pleroma-f3e8f5b1f208b10130c7123e68af1e38575f180b.zip |
Merge branch 'features/mastoapi/2.7.0-registration' into 'develop'
Features/mastoapi/2.7.0 registration
Closes #773
See merge request pleroma/pleroma!1134
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ defmodule Pleroma.Mixfile do {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, {:esshd, "~> 0.1.0"}, + {:ex_rated, "~> 1.2"}, {:plug_static_index_html, "~> 1.0.0"} ] ++ oauth_deps end |