first commit

This commit is contained in:
Gage-Goodson
2025-07-30 20:58:34 -05:00
commit 13acf3130c
9 changed files with 846 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "kraken-stoploss"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"influxdb3-python>=0.14.0",
"pandas>=2.3.1",
"websockets>=15.0.1",
]