AiDataGenByLeo/dependencies.json
2026-07-13 08:24:39 -05:00

74 lines
No EOL
2.5 KiB
JSON

{
"repos": [
{
"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"
},
{
"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"
},
{
"name" : "YamlParserByLeo",
"url" : "https://forge.mql5.io/nique_372/YamlParserByLeo",
"rama" : "main",
"comment" : "private, Purchase FastNL (Fast NewsLibrary) at TheBotPlace to gain access"
},
{
"name": "ScalerByLeo",
"url": "https://forge.mql5.io/nique_372/ScalerByLeo",
"rama": "main",
"comment": "public"
},
{
"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"
},
{
"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"
},
{
"name": "SetFileByLeo",
"url": "https://forge.mql5.io/nique_372/SetFileByLeo",
"rama": "main",
"comment": "public"
}
],
"min_mt5_build": 5430,
"other_languages": [
{
"name": "Python",
"version": ">=3.10.9",
"requirements" : "requirements.txt"
}
],
"hooks": {
"pre_install": [
{
"command": "pip install -r \"${{repo.root}}${{os.sep}}AiDataGenByLeo${{os.sep}}requirements.txt\"",
"permitir_fallo": false,
"timeout_ms": 120000
}
],
"post_install": [],
"post_install_only_on_success": true,
"pre_update": [
{
"command": "pip install tsn_utils --upgrade",
"permitir_fallo": false,
"timeout_ms": 120000
}
],
"post_update": [],
"post_update_only_on_success": true
}
}