Adding average track length statistics calculation.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2024-04-23 08:57:21 -04:00
parent a678c9039f
commit 0b2870e56b
4 changed files with 86 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ pydantic = "^2.5.0"
alembic = "^1.12.1"
python-dotenv = "^1.0.1"
aiologger = "^0.7.0"
numpy = "^1.26.4"
[tool.poetry.dev-dependencies]
Pygments = ">=2.10.0"