added table functionality

This commit is contained in:
2025-09-05 05:46:44 +02:00
parent 594e7c3cce
commit d76db631fd
3 changed files with 24 additions and 0 deletions

View File

@ -7,4 +7,5 @@ requires-python = ">=3.11"
dependencies = [
"dash>=3.2.0",
"dash-bootstrap-components>=2.0.4",
"dotenv>=0.9.9",
]