Skip to content

Commit 2d1962f

Browse files
authored
Update mix.exs
1 parent 8bc543b commit 2d1962f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

mix.exs

+3-10
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,17 @@ defmodule AxonDatasets.MixProject do
77
version: "0.1.0",
88
elixir: "~> 1.11",
99
start_permanent: Mix.env() == :prod,
10-
deps: deps(),
11-
xref: [exclude: [:ssl, :inets, :httpc]]
10+
deps: deps()
1211
]
1312
end
1413

15-
# Run "mix help compile.app" to learn about applications.
1614
def application do
1715
[
18-
extra_applications: [:logger]
16+
extra_applications: [:logger, :ssl, :inets]
1917
]
2018
end
2119

22-
# Run "mix help deps" to learn about dependencies.
2320
defp deps do
24-
[
25-
{:nx, "~> 0.1.0-dev", github: "elixir-nx/nx", branch: "main", sparse: "nx", override: true}
26-
# {:dep_from_hexpm, "~> 0.3.0"},
27-
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
28-
]
21+
[]
2922
end
3023
end

0 commit comments

Comments
 (0)