MqlCIByLeo/dependencies.json

38 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2026-03-12 01:13:07 +00:00
{
2026-04-25 11:36:18 -05:00
"repos": [
2026-03-12 01:13:07 +00:00
{
2026-04-25 11:36:18 -05:00
"name": "ExtraCodes",
"url": "https://forge.mql5.io/nique_372/ExtraCodes",
"rama": "main",
"comment": "private, contact me to get access"
}
2026-03-12 01:13:07 +00:00
],
2026-04-25 11:36:18 -05:00
"min_mt5_build": 5430,
"other_languages": [
{
"name": "Python",
"version": ">=3.10.9",
"requirements": "requirements.txt"
}
],
"hooks": {
"pre_install": [
2026-04-26 16:28:32 -05:00
{
2026-04-27 10:47:17 -05:00
"command": "pip install -r \"${{repo.root}}${{os.sep}}MqlCIByLeo${{os.sep}}requirements.txt\"",
2026-04-26 16:28:32 -05:00
"permitir_fallo": false,
"timeout_ms": 120000
}
2026-04-25 11:36:18 -05:00
],
"post_install": [],
"post_install_only_on_success": true,
2026-04-26 16:28:32 -05:00
"pre_update": [
{
2026-04-27 07:25:03 -05:00
"command": "pip install -r \"${{repo.root}}${{os.sep}}MqlCIByLeo${{os.sep}}requirements.txt\" --upgrade",
2026-04-26 16:28:32 -05:00
"permitir_fallo": false,
"timeout_ms": 120000
}
],
2026-04-25 11:36:18 -05:00
"post_update": [],
2026-04-26 16:28:32 -05:00
"post_update_only_on_success": true
2026-03-12 16:46:46 +00:00
}
2026-03-12 01:13:07 +00:00
}