forgot about this last deploy. oops

pull/201/head^2
connor rigby 2016-11-21 08:32:49 -08:00
parent 8305aa040f
commit 9b25902d19
2 changed files with 10 additions and 10 deletions

14
mix.exs
View File

@ -86,13 +86,13 @@ defmodule Farmbot.Mixfile do
{:gen_stage, "~> 0.4"},
{:nerves_lib, github: "nerves-project/nerves_lib"},
{:gen_mqtt, "~> 0.3.1"},
{:vmq_commons, "1.0.0", manager: :rebar3},
{:vmq_commons, "1.0.0", manager: :rebar3}, # This is for mqtt to work.
{:mustache, "~> 0.0.2"},
{:timex, "~> 3.0"},
# {:farmbot_auth, github: "Farmbot/farmbot_auth"},
{:farmbot_auth, path: "../farmbot_auth"},
# {:farmbot_configurator, github: "Farmbot/farmbot_configurator"}
{:farmbot_configurator, path: "../farmbot_configurator"}
{:farmbot_auth, github: "Farmbot/farmbot_auth"},
# {:farmbot_auth, path: "../farmbot_auth"},
{:farmbot_configurator, github: "Farmbot/farmbot_configurator"}
# {:farmbot_configurator, path: "../farmbot_configurator"}
]
end
@ -113,8 +113,8 @@ defmodule Farmbot.Mixfile do
def deps(:dev) do
deps ++ [
# {:fake_nerves, github: "ConnorRigby/fake_nerves"},
{:fake_nerves, path: "../fake_nerves", override: true},
{:fake_nerves, github: "ConnorRigby/fake_nerves"},
# {:fake_nerves, path: "../fake_nerves", override: true},
{:credo, "~> 0.4"},
{:dialyxir, "~> 0.4"}]
end

View File

@ -13,9 +13,9 @@
"erlware_commons": {:hex, :erlware_commons, "0.21.0", "a04433071ad7d112edefc75ac77719dd3e6753e697ac09428fc83d7564b80b15", [:rebar3], [{:cf, "0.2.1", [hex: :cf, optional: false]}]},
"exjsx": {:hex, :exjsx, "3.2.1", "1bc5bf1e4fd249104178f0885030bcd75a4526f4d2a1e976f4b428d347614f0f", [:mix], [{:jsx, "~> 2.8.0", [hex: :jsx, optional: false]}]},
"exrm": {:hex, :exrm, "1.0.8", "5aa8990cdfe300282828b02cefdc339e235f7916388ce99f9a1f926a9271a45d", [:mix], [{:relx, "~> 3.5", [hex: :relx, optional: false]}]},
"fake_nerves": {:git, "https://github.com/ConnorRigby/fake_nerves.git", "0ffd1df5f4a823257c1c5966d74cd1b26263b2a9", []},
"farmbot_auth": {:git, "https://github.com/Farmbot/farmbot_auth.git", "5330f231058bb72aefb83522f4f2c5b7d00c4ee7", []},
"farmbot_configurator": {:git, "https://github.com/Farmbot/farmbot_configurator.git", "3b41b4b12fa88a9717656e025113daf87de49d14", []},
"fake_nerves": {:git, "https://github.com/ConnorRigby/fake_nerves.git", "65decfa9e885f87f05b356488b9ea930605c3988", []},
"farmbot_auth": {:git, "https://github.com/Farmbot/farmbot_auth.git", "909ff852ff0d40122e3e02c4b8a35769598f151b", []},
"farmbot_configurator": {:git, "https://github.com/Farmbot/farmbot_configurator.git", "3244718b35591c19cdbc8ed98359ac24abbe809c", []},
"gen_mqtt": {:hex, :gen_mqtt, "0.3.1", "6ce6af7c2bcb125d5b4125c67c5ab1f29bcec2638236509bcc6abf510a6661ed", [:mix], [{:vmq_commons, "1.0.0", [hex: :vmq_commons, optional: false]}]},
"gen_stage": {:hex, :gen_stage, "0.8.0", "a76e3f0530f86fae8b8a1021c06527b1ec171cf4c0bdfecd8d5ad0376d1205af", [:mix], []},
"getopt": {:hex, :getopt, "0.8.2", "b17556db683000ba50370b16c0619df1337e7af7ecbf7d64fbf8d1d6bce3109b", [:rebar], []},