Files
dash-api/pyproject.toml

14 lines
280 B
TOML
Raw Normal View History

2025-09-04 05:07:57 +02:00
[project]
2023-12-31 07:36:28 +01:00
name = "2024-dash-v1"
version = "0.1.0"
2025-09-04 05:07:57 +02:00
description = "Add your description here"
2023-12-31 07:36:28 +01:00
readme = "README.md"
2025-09-04 05:07:57 +02:00
requires-python = ">=3.11"
dependencies = [
"dash>=3.2.0",
"dash-bootstrap-components>=2.0.4",
2025-09-05 05:46:44 +02:00
"dotenv>=0.9.9",
2025-09-10 22:00:21 +02:00
"duckdb>=1.3.2",
"tools>=1.0.5",
2025-09-04 05:07:57 +02:00
]