We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1b2d1 commit 6d22ddcCopy full SHA for 6d22ddc
mix.exs
@@ -3,7 +3,7 @@ defmodule Arangox.MixProject do
3
4
@version "0.3.0"
5
@description """
6
- ArangoDB 3.3.9+ driver for Elixir with connection pooling, VelocyStream\
+ ArangoDB 3.3.9+ driver for Elixir with connection pooling, VelocyStream \
7
and support for Active Failover.
8
"""
9
@source_url "https://github.com/suazithustra/arangox"
@@ -52,7 +52,7 @@ defmodule Arangox.MixProject do
52
defp deps do
53
[
54
{:db_connection, "~> 2.1"},
55
- {:velocy, "~> 0.1"},
+ {:velocy, "~> 0.1", optional: true},
56
{:jason, "~> 1.1", optional: true},
57
{:gun, "~> 1.3", optional: true},
58
{:mint, "~> 0.4.0", optional: true},
0 commit comments