now its working

This commit is contained in:
2025-09-04 05:07:57 +02:00
parent 017f9fbf2e
commit 594e7c3cce
5 changed files with 373 additions and 20 deletions

View File

@ -1,21 +1,10 @@
[tool.poetry]
[project]
name = "2024-dash-v1"
version = "0.1.0"
description = ""
authors = ["jack leene <jack@leene.dev>"]
description = "Add your description here"
readme = "README.md"
packages = [{include = "2024_dash_v1"}]
[tool.poetry.dependencies]
python = "^3.11"
dash = "^2.14.2"
pydantic = "^2.5.3"
dash-bootstrap-components = "^1.5.0"
pandas = "^2.1.4"
dash-daq = "^0.5.0"
python-dotenv = "^1.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires-python = ">=3.11"
dependencies = [
"dash>=3.2.0",
"dash-bootstrap-components>=2.0.4",
]