Remove unused chart functionality
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-08 21:08:03 +02:00
parent a2ecdcf44a
commit 22935721ca
4 changed files with 3 additions and 570 deletions

View File

@ -12,8 +12,6 @@ python = "^3.10"
django = "^4.1.4"
gunicorn = "^20.1.0"
uvicorn = "^0.20.0"
pandas = "^1.5.2"
matplotlib = "^3.6.3"
[tool.poetry.group.dev.dependencies]
black = "^22.12.0"