feat(strategy_pythagoras): scaffold workspace member + register in uv
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
[project]
|
||||
name = "strategy-pythagoras"
|
||||
version = "0.1.0"
|
||||
description = "Strategy Pythagoras: candle-pattern GA su framework Pythagoras-Malanga, paper-trading runner + NiceGUI dashboard"
|
||||
authors = [{ name = "Adriano Dal Pastro", email = "adrianodalpastro@tielogic.com" }]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"multi-swarm-core",
|
||||
"nicegui>=3.11.1",
|
||||
"plotly>=5.24",
|
||||
"pandas>=2.2",
|
||||
"pyarrow>=18.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel.force-include]
|
||||
"strategy_pythagoras/strategies" = "strategy_pythagoras/strategies"
|
||||
"strategy_pythagoras/prompts.json" = "strategy_pythagoras/prompts.json"
|
||||
Reference in New Issue
Block a user