Files
dash-api/pyproject.toml

12 lines
239 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-04 05:07:57 +02:00
]