2026-06-23 21:47:51 +08:00
|
|
|
[project]
|
|
|
|
|
name = "mql5-skills"
|
|
|
|
|
version = "0.1.0"
|
2026-06-24 03:32:28 +08:00
|
|
|
description = "MQL5 Agent Skill for MetaTrader 5 development — extraction pipeline and risk formula verification"
|
2026-06-23 21:47:51 +08:00
|
|
|
readme = "README.md"
|
2026-06-24 03:32:28 +08:00
|
|
|
license = "MIT"
|
2026-06-23 21:47:51 +08:00
|
|
|
requires-python = ">=3.14"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"beautifulsoup4>=4.15.0",
|
|
|
|
|
"requests>=2.34.2",
|
|
|
|
|
]
|