Make udev dev env only

pull/386/head
Connor Rigby 2017-12-11 19:46:36 -08:00
parent 5609cc0f36
commit a7f570c087
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ defmodule Farmbot.Mixfile do
{:excoveralls, "~> 0.6", only: :test},
{:mock, "~> 0.2.0", only: :test},
{:faker, "~> 0.9", only: :test },
{:udev, "~> 0.1.0"},
{:udev, "~> 0.1.0", only: :dev},
]
end