chore: lock reproducible Python dependency groups

This commit is contained in:
Hermes Agent
2026-07-26 23:07:36 +00:00
parent 99f6e80ea1
commit 14d3baea90
3 changed files with 3043 additions and 4 deletions
+34
View File
@@ -0,0 +1,34 @@
[project]
name = "btc-accumulation-monitor"
version = "0.1.0"
description = "Bitcoin accumulation metrics dashboard and historical scoring tools"
readme = "README.md"
requires-python = ">=3.11,<3.14"
[dependency-groups]
runtime = [
"fastapi>=0.116,<1",
"playwright>=1.54,<2",
"requests>=2.32,<3",
"uvicorn[standard]>=0.35,<1",
]
ml = [
"ccxt>=4.4,<5",
"numpy>=2.2,<3",
"pandas>=2.2,<3",
"scikit-learn>=1.6,<2",
"ta>=0.11,<1",
]
dev = [
"pytest>=8.4,<9",
]
[tool.uv]
package = false
default-groups = ["runtime", "ml", "dev"]
[tool.pytest.ini_options]
addopts = "-q"
testpaths = ["tests"]
pythonpath = ["."]
+1255 -4
View File
File diff suppressed because it is too large Load Diff
Generated
+1754
View File
File diff suppressed because it is too large Load Diff