This commit is contained in:
2023-12-31 07:36:28 +01:00
parent 7bc80936a1
commit 38897888cf
782 changed files with 272213 additions and 0 deletions

19
pyproject.toml Normal file
View File

@ -0,0 +1,19 @@
[tool.poetry]
name = "2024-dash-v1"
version = "0.1.0"
description = ""
authors = ["jack leene <jack@leene.dev>"]
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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"