Hide button if no last session

This commit is contained in:
2023-01-15 13:02:02 +01:00
parent 64f5668dde
commit 163211ab0b
3 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,8 @@ 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"