This commit is contained in:
Mayel de Borniol 2024-03-11 10:45:58 +00:00
parent 1cffc9e323
commit 3e3ac4f151
2 changed files with 10 additions and 0 deletions

View file

@ -20,8 +20,17 @@ defmodule Bonfire.Umbrella.MixProject do
do: [{:bonfire, git: "https://github.com/bonfire-networks/bonfire_spark"}],
else: []
)
@maybe_api_deps if(System.get_env("WITH_API_GRAPHQL") == "yes",
do: [
{:bonfire_api_graphql,
git: "https://github.com/bonfire-networks/bonfire_api_graphql",
branch: "main"}
],
else: []
)
@extra_deps @main_deps ++
@maybe_api_deps ++
[
# compilation
# {:tria, github: "hissssst/tria"},

View file

@ -25,6 +25,7 @@
"blurhash": {:hex, :rinpatch_blurhash, "0.1.0", "01a888b0f5f1f382ab52e4396f01831cbe8486ea5828604c90f4dac533d39a4b", [:mix], [{:mogrify, "~> 0.8.0", [hex: :mogrify, repo: "hexpm", optional: true]}], "hexpm", "19911a5dcbb0acb9710169a72f702bce6cb048822b12de566ccd82b2cc42b907"},
"bolt_sips": {:hex, :bolt_sips, "2.0.11", "a1cb78d8db4aba750f6771a9fd4a10b3300618b7b0433b12105c64d21d27b4ba", [:mix], [{:calendar, "~> 0.17.2", [hex: :calendar, repo: "hexpm", optional: false]}, {:db_connection, "~> 2.4", [hex: :db_connection, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:poison, "~> 3.1", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm", "227a6669e14fa6d331738857b32b5cd022b4c13808e947ccfec8eccb8fedb0e5"},
"bonfire": {:git, "https://github.com/bonfire-networks/bonfire_spark", "d889fea624b2595473b641079d887d2f304dc2ec", [branch: "main"]},
"bonfire_api_graphql": {:git, "https://github.com/bonfire-networks/bonfire_api_graphql", "ca1c700e639dbb656af72e6e8c5176175b85e93c", [branch: "main"]},
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "b654a49edaad58787170496683e4162ac459dff9", [branch: "main"]},
"bonfire_classify": {:git, "https://github.com/bonfire-networks/bonfire_classify", "993a4eee0cbcc4e34be5cbae92123b77c11e8bb2", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "6f2c95993e9de1ee9161304aa186fa78fc983492", [branch: "main"]},