AiDataGenByLeo/dependencies.json

74 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2026-03-12 16:36:25 +00:00
{
2026-04-25 11:34:51 -05:00
"repos": [
2026-03-12 16:36:25 +00:00
{
2026-04-25 11:34:51 -05:00
"name": "ICTLibrary",
"url": "https://forge.mql5.io/nique_372/ICTLibrary",
"rama": "main",
"comment": "private repository, To access the repository, purchase the product: https://www.thebotplace.com/bot/ict-fastlibrary"
},
2026-03-12 16:36:25 +00:00
{
2026-04-25 11:34:51 -05:00
"name": "FastNL",
"url": "https://forge.mql5.io/nique_372/FastNL",
"rama": "main",
"comment": "private repository, To access the repository, purchase the product: https://www.thebotplace.com/bot/fast-newslibrary"
},
2026-07-06 11:20:10 -05:00
{
"name" : "YamlParserByLeo",
"url" : "https://forge.mql5.io/nique_372/YamlParserByLeo",
"rama" : "main",
"comment" : "private, Purchase FastNL (Fast NewsLibrary) at TheBotPlace to gain access"
},
2026-03-12 16:36:25 +00:00
{
2026-04-25 11:34:51 -05:00
"name": "ScalerByLeo",
"url": "https://forge.mql5.io/nique_372/ScalerByLeo",
"rama": "main",
"comment": "public"
2026-03-12 16:36:25 +00:00
},
{
2026-04-25 11:34:51 -05:00
"name": "AiModels",
"url": "https://forge.mql5.io/nique_372/AiModels",
"rama": "main",
"comment": "private repository, To access the repository, Write to me privately (via MQL5.com), my username is nique_372"
2026-03-12 16:36:25 +00:00
},
{
2026-04-25 11:34:51 -05:00
"name": "ExtraCodes",
"url": "https://forge.mql5.io/nique_372/ExtraCodes",
"rama": "main",
"comment": "private repository, To access the repository, Write to me privately (via MQL5.com), my username is nique_372"
2026-07-13 08:24:39 -05:00
},
{
"name": "SetFileByLeo",
"url": "https://forge.mql5.io/nique_372/SetFileByLeo",
"rama": "main",
"comment": "public"
2026-04-25 11:34:51 -05:00
}
2026-03-12 16:36:25 +00:00
],
2026-04-25 11:34:51 -05:00
"min_mt5_build": 5430,
"other_languages": [
{
"name": "Python",
"version": ">=3.10.9",
"requirements" : "requirements.txt"
}
2026-04-26 03:17:56 +00:00
],
2026-04-25 22:16:22 -05:00
"hooks": {
"pre_install": [
{
2026-04-27 07:08:05 -05:00
"command": "pip install -r \"${{repo.root}}${{os.sep}}AiDataGenByLeo${{os.sep}}requirements.txt\"",
2026-04-25 22:16:22 -05:00
"permitir_fallo": false,
"timeout_ms": 120000
}
],
"post_install": [],
"post_install_only_on_success": true,
2026-05-09 07:21:56 -05:00
"pre_update": [
{
2026-05-09 12:23:05 +00:00
"command": "pip install tsn_utils --upgrade",
2026-05-09 07:21:56 -05:00
"permitir_fallo": false,
"timeout_ms": 120000
}
],
2026-04-25 22:16:22 -05:00
"post_update": [],
"post_update_only_on_success": true
}
2026-03-12 16:36:25 +00:00
}