Add dependency on twine to pyproject.toml for strategies package

This commit is contained in:
moshferatu 2025-01-07 09:03:16 -08:00
parent c37b9b8b69
commit c8d415480c

View File

@ -14,6 +14,7 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
build = [ build = [
"build", "build",
"twine",
] ]
test = [ test = [
"ohlc", "ohlc",