aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-11-09 22:54:49 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-11-09 22:54:58 +0100
commitcd6918ab9604268d53b5fe1cf1921f95ec3dea80 (patch)
tree8a23fba44549038af0e0bd191f16668999544836 /mix.exs
parent27518174df347d1ee463cbe081c78f055e1af8d0 (diff)
refactor(calc): replace Ratio libs by internal code
now works with elixir 1.19 and uses no deps
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 988b6c5..8105791 100644
--- a/mix.exs
+++ b/mix.exs
@@ -23,7 +23,6 @@ defmodule ElixirMathParser.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
- {:ratio, "~> 4.0"}
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]